Skip to main content

Class CPUInfo

Namespace: Consul
Assembly: Consul.dll

CPUInfo represents the CPU statistics for the agent

public class CPUInfo

Inheritance

objectCPUInfo

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

int

CoreId

public string CoreId { get; set; }

Property Value

string

Cores

public int Cores { get; set; }

Property Value

int

Cpu

public int Cpu { get; set; }

Property Value

int

Family

public string Family { get; set; }

Property Value

string

Flags

public List<string> Flags { get; set; }

Property Value

List <string >

Mhz

public long Mhz { get; set; }

Property Value

long

Microcode

public string Microcode { get; set; }

Property Value

string

Model

public string Model { get; set; }

Property Value

string

ModelName

public string ModelName { get; set; }

Property Value

string

PhysicalId

public string PhysicalId { get; set; }

Property Value

string

Stepping

public int Stepping { get; set; }

Property Value

int

VendorId

public string VendorId { get; set; }

Property Value

string

  • Properties
    • CacheSize
    • CoreId
    • Cores
    • Cpu
    • Family
    • Flags
    • Mhz
    • Microcode
    • Model
    • ModelName
    • PhysicalId
    • Stepping
    • VendorId