Class CPUInfo
Namespace: Consul
Assembly: Consul.dll
CPUInfo represents the CPU statistics for the agent
public class CPUInfo
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
CacheSize
public int CacheSize { get; set; }
Property Value
CoreId
public string CoreId { get; set; }
Property Value
Cores
public int Cores { get; set; }
Property Value
Cpu
public int Cpu { get; set; }
Property Value
Family
public string Family { get; set; }
Property Value
Flags
public List<string> Flags { get; set; }
Property Value
Mhz
public long Mhz { get; set; }
Property Value
Microcode
public string Microcode { get; set; }
Property Value
Model
public string Model { get; set; }
Property Value
ModelName
public string ModelName { get; set; }
Property Value
PhysicalId
public string PhysicalId { get; set; }
Property Value
Stepping
public int Stepping { get; set; }
Property Value
VendorId
public string VendorId { get; set; }