Search Results for

    Show / Hide Table of Contents

    Class OperatingSystemStats.CPUStats

    Inheritance
    object
    OperatingSystemStats.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 OperatingSystemStats.CPUStats

    Properties

    | Edit this page View Source

    LoadAverage

    Declaration
    [DataMember(Name = "load_average")]
    public OperatingSystemStats.CPUStats.LoadAverageStats LoadAverage { get; }
    Property Value
    Type Description
    OperatingSystemStats.CPUStats.LoadAverageStats
    | Edit this page View Source

    Percent

    Declaration
    [DataMember(Name = "percent")]
    public float Percent { get; }
    Property Value
    Type Description
    float

    Extension Methods

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