Class OperatingSystemStats
Inheritance
OperatingSystemStats
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class OperatingSystemStats
Properties
|
Edit this page
View Source
Cpu
Declaration
[DataMember(Name = "cpu")]
public OperatingSystemStats.CPUStats Cpu { get; }
Property Value
|
Edit this page
View Source
Memory
Declaration
[DataMember(Name = "mem")]
public OperatingSystemStats.ExtendedMemoryStats Memory { get; }
Property Value
|
Edit this page
View Source
Swap
Declaration
[DataMember(Name = "swap")]
public OperatingSystemStats.MemoryStats Swap { get; }
Property Value
|
Edit this page
View Source
Timestamp
Declaration
[DataMember(Name = "timestamp")]
public long Timestamp { get; }
Property Value
Extension Methods