View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CpuStatusReport (google_api_chrome_management v0.6.0)
Provides information about the status of the CPU. This field is telemetry information and this will change over time as the device is utilized. Data for this field is controlled via policy: ReportDeviceCpuInfo Data Collection Frequency: Every 10 minutes Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_CPU_REPORT
Attributes
-
cpuTemperatureInfo
(type:list(GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CpuTemperatureInfo.t)
, default:nil
) - Output only. CPU temperature sample info per CPU core in Celsius -
cpuUtilizationPct
(type:integer()
, default:nil
) - Output only. Sample of CPU utilization (0-100 percent). -
reportTime
(type:DateTime.t
, default:nil
) - Output only. The timestamp in milliseconds representing time at which this report was sampled. -
sampleFrequency
(type:String.t
, default:nil
) - Output only. Frequency the report is sampled.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CpuStatusReport{ cpuTemperatureInfo: [ GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CpuTemperatureInfo.t() ] | nil, cpuUtilizationPct: integer() | nil, reportTime: DateTime.t() | nil, sampleFrequency: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.