Benchmarking tools: Difference between revisions

From DWIKI
(Created page with "=Links= *[https://github.com/axboe/fio fio] *bonnie++")
 
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:


*[https://github.com/axboe/fio fio]
*[https://github.com/axboe/fio fio]
*bonnie++
 
=Storage=
==bonnie++==
*[https://www.coker.com.au/bonnie++/ Bonnie++ homepage]
*[https://www.textuality.com/bonnie/advice.html Using 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

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