Class NodeJvmStats
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
|
Edit this page
View Source
Classes
Declaration
[DataMember(Name = "classes")]
public NodeJvmStats.JvmClassesStats Classes { get; }
Property Value
|
Edit this page
View Source
GarbageCollection
Declaration
[DataMember(Name = "gc")]
public NodeJvmStats.GarbageCollectionStats GarbageCollection { get; }
Property Value
|
Edit this page
View Source
Memory
Declaration
[DataMember(Name = "mem")]
public NodeJvmStats.MemoryStats Memory { get; }
Property Value
|
Edit this page
View Source
Threads
Declaration
[DataMember(Name = "threads")]
public NodeJvmStats.ThreadStats Threads { get; }
Property Value
|
Edit this page
View Source
Timestamp
Declaration
[DataMember(Name = "timestamp")]
public long Timestamp { get; }
Property Value
|
Edit this page
View Source
Uptime
Declaration
[DataMember(Name = "uptime")]
public string Uptime { get; }
Property Value
|
Edit this page
View Source
UptimeInMilliseconds
Declaration
[DataMember(Name = "uptime_in_millis")]
public long UptimeInMilliseconds { get; }
Property Value
Extension Methods