Class NodeJvmStats.MemoryStats
Inheritance
NodeJvmStats.MemoryStats
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
|
Edit this page
View Source
HeapCommittedInBytes
Declaration
[DataMember(Name = "heap_committed_in_bytes")]
public long HeapCommittedInBytes { get; }
Property Value
|
Edit this page
View Source
HeapMax
Declaration
[DataMember(Name = "heap_max")]
public string HeapMax { get; }
Property Value
|
Edit this page
View Source
HeapMaxInBytes
Declaration
[DataMember(Name = "heap_max_in_bytes")]
public long HeapMaxInBytes { get; }
Property Value
|
Edit this page
View Source
HeapUsed
Declaration
[DataMember(Name = "heap_used")]
public string HeapUsed { get; }
Property Value
|
Edit this page
View Source
HeapUsedInBytes
Declaration
[DataMember(Name = "heap_used_in_bytes")]
public long HeapUsedInBytes { get; }
Property Value
|
Edit this page
View Source
HeapUsedPercent
Declaration
[DataMember(Name = "heap_used_percent")]
public long HeapUsedPercent { get; }
Property Value
|
Edit this page
View Source
NonHeapCommitted
Declaration
[DataMember(Name = "non_heap_committed")]
public string NonHeapCommitted { get; }
Property Value
|
Edit this page
View Source
NonHeapCommittedInBytes
Declaration
[DataMember(Name = "non_heap_committed_in_bytes")]
public long NonHeapCommittedInBytes { get; }
Property Value
|
Edit this page
View Source
NonHeapUsed
Declaration
[DataMember(Name = "non_heap_used")]
public string NonHeapUsed { get; }
Property Value
|
Edit this page
View Source
NonHeapUsedInBytes
Declaration
[DataMember(Name = "non_heap_used_in_bytes")]
public long NonHeapUsedInBytes { get; }
Property Value
|
Edit this page
View Source
Pools
Declaration
[DataMember(Name = "pools")]
public IReadOnlyDictionary<string, NodeJvmStats.MemoryStats.JvmPool> Pools { get; }
Property Value
Extension Methods