| Package | Description |
|---|---|
| cacheperf | |
| cacheperf.gemfire.query | |
| perffmwk |
This framework makes it easy to archive, report, and compare performance statistics.
|
| Modifier and Type | Field and Description |
|---|---|
HistogramStats |
CachePerfClient.histogram |
| Modifier and Type | Method and Description |
|---|---|
protected HistogramStats |
CachePerfClient.getHistogram()
Gets the per-thread cache histogram statistics instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CachePerfStats.endCacheClose(long start,
boolean isMainWorkload,
HistogramStats histogram) |
void |
CachePerfStats.endCacheOpen(long start,
boolean isMainWorkload,
DistCache theCache,
HistogramStats histogram) |
void |
CachePerfStats.endCombinedPutGet(long start,
boolean isMainWorkload,
HistogramStats histogram) |
void |
CachePerfStats.endCombinedPutGet(long start,
int amount,
boolean isMainWorkload,
HistogramStats histogram) |
void |
CachePerfStats.endConnect(long start,
boolean isMainWorkload,
HistogramStats histogram) |
void |
CachePerfStats.endCreate(long start,
boolean isMainWorkload,
HistogramStats histogram) |
void |
CachePerfStats.endCreate(long start,
int amount,
boolean isMainWorkload,
HistogramStats histogram) |
void |
CachePerfStats.endCreateKey(long start,
boolean isMainWorkload,
HistogramStats histogram) |
void |
CachePerfStats.endDestroy(long start,
boolean isMainWorkload,
HistogramStats histogram) |
void |
CachePerfStats.endDisconnect(long start,
boolean isMainWorkload,
HistogramStats histogram) |
void |
CachePerfStats.endGatewayQueueDrain(long start,
boolean isMainWorkload,
HistogramStats histogram) |
void |
CachePerfStats.endGatewayQueueDrain(long start,
int amount,
boolean isMainWorkload,
HistogramStats histogram) |
void |
CachePerfStats.endGet(long start,
boolean isMainWorkload,
HistogramStats histogram) |
void |
CachePerfStats.endGet(long start,
int amount,
boolean isMainWorkload,
HistogramStats histogram) |
void |
CachePerfStats.endGetAll(long start,
int amount,
boolean isMainWorkload,
HistogramStats histogram) |
void |
CachePerfStats.endGetComparisons(long start,
boolean isMainWorkload,
HistogramStats histogram) |
void |
CachePerfStats.endLock(long start,
boolean isMainWorkload,
HistogramStats histogram) |
void |
CachePerfStats.endLock(long start,
int amount,
boolean isMainWorkload,
HistogramStats histogram) |
void |
CachePerfStats.endPut(long start,
boolean isMainWorkload,
HistogramStats histogram) |
void |
CachePerfStats.endPut(long start,
int amount,
boolean isMainWorkload,
HistogramStats histogram) |
void |
CachePerfStats.endPutAll(long start,
int amount,
boolean isMainWorkload,
HistogramStats histogram) |
void |
CachePerfStats.endPutComparison(long start,
boolean isMainWorkload,
HistogramStats histogram) |
void |
CachePerfStats.endQuery(long start,
int results,
boolean isMainWorkload,
HistogramStats histogram) |
void |
CachePerfStats.endRebalance(long start,
boolean isMainWorkload,
HistogramStats histogram) |
void |
CachePerfStats.endRecovery(long elapsed,
boolean isMainWorkload,
HistogramStats histogram) |
void |
CachePerfStats.endRegisterInterest(long start,
boolean isMainWorkload,
HistogramStats histogram) |
void |
CachePerfStats.endUpdate(long start,
boolean isMainWorkload,
HistogramStats histogram) |
void |
CachePerfStats.endUpdate(long start,
int amount,
boolean isMainWorkload,
HistogramStats histogram) |
void |
CachePerfStats.endUseCase12Update(long start,
boolean isMainWorkload,
HistogramStats histogram) |
void |
CachePerfStats.incHistogram(HistogramStats histogram,
long amount)
increase the time on the optional histogram by the supplied amount
|
protected void |
CachePerfClient.setHistogram(HistogramStats h)
Sets the per-thread cache histogram instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryPerfStats.endQuery(long timeElapsed,
int results,
boolean isMainWorkload,
HistogramStats histogram) |
void |
QueryPerfStats.endQuery(long timeElapsed,
int results,
boolean isMainWorkload,
HistogramStats histogram,
int queryNum) |
void |
QueryPerfStats.incHistogram(HistogramStats histogram,
long amount)
increase the time on the optional histogram by the supplied amount
|
| Modifier and Type | Method and Description |
|---|---|
static HistogramStats |
HistogramStats.getInstance()
Creates an instance with thread scope using the thread name as
the display name.
|
static HistogramStats |
HistogramStats.getInstance(int scope)
Creates an instance with the specified scope using the thread name as
the display name.
|
static HistogramStats |
HistogramStats.getInstance(String name)
Creates an instance with thread scope using the specified display name.
|
static HistogramStats |
HistogramStats.getInstance(String name,
String trimspecName)
Creates an instance with thread scope using the specified display name
and associated with the specified trim specification.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.