We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please let me know the schema for tables such as androidmemoryusage, androidcpuusage
The text was updated successfully, but these errors were encountered:
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;
Sorry, something went wrong.
No branches or pull requests
Please let me know the schema for tables such as androidmemoryusage, androidcpuusage
The text was updated successfully, but these errors were encountered: