Show / Hide Table of Contents

Class HostCpuStatistics

Contains CPU statistics.

Inheritance
object
HostResourceStatistics
HostCpuStatistics
Inherited Members
HostResourceStatistics.Usage
HostResourceStatistics.Capacity
HostResourceStatistics.UtilizationPercent
HostResourceStatistics.UsageChangePercent
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class HostCpuStatistics : HostResourceStatistics

Properties

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
In this article
Back to top