| Package | Description |
|---|---|
| org.yardstickframework | |
| org.yardstickframework.impl | |
| org.yardstickframework.probes | |
| org.yardstickframework.writers |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BenchmarkExecutionAwareProbe
Probe that is notified before and after each test sample execution.
|
| Modifier and Type | Method and Description |
|---|---|
List<BenchmarkProbe> |
BenchmarkConfiguration.defaultProbes() |
Collection<BenchmarkProbe> |
BenchmarkDriverAdapter.probes()
Gets collection of custom probes that this benchmark provides.
|
Collection<BenchmarkProbe> |
BenchmarkDriver.probes()
Gets collection of custom probes that this benchmark provides.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BenchmarkProbePointWriter.writePoints(BenchmarkProbe probe,
Collection<BenchmarkProbePoint> points)
Writes collection of collected points to target.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BenchmarkConfiguration.defaultProbes(List<BenchmarkProbe> dfltProbes) |
| Constructor and Description |
|---|
BenchmarkProbeSet(BenchmarkDriver driver,
BenchmarkConfiguration cfg,
Collection<BenchmarkProbe> probes,
BenchmarkLoader ldr) |
| Modifier and Type | Class and Description |
|---|---|
class |
DStatProbe
Probe that gathers statistics generated by Linux 'dstat' command.
|
class |
ThroughputLatencyProbe
Probe that calculates throughput and average latency.
|
class |
VmStatProbe
Probe that gathers statistics generated by Linux 'vmstat' command.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BenchmarkProbePointCsvWriter.writePoints(BenchmarkProbe probe,
Collection<BenchmarkProbePoint> points)
Writes collection of collected points to target.
|
Copyright © 2014. All rights reserved.