Add script run-quick-disk-test.sh

This commit is contained in:
12b 2021-01-10 02:06:44 +01:00
parent 8c83179977
commit c69eab70c8
1 changed files with 5 additions and 0 deletions

5
bin/run-quick-disk-test.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
/usr/local/bin/sysbench fileio prepare
/usr/local/bin/sysbench fileio run --threads=4 --file-test-mode=rndrw --file-io-mode=async
/usr/local/bin/sysbench fileio cleanup