Class HostCpuStatistics
Contains CPU statistics.
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class HostCpuStatistics : HostResourceStatisticsProperties
CpuBaseline
Declaration
[JsonProperty(PropertyName = "cpuBaseline")]
public double CpuBaseline { get; set; }Property Value
| Type | Description | 
|---|---|
| double | The baseline utilization is a fraction of each CPU core expressed in percentages, either 12.5% or 50%. The baseline provides the minimum CPUs that can be used constantly. | 
Load
Declaration
[JsonProperty(PropertyName = "load")]
public SummaryStatistics Load { get; set; }Property Value
| Type | Description | 
|---|---|
| SummaryStatistics |