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