Search Results for

    Show / Hide Table of Contents

    Class ProcessStats

    Inheritance
    object
    ProcessStats
    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

    Properties

    | Edit this page View Source

    CPU

    Declaration
    [DataMember(Name = "cpu")]
    public ProcessStats.CPUStats CPU { get; }
    Property Value
    Type Description
    ProcessStats.CPUStats
    | Edit this page View Source

    Memory

    Declaration
    [DataMember(Name = "mem")]
    public ProcessStats.MemoryStats Memory { get; }
    Property Value
    Type Description
    ProcessStats.MemoryStats
    | Edit this page View Source

    OpenFileDescriptors

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

    Timestamp

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

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • CPU
      • Memory
      • OpenFileDescriptors
      • Timestamp
    • Extension Methods
    Back to top Generated by DocFX