| Package | Description |
|---|---|
| org.yardstickframework | |
| org.yardstickframework.examples.echo | |
| org.yardstickframework.impl | |
| org.yardstickframework.probes | |
| org.yardstickframework.writers |
| Modifier and Type | Field and Description |
|---|---|
protected BenchmarkConfiguration |
BenchmarkDriverAdapter.cfg
Benchmark configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
BenchmarkUtils.errorHelp(BenchmarkConfiguration cfg,
String msg)
Prints error and help.
|
static void |
BenchmarkUtils.errorHelp(BenchmarkConfiguration cfg,
String msg,
Throwable t)
Prints error and help.
|
static void |
BenchmarkUtils.println(BenchmarkConfiguration cfg,
String msg)
Prints message.
|
void |
BenchmarkDriverAdapter.setUp(BenchmarkConfiguration cfg)
This method is invoked right before the
BenchmarkDriver.test() method. |
void |
BenchmarkDriver.setUp(BenchmarkConfiguration cfg)
This method is invoked right before the
BenchmarkDriver.test() method. |
void |
BenchmarkServer.start(BenchmarkConfiguration cfg)
All benchmark preparation and all resource initialization should be done here.
|
void |
BenchmarkProbe.start(BenchmarkDriver drv,
BenchmarkConfiguration cfg)
Starts probe execution.
|
void |
BenchmarkProbePointWriter.start(BenchmarkDriver drv,
BenchmarkConfiguration cfg,
long startTime)
Writer preparation and all resource initialization should be done here.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EchoBenchmark.setUp(BenchmarkConfiguration cfg)
This method is invoked right before the
BenchmarkDriver.test() method. |
void |
EchoServer.start(BenchmarkConfiguration cfg)
All benchmark preparation and all resource initialization should be done here.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BenchmarkLoader.initialize(BenchmarkConfiguration cfg) |
| Constructor and Description |
|---|
BenchmarkProbeSet(BenchmarkDriver driver,
BenchmarkConfiguration cfg,
Collection<BenchmarkProbe> probes,
BenchmarkLoader ldr) |
BenchmarkRunner(BenchmarkConfiguration cfg,
BenchmarkDriver drv,
BenchmarkProbeSet probeSet) |
| Modifier and Type | Method and Description |
|---|---|
void |
VmStatProbe.start(BenchmarkDriver drv,
BenchmarkConfiguration cfg)
Starts probe execution.
|
void |
ThroughputLatencyProbe.start(BenchmarkDriver drv,
BenchmarkConfiguration cfg)
Starts probe execution.
|
void |
DStatProbe.start(BenchmarkDriver drv,
BenchmarkConfiguration cfg)
Starts probe execution.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BenchmarkProbePointCsvWriter.start(BenchmarkDriver drv,
BenchmarkConfiguration cfg,
long startTime)
Writer preparation and all resource initialization should be done here.
|
Copyright © 2014. All rights reserved.