Search Results for

    Show / Hide Table of Contents

    Class NodeJvmStats.MemoryStats

    Inheritance
    object
    NodeJvmStats.MemoryStats
    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 NodeJvmStats.MemoryStats

    Properties

    | Edit this page View Source

    HeapCommitted

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

    HeapCommittedInBytes

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

    HeapMax

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

    HeapMaxInBytes

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

    HeapUsed

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

    HeapUsedInBytes

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

    HeapUsedPercent

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

    NonHeapCommitted

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

    NonHeapCommittedInBytes

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

    NonHeapUsed

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

    NonHeapUsedInBytes

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

    Pools

    Declaration
    [DataMember(Name = "pools")]
    public IReadOnlyDictionary<string, NodeJvmStats.MemoryStats.JvmPool> Pools { get; }
    Property Value
    Type Description
    IReadOnlyDictionary<string, NodeJvmStats.MemoryStats.JvmPool>

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • HeapCommitted
      • HeapCommittedInBytes
      • HeapMax
      • HeapMaxInBytes
      • HeapUsed
      • HeapUsedInBytes
      • HeapUsedPercent
      • NonHeapCommitted
      • NonHeapCommittedInBytes
      • NonHeapUsed
      • NonHeapUsedInBytes
      • Pools
    • Extension Methods
    Back to top Generated by DocFX