Benchmarking tools: Difference between revisions
From DWIKI
Created page with "=Links= *[https://github.com/axboe/fio fio] *bonnie++" |
mNo edit summary Tag: wikieditor |
||
| Line 2: | Line 2: | ||
*[https://github.com/axboe/fio fio] | *[https://github.com/axboe/fio fio] | ||
=Storage= | |||
==bonnie++== | |||
mkdir /home/bonnie | |||
bonnie++ -d /var/bonnie -s 4G -n 0 -m TEST -f -b -u youruser | tee /tmp/bonnie | |||
tail -n 1 /tmp/bonnie | bon_csv2html > bonnie.html | |||
Revision as of 12:26, 5 October 2023
Links
Storage
bonnie++
mkdir /home/bonnie bonnie++ -d /var/bonnie -s 4G -n 0 -m TEST -f -b -u youruser | tee /tmp/bonnie tail -n 1 /tmp/bonnie | bon_csv2html > bonnie.html
