YCSB
Runs YCSB, which generates a workload for a database. This workload specification does NOT include the database, it must be instantiated separately and already be running when this workload is instantiated.
- dblayer: DB interface layer YCSB should use. Default: basic
- workload: Workload generated by YCSB. Default: workloada
- recordcount: Number of records YCSB will insert. Must be quoted. Default: "50000".
- operationcount: Number of workload operations YCSB will execute, after the database has been initialized. Must be quoted. Default: "50000".
- otherparams: Other parameters that should be passed to YCSB.
- Output is written to /output/output
- null-parser: no parsing, sends entire output to output collector default