Skip to content

Latest commit

 

History

History

ycsb

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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.

Variables

  • 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 Files

  • Output is written to /output/output

Parsers

  • null-parser: no parsing, sends entire output to output collector default