Operating System - Linux
1833034 Members
2599 Online
110049 Solutions
New Discussion

Re: Benchmarking on linux

 
someone_4
Honored Contributor

Benchmarking on linux

Hi,
are there any good benchmarking scripts or tools for linux?

thanks

~ Richard
1 REPLY 1
I_M
Honored Contributor

Re: Benchmarking on linux

hi,

What kind of benchmarking you want to do? CPU, Disk or Network stuff?

hdparm is a command on almost all the distro.
You can do the disk performance test.
# hdparm -T /dev/hda
# hdparm -t /dev/hda

CPU and memory?
http://www.tux.org/~mayer/linux/bmark.html

good luck