Skip to content

Instantly share code, notes, and snippets.

@taji-taji
Created November 4, 2020 05:21
Show Gist options
  • Select an option

  • Save taji-taji/040be779c54dc54109704a77c772bf12 to your computer and use it in GitHub Desktop.

Select an option

Save taji-taji/040be779c54dc54109704a77c772bf12 to your computer and use it in GitHub Desktop.
MXMetricPayload JSON Sample
{
"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