View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1RuntimeCountersReport (google_api_chrome_management v0.6.1)
Runtime counters retrieved from CPU. Currently the runtime counters telemetry is only supported by Intel vPro PSR on Gen 14+.
Attributes
-
enterHibernationCount(type:String.t, default:nil) - Number of times that the device has entered into the hibernation state. Currently obtained via the PSR, count from S0->S4. -
enterPoweroffCount(type:String.t, default:nil) - Number of times that the device has entered into the power-off state. Currently obtained via the PSR, count from S0->S5. -
enterSleepCount(type:String.t, default:nil) - Number of times that the device has entered into the sleep state. Currently obtained via the PSR, count from S0->S3. -
reportTime(type:DateTime.t, default:nil) - Timestamp when the report was collected. -
uptimeRuntimeDuration(type:String.t, default:nil) - Total lifetime runtime. Currently always S0 runtime from Intel vPro PSR.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1RuntimeCountersReport{ enterHibernationCount: String.t() | nil, enterPoweroffCount: String.t() | nil, enterSleepCount: String.t() | nil, reportTime: DateTime.t() | nil, uptimeRuntimeDuration: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.