Class NodeJvmInfo
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class NodeJvmInfo
Properties
|
Edit this page
View Source
GcCollectors
Declaration
[DataMember(Name = "gc_collectors")]
public IEnumerable<string> GcCollectors { get; }
Property Value
|
Edit this page
View Source
Memory
Declaration
[DataMember(Name = "mem")]
public NodeInfoJvmMemory Memory { get; }
Property Value
|
Edit this page
View Source
MemoryPools
Declaration
[DataMember(Name = "memory_pools")]
public IEnumerable<string> MemoryPools { get; }
Property Value
|
Edit this page
View Source
Pid
Declaration
[DataMember(Name = "pid")]
public int Pid { get; }
Property Value
|
Edit this page
View Source
StartTime
Declaration
[DataMember(Name = "start_time_in_millis")]
public long StartTime { get; }
Property Value
|
Edit this page
View Source
VMName
Declaration
[DataMember(Name = "vm_name")]
public string VMName { get; }
Property Value
|
Edit this page
View Source
VMVendor
Declaration
[DataMember(Name = "vm_vendor")]
public string VMVendor { get; }
Property Value
|
Edit this page
View Source
VMVersion
Declaration
[DataMember(Name = "vm_version")]
public string VMVersion { get; }
Property Value
|
Edit this page
View Source
Version
Declaration
[DataMember(Name = "version")]
public string Version { get; }
Property Value
Extension Methods