| Package | Description |
|---|---|
| perffmwk |
This framework makes it easy to archive, report, and compare performance statistics.
|
| util |
| Modifier and Type | Method and Description |
|---|---|
PerfStatValue |
PerfStatValue.dividedBy(PerfStatValue dpsv)
Returns this PerfStatValue divided by the argument, field by field.
|
protected static PerfStatValue |
PerfStatReader.getPerfStatValue(StatSpec statspec,
TrimSpec trimspec,
com.gemstone.gemfire.internal.StatArchiveReader.StatValue sv)
Translates a StatValue into a PerfStatValue with the specified filter,
with the specified operations, and the specified trim.
|
| Modifier and Type | Method and Description |
|---|---|
PerfStatValue |
PerfStatValue.dividedBy(PerfStatValue dpsv)
Returns this PerfStatValue divided by the argument, field by field.
|
protected double |
BaseComparison.getOpValue(String op,
PerfStatValue psv)
Returns the value of a given operation on a given stat value.
|
| Modifier and Type | Method and Description |
|---|---|
static List<PerfStatValue> |
StatTasks.getStatFromArchive(String archiveID,
String statType,
String statName,
String individStatName,
String statKind)
Retrieve a stat from the archive, for example this is useful for getting min
or max stat values.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.