Search Results for

    Show / Hide Table of Contents

    Class ProcessStats.CPUStats

    Inheritance
    object
    ProcessStats.CPUStats
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    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
    Type Description
    int
    | Edit this page View Source

    System

    Declaration
    [DataMember(Name = "sys")]
    public string System { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    SystemInMilliseconds

    Declaration
    [DataMember(Name = "sys_in_millis")]
    public long SystemInMilliseconds { get; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    Total

    Declaration
    [DataMember(Name = "total")]
    public string Total { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    TotalInMilliseconds

    Declaration
    [DataMember(Name = "total_in_millis")]
    public long TotalInMilliseconds { get; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    User

    Declaration
    [DataMember(Name = "user")]
    public string User { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    UserInMilliseconds

    Declaration
    [DataMember(Name = "user_in_millis")]
    public long UserInMilliseconds { get; }
    Property Value
    Type Description
    long

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Percent
      • System
      • SystemInMilliseconds
      • Total
      • TotalInMilliseconds
      • User
      • UserInMilliseconds
    • Extension Methods
    Back to top Generated by DocFX