Blame view
decision/templates/ycsb/run.sh
538 Bytes
8146dcf82 first commit |
1 2 3 4 5 6 |
sleep $((MULTI * PERIOD)) nohup timeout RUNTIMEs sh cassandra2-read-async.sh 2 2000 workloadreadasynccassandra IPS 200000000 ganeti-nodes-master:192.168.1.80 CLIENTID > nohup0.out 2>&1 & sleep PERIOD nohup timeout RUNTIMEs sh cassandra2-read-async.sh 2 2000 workloadreadasynccassandra IPS 200000000 ganeti-nodes-master:192.168.1.80 CLIENTID > nohup1.out 2>&1 & sleep PERIOD nohup timeout RUNTIMEs sh cassandra2-read-async.sh 2 2000 workloadreadasynccassandra IPS 200000000 ganeti-nodes-master:192.168.1.80 CLIENTID > nohup2.out 2>&1 & |