Search Results for

    Show / Hide Table of Contents

    Class NodeJvmStats

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

    Properties

    | Edit this page View Source

    BufferPools

    Declaration
    [DataMember(Name = "buffer_pools")]
    public IReadOnlyDictionary<string, NodeJvmStats.NodeBufferPool> BufferPools { get; }
    Property Value
    Type Description
    IReadOnlyDictionary<string, NodeJvmStats.NodeBufferPool>
    | Edit this page View Source

    Classes

    Declaration
    [DataMember(Name = "classes")]
    public NodeJvmStats.JvmClassesStats Classes { get; }
    Property Value
    Type Description
    NodeJvmStats.JvmClassesStats
    | Edit this page View Source

    GarbageCollection

    Declaration
    [DataMember(Name = "gc")]
    public NodeJvmStats.GarbageCollectionStats GarbageCollection { get; }
    Property Value
    Type Description
    NodeJvmStats.GarbageCollectionStats
    | Edit this page View Source

    Memory

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

    Threads

    Declaration
    [DataMember(Name = "threads")]
    public NodeJvmStats.ThreadStats Threads { get; }
    Property Value
    Type Description
    NodeJvmStats.ThreadStats
    | Edit this page View Source

    Timestamp

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

    Uptime

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

    UptimeInMilliseconds

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

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • BufferPools
      • Classes
      • GarbageCollection
      • Memory
      • Threads
      • Timestamp
      • Uptime
      • UptimeInMilliseconds
    • Extension Methods
    Back to top Generated by DocFX