kg.apc.perfmon.metrics
Class AbstractPerfMonMetric
java.lang.Object
kg.apc.perfmon.metrics.AbstractPerfMonMetric
- Direct Known Subclasses:
- JMXMetric
public abstract class AbstractPerfMonMetric
- extends Object
- Author:
- undera
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PARAMS_DELIMITER
protected static final String PARAMS_DELIMITER
- See Also:
- Constant Field Values
sigarProxy
protected final org.hyperic.sigar.SigarProxy sigarProxy
AbstractPerfMonMetric
public AbstractPerfMonMetric(org.hyperic.sigar.SigarProxy aSigar)
getUnitDividingFactor
protected int getUnitDividingFactor(String unit)
getValue
public abstract void getValue(StringBuffer res)
throws Exception
- Throws:
Exception
createMetric
public static AbstractPerfMonMetric createMetric(String metricType,
String metricParamsStr,
org.hyperic.sigar.SigarProxy sigarProxy)
Copyright © 2013. All Rights Reserved.