update configuration logs

This commit is contained in:
virtubox 2018-01-24 11:39:21 +00:00
parent f5196caba1
commit 5529c3bda6
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
#!/bin/bash
sysbench --test=cpu --cpu-max-prime=20000 run > sysbench.log
echo "" > sysbench.log
sysbench --test=cpu --cpu-max-prime=20000 run >> sysbench.log
sysbench --test=fileio --file-total-size=5G prepare &>/dev/null
sysbench --test=fileio --file-total-size=5G --file-test-mode=rndrw --init-rng=on --max-time=300 --max-requests=0 run > sysbench.log
sysbench --test=fileio --file-total-size=5G --file-test-mode=rndrw --init-rng=on --max-time=300 --max-requests=0 run >> sysbench.log
sysbench --test=fileio --file-total-size=5G cleanup &>/dev/null