public class StressClientIOBench extends Benchmark<ClientIOTaskResult>
Benchmark.MethodStatistics, Benchmark.ProfileInputmBaseParameters| Constructor and Description |
|---|
StressClientIOBench()
Creates instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,SummaryStatistics> |
addAdditionalResult(long startMs,
long endMs)
Read the log file from java agent log file.
|
static void |
main(java.lang.String[] args) |
void |
prepare()
Prepares to run the test.
|
ClientIOTaskResult |
runLocal()
Runs the test locally, in process.
|
generateJobConfig, mainInternal, processMethodProfiles, runpublic static void main(java.lang.String[] args)
args - command-line argumentspublic void prepare()
throws java.lang.Exception
Benchmarkprepare in class Benchmark<ClientIOTaskResult>java.lang.Exceptionpublic ClientIOTaskResult runLocal() throws java.lang.Exception
BenchmarkrunLocal in class Benchmark<ClientIOTaskResult>java.lang.Exceptionpublic java.util.Map<java.lang.String,SummaryStatistics> addAdditionalResult(long startMs, long endMs) throws java.io.IOException
startMs - start time for profilingendMs - end time for profilingjava.io.IOExceptionCopyright © 2020. All Rights Reserved.