Package alluxio.stress.cli.suite
Class JobServiceMaxThroughput
- java.lang.Object
-
- alluxio.stress.cli.suite.Suite<T>
-
- alluxio.stress.cli.suite.AbstractMaxThroughput<alluxio.stress.jobservice.JobServiceMaxThroughputSummary,alluxio.stress.jobservice.JobServiceBenchSummary,alluxio.stress.jobservice.JobServiceBenchParameters>
-
- alluxio.stress.cli.suite.JobServiceMaxThroughput
-
public class JobServiceMaxThroughput extends AbstractMaxThroughput<alluxio.stress.jobservice.JobServiceMaxThroughputSummary,alluxio.stress.jobservice.JobServiceBenchSummary,alluxio.stress.jobservice.JobServiceBenchParameters>
A max throughput suite for job service.
-
-
Field Summary
-
Fields inherited from class alluxio.stress.cli.suite.AbstractMaxThroughput
LOG
-
Fields inherited from class alluxio.stress.cli.suite.Suite
mBaseParameters
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)protected alluxio.stress.jobservice.JobServiceBenchSummaryrunSingleTest(java.util.List<java.lang.String> args)alluxio.stress.jobservice.JobServiceMaxThroughputSummaryrunSuite(java.lang.String[] args)Runs the suite.-
Methods inherited from class alluxio.stress.cli.suite.AbstractMaxThroughput
getBestThroughput
-
Methods inherited from class alluxio.stress.cli.suite.Suite
mainInternal
-
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
- Parameters:
args- the command-line args
-
runSuite
public alluxio.stress.jobservice.JobServiceMaxThroughputSummary runSuite(java.lang.String[] args) throws java.lang.ExceptionDescription copied from class:SuiteRuns the suite.
-
runSingleTest
protected alluxio.stress.jobservice.JobServiceBenchSummary runSingleTest(java.util.List<java.lang.String> args) throws java.lang.Exception- Specified by:
runSingleTestin classAbstractMaxThroughput<alluxio.stress.jobservice.JobServiceMaxThroughputSummary,alluxio.stress.jobservice.JobServiceBenchSummary,alluxio.stress.jobservice.JobServiceBenchParameters>- Parameters:
args- the args- Returns:
- the results
- Throws:
java.lang.Exception
-
-