| Package | Description |
|---|---|
| perffmwk |
This framework makes it easy to archive, report, and compare performance statistics.
|
| Modifier and Type | Method and Description |
|---|---|
TrimSpec |
RemotePerfStatMgrImpl.getTrimSpec(String trimspecName) |
protected TrimSpec |
StatConfig.getTrimSpec(String name)
Returns the
TrimSpec with the given name. |
TrimSpec |
RemotePerfStatMgr.getTrimSpec(String trimspecName)
See
perffmwk.PerfStatMgr#getTrimSpec(String) for
application usage. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
StatConfig.addTrimSpec(TrimSpec trimspec)
Adds a
TrimSpec for the test run represented by this
StatConfig. |
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.
|
List |
PerfStatMgr.readStatistics(RuntimeStatSpec statspec,
TrimSpec trimspec)
Reads statistics from archive files based on the specification and
trimspec.
|
List |
PerfStatMgr.readStatistics(String specification,
TrimSpec trimspec)
Reads statistics from archive files based on the specification string and
trimspec.
|
| Constructor and Description |
|---|
PerfStatValue(StatSpec statspec,
TrimSpec trimspec) |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.