|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Metric | |
|---|---|
| org.ow2.jasmine.monitoring.mbeancmd.audit | |
| org.ow2.jasmine.monitoring.mbeancmd.audit.util | |
| Uses of Metric in org.ow2.jasmine.monitoring.mbeancmd.audit |
|---|
| Methods in org.ow2.jasmine.monitoring.mbeancmd.audit that return Metric | |
|---|---|
static Metric |
Metric.delta(Metric current,
Metric baseline,
String attr)
Computes the difference between a current and a baseline metric attribute If attr is absent in current, or is not numeric, the value is null. |
static Metric |
Metric.newInstance(String radical)
|
| Methods in org.ow2.jasmine.monitoring.mbeancmd.audit that return types with arguments of type Metric | |
|---|---|
HashMap<String,Metric> |
FileCollector.getBaseline()
|
LinkedList<Metric> |
FileCollector.getPoll()
|
LinkedList<Metric> |
Collector.getPoll(PollID id)
Get the metrics collected by the poll identified by id |
LinkedList<Metric> |
FileCollector.getStats(String attr)
Builds a LinkedList of metrics from the computed statistics Each metrics as a list of attributes derived from attr through the scan - average: mean value for the full scan - averageNonZero: mean value, considering only non null values - minNotzero: the minimal not null value - max: maximum value. |
TreeSet<Metric> |
MetricSorter.sort(LinkedList<Metric> metrics,
String attribute)
|
TreeSet<Metric> |
MetricSorter.sort(LinkedList<Metric> metrics,
String attribute,
int sortMode)
|
| Methods in org.ow2.jasmine.monitoring.mbeancmd.audit with parameters of type Metric | |
|---|---|
int |
MetricComparator.compare(Metric m1,
Metric m2)
|
static Metric |
Metric.delta(Metric current,
Metric baseline,
String attr)
Computes the difference between a current and a baseline metric attribute If attr is absent in current, or is not numeric, the value is null. |
| Method parameters in org.ow2.jasmine.monitoring.mbeancmd.audit with type arguments of type Metric | |
|---|---|
static void |
MetricSorter.printMetrics(PrintStream pout,
TreeSet<Metric> tset,
String attribute)
|
static void |
MetricSorter.printMetrics(PrintStream pout,
TreeSet<Metric> tset,
String attribute,
boolean printZeroValue)
|
static void |
MetricSorter.printMetrics(PrintStream pout,
TreeSet<Metric> tset,
String attribute,
boolean printZeroValue,
boolean printStats)
|
void |
MetricSorter.setBaseline(HashMap<String,Metric> m)
|
void |
MetricSorter.setBaseline(LinkedList<Metric> l)
|
TreeSet<Metric> |
MetricSorter.sort(LinkedList<Metric> metrics,
String attribute)
|
TreeSet<Metric> |
MetricSorter.sort(LinkedList<Metric> metrics,
String attribute,
int sortMode)
|
| Uses of Metric in org.ow2.jasmine.monitoring.mbeancmd.audit.util |
|---|
| Method parameters in org.ow2.jasmine.monitoring.mbeancmd.audit.util with type arguments of type Metric | |
|---|---|
static double |
MetricMath.sum(String attr,
LinkedList<Metric> l)
Computes the sum of the attr attribute for all metrics in l. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||