Module org.elasticsearch.server
Class ClusterStatsNodes.ProcessStats
java.lang.Object
org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.ProcessStats
- All Implemented Interfaces:
ToXContent,ToXContentFragment
- Enclosing class:
ClusterStatsNodes
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params -
Field Summary
Fields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY, EMPTY_PARAMS -
Method Summary
Modifier and TypeMethodDescriptionlongintCpu usage in percentages - 100 is 1 core.longlongtoXContent(XContentBuilder builder, ToXContent.Params params) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentFragment
isFragment
-
Method Details
-
getCpuPercent
public int getCpuPercent()Cpu usage in percentages - 100 is 1 core. -
getAvgOpenFileDescriptors
public long getAvgOpenFileDescriptors() -
getMaxOpenFileDescriptors
public long getMaxOpenFileDescriptors() -
getMinOpenFileDescriptors
public long getMinOpenFileDescriptors() -
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException - Specified by:
toXContentin interfaceToXContent- Throws:
IOException
-