|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ow2.jasmine.probe.collectors.JCollectorService
org.ow2.jasmine.probe.collectors.df.internal.DfCollectorService
public class DfCollectorService
This CollectorService implements the "df" unix command. Works only on linux like system, since the df command must exist.
| Field Summary | |
|---|---|
protected DiskFree |
df
DiskFree thread collector In this implementation, we have only one thread. |
static String |
LONG_DESC
|
static String |
PROP_DISK
Properties |
static String |
PROP_DISK_DESC
|
static String |
SHORT_DESC
Description |
static String |
SOURCE_DESC
Sources |
static int |
SOURCE_MAX
|
static int |
SOURCE_MIN
|
| Fields inherited from class org.ow2.jasmine.probe.collectors.JCollectorService |
|---|
collectorInfo, logger, properties |
| Constructor Summary | |
|---|---|
DfCollectorService()
|
|
| Method Summary | |
|---|---|
JasmineCollector |
getCollector(JasmineIndicator indicator,
JasmineProbe probe)
Create a Collector for this JasmineIndicator. |
void |
start()
|
void |
stop()
|
| Methods inherited from class org.ow2.jasmine.probe.collectors.JCollectorService |
|---|
addCollector, getCollector, getCollectorInfo, getDependantIndicators, getDependantTargets, getPropertiesInfo, getType, removeCollectors, removeTarget |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String SHORT_DESC
public static final String LONG_DESC
public static final String SOURCE_DESC
public static final int SOURCE_MIN
public static final int SOURCE_MAX
public static final String PROP_DISK
public static final String PROP_DISK_DESC
protected DiskFree df
| Constructor Detail |
|---|
public DfCollectorService()
| Method Detail |
|---|
public void start()
public void stop()
public JasmineCollector getCollector(JasmineIndicator indicator,
JasmineProbe probe)
throws JasmineCollectorException
getCollector in interface JasmineCollectorServicegetCollector in class JCollectorServiceindicator - contains the indicator's parameters.probe - the probe that gets the collector
JasmineCollectorException - operation failed
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||