Benchmarking tools: Difference between revisions

From DWIKI
 
Line 5: Line 5:
=Storage=
=Storage=
==bonnie++==
==bonnie++==
*[https://www.coker.com.au/bonnie++/ Bonnie++ homepage]
*[https://www.textuality.com/bonnie/advice.html Using Bonnie]


  mkdir /home/bonnie
  mkdir /home/bonnie
  bonnie++ -d /var/bonnie -s 4G -m $HOSTNAME -b -u youruser | tee /tmp/bonnie
  bonnie++ -d /var/bonnie -s 4G -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 10:18, 6 October 2023

Links

Storage

bonnie++

mkdir /home/bonnie
bonnie++ -d /var/bonnie -s 4G -m $HOSTNAME -b -u youruser | tee /tmp/bonnie
tail -n 1 /tmp/bonnie | bon_csv2html > bonnie.html