Benchmarking tools: Difference between revisions

From DWIKI
(Created page with "=Links= *[https://github.com/axboe/fio fio] *bonnie++")
 
mNo edit summary
Line 2: Line 2:


*[https://github.com/axboe/fio fio]
*[https://github.com/axboe/fio fio]
*bonnie++
 
=Storage=
==bonnie++==
 
mkdir /home/bonnie
bonnie++ -d /var/bonnie -s 4G -n 0 -m TEST -f -b -u youruser | tee /tmp/bonnie
tail -n 1 /tmp/bonnie | bon_csv2html > bonnie.html

Revision as of 14:26, 5 October 2023

Links

Storage

bonnie++

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