Package alluxio.stress.cli
Class UfsIOBench
- java.lang.Object
-
- alluxio.stress.cli.Benchmark<alluxio.stress.worker.IOTaskResult>
-
- alluxio.stress.cli.UfsIOBench
-
public class UfsIOBench extends Benchmark<alluxio.stress.worker.IOTaskResult>
A benchmark tool measuring the IO to UFS.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class alluxio.stress.cli.Benchmark
Benchmark.MethodStatistics, Benchmark.ProfileInput
-
-
Field Summary
-
Fields inherited from class alluxio.stress.cli.Benchmark
mBaseParameters
-
-
Constructor Summary
Constructors Constructor Description UfsIOBench()
-
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.worker.IOTaskResultrunLocal()Runs the test locally, in process.-
Methods inherited from class alluxio.stress.cli.Benchmark
cleanup, generateJobConfig, mainInternal, parseParameters, processMethodProfiles, run, runSingleTask
-
-
-
-
Method Detail
-
getBenchDescription
public java.lang.String getBenchDescription()
Description copied from class:BenchmarkGet the description of the bench.- Specified by:
getBenchDescriptionin classBenchmark<alluxio.stress.worker.IOTaskResult>- Returns:
- string of the bench description
-
runLocal
public alluxio.stress.worker.IOTaskResult runLocal() throws java.lang.ExceptionDescription copied from class:BenchmarkRuns the test locally, in process.
-
prepare
public void prepare()
Description copied from class:BenchmarkPrepares to run the test.
-
main
public static void main(java.lang.String[] args)
- Parameters:
args- command-line arguments
-
-