| Package | Description |
|---|---|
| cacheLoader.hc | |
| cacheperf | |
| cacheperf.comparisons.putAll | |
| cacheperf.comparisons.query | |
| cacheperf.memory | |
| cacheperf.poc.useCase3_2 | |
| dlock | |
| hydra.timeserver | |
| perffmwk |
This framework makes it easy to archive, report, and compare performance statistics.
|
| perffmwk.samples |
| Modifier and Type | Class and Description |
|---|---|
class |
PerfStats
Perflication-defined statistics.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CachePerfStats
Implements statistics related to cache performance tests.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PutAllPerfStats
Implements statistics related to cache performance tests.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QueryPerfStats
Implements statistics related to cache performance tests.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CacheSizeStats
Implements statistics related to cache size tests.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UseCase3Stats
Implements statistics related to cache performance tests.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DLSPerfStats
Implements statistics related to cache performance tests.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClockSkewStats
Statistics for recording clock skew and drift.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HistogramStats
Implements a histogram with configurable bin values.
|
| Modifier and Type | Method and Description |
|---|---|
static PerformanceStatistics |
PerformanceStatistics.getInstance(Class cls,
int scope)
Gets the statistics instance with the specified class, an autogenerated
display name based on the specified scope, associated with the default
trim specification.
|
static PerformanceStatistics |
PerformanceStatistics.getInstance(Class cls,
int scope,
String name)
Gets the statistics instance with the specified class and an autogenerated
display name based on the specified name and scope, associated with the
default trim specification.
|
static PerformanceStatistics |
PerformanceStatistics.getInstance(Class cls,
int scope,
String name,
String trimspecName)
Gets the statistics instance with the specified class and an autogenerated
display name based on the specified scope and name, associated with the
specified trim specification name.
|
| Modifier and Type | Method and Description |
|---|---|
List |
PerfStatMgr.readStatistics(PerformanceStatistics statInst,
String statName)
Reads the named statistic for the statistics instance from archive files.
|
protected void |
PerfStatMgr.registerStatistics(PerformanceStatistics statInst)
For internal use only.
|
| Constructor and Description |
|---|
RuntimeStatSpec(PerformanceStatistics statInst,
com.gemstone.gemfire.StatisticDescriptor statDesc) |
StatSpec(PerformanceStatistics statInst,
com.gemstone.gemfire.StatisticDescriptor statDesc) |
StatSpecId(PerformanceStatistics statInst,
com.gemstone.gemfire.StatisticDescriptor statDesc) |
| Modifier and Type | Class and Description |
|---|---|
class |
SampleThreadStatistics
An instance of a per-thread sample statistics type.
|
class |
SampleVMStatistics
An instance of a per-VM sample statistics type.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.