To run YCSB on IGinX.
mvn clean package
Load the data:
./bin/ycsb.bat load iginx -s -P workloads/workloada > outputLoad.txt
Run the workload test:
./bin/ycsb.bat run iginx -s -P workloads/workloada > outputRun.txt
Set host, port, user, and password in the workload file.
properties | default |
---|---|
iginx.host |
127.0.0.1 |
iginx.port |
6888 |
iginx.user |
root |
iginx.password |
root |
Or set configs with the shell command:
./bin/ycsb.bat load iginx -s -P workloads/workloada -p "iginx.host=127.0.0.1" -p "iginx.port=6888" > outputLoad.txt
PRs accepted.
Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0