Package alluxio.stress.cli
Class StressJobServiceBench
- java.lang.Object
-
- alluxio.stress.cli.Benchmark<alluxio.stress.jobservice.JobServiceBenchTaskResult>
-
- alluxio.stress.cli.StressJobServiceBench
-
public class StressJobServiceBench extends Benchmark<alluxio.stress.jobservice.JobServiceBenchTaskResult>
Job Service stress bench.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class alluxio.stress.cli.Benchmark
Benchmark.MethodStatistics, Benchmark.ProfileInput
-
-
Field Summary
Fields Modifier and Type Field Description static intMAX_RESPONSE_TIME_BUCKET_INDEX-
Fields inherited from class alluxio.stress.cli.Benchmark
mBaseParameters
-
-
Constructor Summary
Constructors Constructor Description StressJobServiceBench()Creates instance.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBenchDescription()Get the description of the bench.static voidmain(java.lang.String[] args)voidprepare()Prepares to run the test.alluxio.stress.jobservice.JobServiceBenchTaskResultrunLocal()Runs the test locally, in process.-
Methods inherited from class alluxio.stress.cli.Benchmark
cleanup, generateJobConfig, mainInternal, parseParameters, processMethodProfiles, run, runSingleTask
-
-
-
-
Field Detail
-
MAX_RESPONSE_TIME_BUCKET_INDEX
public static final int MAX_RESPONSE_TIME_BUCKET_INDEX
- See Also:
- Constant Field Values
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
- Parameters:
args- command-line arguments
-
prepare
public void prepare() throws java.lang.ExceptionDescription copied from class:BenchmarkPrepares to run the test.
-
getBenchDescription
public java.lang.String getBenchDescription()
Description copied from class:BenchmarkGet the description of the bench.- Specified by:
getBenchDescriptionin classBenchmark<alluxio.stress.jobservice.JobServiceBenchTaskResult>- Returns:
- string of the bench description
-
runLocal
public alluxio.stress.jobservice.JobServiceBenchTaskResult runLocal() throws java.lang.ExceptionDescription copied from class:BenchmarkRuns the test locally, in process.
-
-