public class VmStatProbe extends Object implements BenchmarkProbe
| Constructor and Description |
|---|
VmStatProbe() |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
metaInfo()
Gets collection of meta information.
|
Collection<BenchmarkProbePoint> |
points()
Gets collection of probe points.
|
void |
start(BenchmarkDriver drv,
BenchmarkConfiguration cfg)
Starts probe execution.
|
void |
stop()
Stops probe execution.
|
public void start(BenchmarkDriver drv, BenchmarkConfiguration cfg) throws Exception
start in interface BenchmarkProbedrv - Benchmark driver.cfg - Benchmark configuration.Exception - If start failed.public void stop()
throws Exception
stop in interface BenchmarkProbeException - If stop failed.public Collection<String> metaInfo()
metaInfo in interface BenchmarkProbepublic Collection<BenchmarkProbePoint> points()
points in interface BenchmarkProbeCopyright © 2014. All rights reserved.