Class ChromeOsDevice.CpuInfoData.LogicalCpusData
Information for the Logical CPUs
Inherited Members
Namespace: Google.Apis.Admin.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class ChromeOsDevice.CpuInfoData.LogicalCpusDataProperties
CStates
C-States indicate the power consumption state of the CPU. For more information look at documentation published by the CPU maker.
Declaration
[JsonProperty("cStates")]
public virtual IList<ChromeOsDevice.CpuInfoData.LogicalCpusData.CStatesData> CStates { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<ChromeOsDevice.CpuInfoData.LogicalCpusData.CStatesData> | 
CurrentScalingFrequencyKhz
Current frequency the CPU is running at.
Declaration
[JsonProperty("currentScalingFrequencyKhz")]
public virtual int? CurrentScalingFrequencyKhz { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | 
IdleDuration
Idle time since last boot.
Declaration
[JsonProperty("idleDuration")]
public virtual object IdleDuration { get; set; }Property Value
| Type | Description | 
|---|---|
| object | 
MaxScalingFrequencyKhz
Maximum frequency the CPU is allowed to run at, by policy.
Declaration
[JsonProperty("maxScalingFrequencyKhz")]
public virtual int? MaxScalingFrequencyKhz { get; set; }Property Value
| Type | Description | 
|---|---|
| int? |