2

I am a bit rusty lately. What is the standard way to test CPU and disk I/O these days?

JavaRocky
  • 481
  • 2
  • 4
  • 15

4 Answers4

2

There are many tools out there that perform stress testing.

For Linux a easy to use one is stress: http://weather.ou.edu/~apw/projects/stress/

Cosu
  • 236
  • 1
  • 4
1

for the disk: bonnie++. not your most trendy benchmarking tool but one that gives useful results [ random and sequential reads/writes, i/o per sec ].

pQd
  • 29,981
  • 6
  • 66
  • 109
0

One test I do is compile the kernel. Maybe prime. Also I'm refering to this list quite a lot lately as I am testing a lot of VM configurations.

http://www.overclockers.com/forums/showthread.php?t=486495

As for "standard", I'm not sure there is one. What I think you might want to do is create a set of tests that are standard for you and apply that to your variations.

d-_-b
  • 1,124
  • 3
  • 11
  • 23
0

I still continue to use the old^H^H^Hclassic standbys for disk performance testing: Iozone and iometer. Iozone is fairly easy to get going, while Iometer can be configured to more closely match your real-life load characteristics (assuming you know what they are, of course). I believe both are available on multiple platforms, including Linux and Windows.

ktower
  • 1,171
  • 10
  • 15