Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schema for the database tables #1

Open
sugandha26 opened this issue Jan 24, 2018 · 1 comment
Open

Schema for the database tables #1

sugandha26 opened this issue Jan 24, 2018 · 1 comment

Comments

@sugandha26
Copy link

Please let me know the schema for tables such as androidmemoryusage, androidcpuusage

@Vishvnath96
Copy link
Owner

Schema for tables:
For memory:
String testCaseName;
String deviceId;
String apkVersion;
String lobName;
String timeStamp;
double nativeHeapUsed;
double nativeHeapfree;
double dalvikHeapUsed;
double dalvikShared;
double dalvikPrivate;
double appUsedMemory; (running used memory by app)
double maxTotalHeapSizeInMB;
double maxAvailMemory;

For CPU:
String methodName;
String deviceId;
String apkVersion;
String lobName;
String timeStamp;
float userSpaceCpuUsage;
float systemCpuUsage;
ioWaitCpuUsage;
float irqCpuUsage;
float mainCpuUsage;
double readThreadCPUTime;

For Network:
String methodName;
String deviceId;
String apkVersion;
String lobName;
String timeStamp;
double mobileTxData;
double mobileRxData;
double mobileTotalData;
double wifiTxData;
double wifiRxData;
double wifiTotalData;
String network_Carrier_Name;
String networkType;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants