Class NodeInfoOSCPU
Inheritance
NodeInfoOSCPU
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class NodeInfoOSCPU
Properties
|
Edit this page
View Source
CacheSize
Declaration
[DataMember(Name = "cache_size")]
public string CacheSize { get; }
Property Value
|
Edit this page
View Source
CacheSizeInBytes
Declaration
[DataMember(Name = "cache_size_in_bytes")]
public int CacheSizeInBytes { get; }
Property Value
|
Edit this page
View Source
CoresPerSocket
Declaration
[DataMember(Name = "cores_per_socket")]
public int CoresPerSocket { get; }
Property Value
|
Edit this page
View Source
Mhz
Declaration
[DataMember(Name = "mhz")]
public int Mhz { get; }
Property Value
|
Edit this page
View Source
Model
Declaration
[DataMember(Name = "model")]
public string Model { get; }
Property Value
|
Edit this page
View Source
TotalCores
Declaration
[DataMember(Name = "total_cores")]
public int TotalCores { get; }
Property Value
|
Edit this page
View Source
TotalSockets
Declaration
[DataMember(Name = "total_sockets")]
public int TotalSockets { get; }
Property Value
|
Edit this page
View Source
Vendor
Declaration
[DataMember(Name = "vendor")]
public string Vendor { get; }
Property Value
Extension Methods