Benchmarking tools: Difference between revisions

From DWIKI
Tony (talk | contribs)
mNo edit summary
Tag: wikieditor
Tony (talk | contribs)
Tag: wikieditor
 
Line 17: Line 17:
*[https://www.textuality.com/bonnie/advice.html Using Bonnie]
*[https://www.textuality.com/bonnie/advice.html Using Bonnie]


  mkdir /home/bonnie
  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 14: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


Bonnie FAQ

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