public class StressClientIOBench extends AbstractStressBench<ClientIOTaskResult,ClientIOParameters>
Benchmark.MethodStatistics, Benchmark.ProfileInputmParametersmBaseParameters| 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.
|
java.lang.String |
getBenchDescription()
Get the description of the bench.
|
static void |
main(java.lang.String[] args) |
void |
prepare()
Prepares to run the test.
|
ClientIOTaskResult |
runLocal()
Runs the test locally, in process.
|
runcleanup, generateJobConfig, mainInternal, parseParameters, processMethodProfiles, runSingleTaskpublic static void main(java.lang.String[] args)
args - command-line argumentspublic java.lang.String getBenchDescription()
BenchmarkgetBenchDescription in class Benchmark<ClientIOTaskResult>public 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.IOException - exceptionCopyright © 2023. All Rights Reserved.