org.elasticsearch.monitor.process
Class JmxProcessProbe

java.lang.Object
  extended by org.elasticsearch.common.component.AbstractComponent
      extended by org.elasticsearch.monitor.process.JmxProcessProbe
All Implemented Interfaces:
ProcessProbe

public class JmxProcessProbe
extends AbstractComponent
implements ProcessProbe


Field Summary
 
Fields inherited from class org.elasticsearch.common.component.AbstractComponent
componentSettings, logger, settings
 
Constructor Summary
JmxProcessProbe(Settings settings)
           
 
Method Summary
static long getMaxFileDescriptorCount()
           
static long getOpenFileDescriptorCount()
           
 ProcessInfo processInfo()
           
 ProcessStats processStats()
           
 
Methods inherited from class org.elasticsearch.common.component.AbstractComponent
nodeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmxProcessProbe

@Inject
public JmxProcessProbe(Settings settings)
Method Detail

getMaxFileDescriptorCount

public static long getMaxFileDescriptorCount()

getOpenFileDescriptorCount

public static long getOpenFileDescriptorCount()

processInfo

public ProcessInfo processInfo()
Specified by:
processInfo in interface ProcessProbe

processStats

public ProcessStats processStats()
Specified by:
processStats in interface ProcessProbe


Copyright © 2009-2012. All Rights Reserved.