Uses of Class
alluxio.stress.cli.Benchmark
-
Packages that use Benchmark Package Description alluxio.stress.cli alluxio.stress.cli.client alluxio.stress.cli.fuse alluxio.stress.cli.suite alluxio.stress.cli.worker -
-
Uses of Benchmark in alluxio.stress.cli
Subclasses of Benchmark in alluxio.stress.cli Modifier and Type Class Description classAbstractStressBench<T extends alluxio.stress.TaskResult,P extends alluxio.stress.common.FileSystemParameters>An abstraction for stress tests which generates a specific workload on a certain Alluxio component (master, worker, ClientIO).classGetPinnedFileIdsBenchA benchmarking tool for the GetPinnedFileIds RPC.classMaxFileBenchMaxFile StressBench class.classMultiOperationStressMasterBenchA stress master bench that benchmark a set of combined operations.classRegisterWorkerBenchA benchmarking tool for the RegisterWorker RPC.classRpcBench<T extends alluxio.stress.rpc.RpcBenchParameters>A benchmarking tool to simulate stress on RPCs.classStreamRegisterWorkerBenchA benchmarking tool for the RegisterWorkerStream RPC.classStressJobServiceBenchJob Service stress bench.classStressMasterBenchSingle node stress test.classStressMasterBenchBase<T extends alluxio.stress.master.MasterBenchTaskResultBase<P>,P extends alluxio.stress.master.MasterBenchBaseParameters>The base class for master stress bench tests.classUfsIOBenchA benchmark tool measuring the IO to UFS.classWorkerHeartbeatBenchA benchmarking tool for the WorkerHeartbeat RPC.Methods in alluxio.stress.cli with parameters of type Benchmark Modifier and Type Method Description protected static voidBenchmark. mainInternal(java.lang.String[] args, Benchmark benchmark) -
Uses of Benchmark in alluxio.stress.cli.client
Subclasses of Benchmark in alluxio.stress.cli.client Modifier and Type Class Description classCompactionBenchBenchmark that simulates a workload that compacts many small files into a bigger file.classStressClientIOBenchClient IO stress test. -
Uses of Benchmark in alluxio.stress.cli.fuse
Subclasses of Benchmark in alluxio.stress.cli.fuse Modifier and Type Class Description classFuseIOBenchSingle node stress test. -
Uses of Benchmark in alluxio.stress.cli.suite
Subclasses of Benchmark in alluxio.stress.cli.suite Modifier and Type Class Description classAbstractMaxThroughput<Q extends alluxio.stress.TaskResult,T extends alluxio.stress.common.AbstractMaxThroughputSummary<P,S>,S extends alluxio.stress.common.GeneralBenchSummary<Q>,P extends alluxio.stress.Parameters>abstract class for MaxThroughput benchmark.classJobServiceMaxThroughputA max throughput suite for job service.classMasterMaxThroughputA max throughput suite for master. -
Uses of Benchmark in alluxio.stress.cli.worker
Subclasses of Benchmark in alluxio.stress.cli.worker Modifier and Type Class Description classStressWorkerBenchSingle node stress test.
-