org.elasticsearch.monitor.os
Class JmxOsProbe

java.lang.Object
  extended by org.elasticsearch.common.component.AbstractComponent
      extended by org.elasticsearch.monitor.os.JmxOsProbe
All Implemented Interfaces:
OsProbe

public class JmxOsProbe
extends AbstractComponent
implements OsProbe


Field Summary
 
Fields inherited from class org.elasticsearch.common.component.AbstractComponent
componentSettings, logger, settings
 
Constructor Summary
JmxOsProbe(Settings settings)
           
 
Method Summary
 OsInfo osInfo()
           
 OsStats osStats()
           
 
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

JmxOsProbe

@Inject
public JmxOsProbe(Settings settings)
Method Detail

osInfo

public OsInfo osInfo()
Specified by:
osInfo in interface OsProbe

osStats

public OsStats osStats()
Specified by:
osStats in interface OsProbe


Copyright © 2009-2012. All Rights Reserved.