Class ClusterStatsNodes.ProcessStats

java.lang.Object
org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.ProcessStats
All Implemented Interfaces:
ToXContent, ToXContentFragment
Enclosing class:
ClusterStatsNodes

public static class ClusterStatsNodes.ProcessStats extends Object implements ToXContentFragment
  • 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:
      toXContent in interface ToXContent
      Throws:
      IOException