Benchmarking tools: Difference between revisions
From DWIKI
mNo edit summary |
m (→bonnie++) |
||
Line 17: | Line 17: | ||
*[https://www.textuality.com/bonnie/advice.html Using Bonnie] | *[https://www.textuality.com/bonnie/advice.html Using Bonnie] | ||
mkdir / | mkdir /var/bonnie | ||
bonnie++ -d /var/bonnie -m $HOSTNAME -b -u youruser | tee /tmp/bonnie | bonnie++ -d /var/bonnie -m $HOSTNAME -b -u youruser | tee /tmp/bonnie | ||
tail -n 1 /tmp/bonnie | bon_csv2html > bonnie.html | tail -n 1 /tmp/bonnie | bon_csv2html > bonnie.html |
Latest revision as of 16:33, 3 January 2025
Links
Reading material
Benchmarking tools
General
Sysbench
Storage
bonnie++
Could be a bit of a problem when system has a lot of ram
mkdir /var/bonnie bonnie++ -d /var/bonnie -m $HOSTNAME -b -u youruser | tee /tmp/bonnie tail -n 1 /tmp/bonnie | bon_csv2html > bonnie.html