Class ProcessStats
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class ProcessStats
Properties
|
Edit this page
View Source
CPU
Declaration
[DataMember(Name = "cpu")]
public ProcessStats.CPUStats CPU { get; }
Property Value
|
Edit this page
View Source
Memory
Declaration
[DataMember(Name = "mem")]
public ProcessStats.MemoryStats Memory { get; }
Property Value
|
Edit this page
View Source
OpenFileDescriptors
Declaration
[DataMember(Name = "open_file_descriptors")]
public int OpenFileDescriptors { get; }
Property Value
|
Edit this page
View Source
Timestamp
Declaration
[DataMember(Name = "timestamp")]
public long Timestamp { get; }
Property Value
Extension Methods