org.elasticsearch.monitor.process
Class SigarProcessProbe

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

public class SigarProcessProbe
extends AbstractComponent
implements ProcessProbe


Field Summary
 
Fields inherited from class org.elasticsearch.util.component.AbstractComponent
componentSettings, logger, settings
 
Constructor Summary
SigarProcessProbe(Settings settings, SigarService sigarService)
           
 
Method Summary
 ProcessInfo processInfo()
           
 ProcessStats processStats()
           
 
Methods inherited from class org.elasticsearch.util.component.AbstractComponent
nodeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SigarProcessProbe

@Inject
public SigarProcessProbe(Settings settings,
                                SigarService sigarService)
Method Detail

processInfo

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

processStats

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