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.worker -
-
Uses of Benchmark in alluxio.stress.cli
Subclasses of Benchmark in alluxio.stress.cli Modifier and Type Class Description classGetPinnedFileIdsBenchA benchmarking tool for the GetPinnedFileIds RPC.classRegisterWorkerBenchA benchmarking tool for the RegisterWorker RPC.classRpcBench<T extends alluxio.stress.rpc.RpcBenchParameters>A benchmarking tool to simulate stress on RPCs.classStressJobServiceBenchJob Service stress bench.classStressMasterBenchSingle node stress test.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 classStressClientIOBenchSingle node client 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.worker
Subclasses of Benchmark in alluxio.stress.cli.worker Modifier and Type Class Description classStressWorkerBenchSingle node stress test.
-