Created
November 4, 2020 05:21
-
-
Save taji-taji/040be779c54dc54109704a77c772bf12 to your computer and use it in GitHub Desktop.
MXMetricPayload JSON Sample
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "locationActivityMetrics" : { | |
| "cumulativeBestAccuracyForNavigationTime" : "0秒", | |
| "cumulativeBestAccuracyTime" : "0秒", | |
| "cumulativeHundredMetersAccuracyTime" : "0秒", | |
| "cumulativeNearestTenMetersAccuracyTime" : "0秒", | |
| "cumulativeKilometerAccuracyTime" : "0秒", | |
| "cumulativeThreeKilometersAccuracyTime" : "0秒" | |
| }, | |
| "cellularConditionMetrics" : { | |
| "cellConditionTime" : { | |
| "histogramNumBuckets" : 1, | |
| "histogramValue" : { | |
| "0" : { | |
| "bucketCount" : 100, | |
| "bucketStart" : "4 bars", | |
| "bucketEnd" : "4 bars" | |
| } | |
| } | |
| } | |
| }, | |
| "metaData" : { | |
| "appBuildVersion" : "1.0.1", | |
| "osVersion" : "iPhone OS 14.1 (18A8395)", | |
| "regionFormat" : "JP", | |
| "platformArchitecture" : "arm64e", | |
| "deviceType" : "iPhone13,2" | |
| }, | |
| "memoryMetrics" : { | |
| "peakMemoryUsage" : "21,874 kB", | |
| "averageSuspendedMemory" : { | |
| "averageValue" : "20,754 kB", | |
| "standardDeviation" : 0, | |
| "sampleCount" : 1 | |
| } | |
| }, | |
| "gpuMetrics" : { | |
| "cumulativeGPUTime" : "0秒" | |
| }, | |
| "applicationExitMetrics" : { | |
| "backgroundExitData" : { | |
| "cumulativeMemoryPressureExitCount" : 1 | |
| }, | |
| "foregroundExitData" : { | |
| } | |
| }, | |
| "displayMetrics" : { | |
| "averagePixelLuminance" : { | |
| "averageValue" : "64 apl", | |
| "standardDeviation" : -1, | |
| "sampleCount" : 297 | |
| } | |
| }, | |
| "signpostMetrics" : [ | |
| ], | |
| "cpuMetrics" : { | |
| "cumulativeCPUTime" : "1秒", | |
| "cumulativeCPUInstructions" : "6,318,375 kiloinstructions" | |
| }, | |
| "networkTransferMetrics" : { | |
| "cumulativeCellularDownload" : "0 kB", | |
| "cumulativeWifiDownload" : "8 kB", | |
| "cumulativeCellularUpload" : "0 kB", | |
| "cumulativeWifiUpload" : "2 kB" | |
| }, | |
| "diskIOMetrics" : { | |
| "cumulativeLogicalWrites" : "212 kB" | |
| }, | |
| "applicationTimeMetrics" : { | |
| "cumulativeForegroundTime" : "4秒", | |
| "cumulativeBackgroundTime" : "0秒", | |
| "cumulativeBackgroundAudioTime" : "0秒", | |
| "cumulativeBackgroundLocationTime" : "0秒" | |
| }, | |
| "timeStampEnd" : "2020-10-27 14:59:00 +0000", | |
| "appVersion" : "1.0", | |
| "timeStampBegin" : "2020-10-26 15:00:00 +0000" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment