Benchmarking tools: Difference between revisions

From DWIKI
mNo edit summary
 
(5 intermediate revisions by the same user not shown)
Line 5: Line 5:
=Storage=
=Storage=
==bonnie++==
==bonnie++==
Could be a bit of a problem when system has a lot of ram
*[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 -n 0 -m TEST -f -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
==Bonnie FAQ==
===File size should be double RAM for good results, RAM is 48028M.===

Latest revision as of 11:10, 6 August 2024

Links

Storage

bonnie++

Could be a bit of a problem when system has a lot of ram

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


Bonnie FAQ

File size should be double RAM for good results, RAM is 48028M.