1851492 Members
3360 Online
104059 Solutions
New Discussion

Re: Performance tool

 
andy steven
Valued Contributor

Performance tool

hi i want a performance tool that just does reads and writes to disk, this is so i can see whether performance degrades over time.

anyone know of a good free tool
4 REPLIES 4
B. Hulst
Trusted Contributor

Re: Performance tool

Hi,

You can use dd.

and monitor it with sar (or glance).

Or use

times dd if=/tmp/1gb.data of=/var/tmp/test.dat


Regards,
Bob
Andrei Lica_1
Advisor

Re: Performance tool

see http://www.textuality.com/bonnie/
It's widely used for I/O speed benchmarks in both unix and linux. It has linear or random reads/writes, buffered and unbuffered, seek tests.
Sometimes dd ( depending on unix flavour or fielsystem type/block size ) is not performing very well.
Leif Halvarsson_2
Honored Contributor

Re: Performance tool

Hi,
Another usefull benchmark tool is PostMark from NetApp.
http://www.netapp.com/tech_library/3022.html
MAUCCI_2
Frequent Advisor

Re: Performance tool

You want to give a try to iozone (http://www.iozone.org/) too