public class StressMasterBench extends AbstractStressBench<MasterBenchTaskResult,MasterBenchParameters>
Modifier and Type | Class and Description |
---|---|
protected class |
StressMasterBench.BenchThread |
Benchmark.MethodStatistics, Benchmark.ProfileInput
Modifier and Type | Field and Description |
---|---|
protected FileSystem[] |
mCachedNativeFs
In case the Alluxio Native API is used, use the following instead.
|
protected String |
mDirsDir |
protected String |
mFilesDir |
protected String |
mFixedDir |
mParameters
mBaseParameters
Constructor and Description |
---|
StressMasterBench()
Creates instance.
|
Modifier and Type | Method and Description |
---|---|
String |
getBenchDescription()
Get the description of the bench.
|
static void |
main(String[] args) |
void |
prepare()
Prepares to run the test.
|
MasterBenchTaskResult |
runLocal()
Runs the test locally, in process.
|
run
cleanup, generateJobConfig, mainInternal, parseParameters, processMethodProfiles, runSingleTask
protected FileSystem[] mCachedNativeFs
protected final String mDirsDir
protected final String mFilesDir
protected final String mFixedDir
public static void main(String[] args)
args
- command-line argumentspublic String getBenchDescription()
Benchmark
getBenchDescription
in class Benchmark<MasterBenchTaskResult>
public void prepare() throws Exception
Benchmark
prepare
in class Benchmark<MasterBenchTaskResult>
Exception
public MasterBenchTaskResult runLocal() throws Exception
Benchmark
runLocal
in class Benchmark<MasterBenchTaskResult>
Exception
Copyright © 2023. All Rights Reserved.