Class HotThreads

java.lang.Object
org.elasticsearch.monitor.jvm.HotThreads

public class HotThreads extends Object
  • Constructor Details

    • HotThreads

      public HotThreads()
  • Method Details

    • interval

      public HotThreads interval(org.elasticsearch.core.TimeValue interval)
    • busiestThreads

      public HotThreads busiestThreads(int busiestThreads)
    • ignoreIdleThreads

      public HotThreads ignoreIdleThreads(boolean ignoreIdleThreads)
    • threadElementsSnapshotDelay

      public HotThreads threadElementsSnapshotDelay(org.elasticsearch.core.TimeValue threadElementsSnapshotDelay)
    • threadElementsSnapshotCount

      public HotThreads threadElementsSnapshotCount(int threadElementsSnapshotCount)
    • type

      public HotThreads type(HotThreads.ReportType type)
    • sortOrder

      public HotThreads sortOrder(HotThreads.SortOrder order)
    • detect

      public String detect() throws Exception
      Throws:
      Exception
    • initializeRuntimeMonitoring

      public static void initializeRuntimeMonitoring()