Class ProcessStats.CPUStats
Inheritance
ProcessStats.CPUStats
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class ProcessStats.CPUStats
Properties
|
Edit this page
View Source
Percent
Declaration
[DataMember(Name = "percent")]
public int Percent { get; }
Property Value
|
Edit this page
View Source
System
Declaration
[DataMember(Name = "sys")]
public string System { get; }
Property Value
|
Edit this page
View Source
SystemInMilliseconds
Declaration
[DataMember(Name = "sys_in_millis")]
public long SystemInMilliseconds { get; }
Property Value
|
Edit this page
View Source
Total
Declaration
[DataMember(Name = "total")]
public string Total { get; }
Property Value
|
Edit this page
View Source
TotalInMilliseconds
Declaration
[DataMember(Name = "total_in_millis")]
public long TotalInMilliseconds { get; }
Property Value
|
Edit this page
View Source
User
Declaration
[DataMember(Name = "user")]
public string User { get; }
Property Value
|
Edit this page
View Source
UserInMilliseconds
Declaration
[DataMember(Name = "user_in_millis")]
public long UserInMilliseconds { get; }
Property Value
Extension Methods