I'm specifically interested in benchmarks that approximate or target real in the wild usage scenarios.

My main areas of focus are latency, network performance (incoming data over sockets). Application areas are messaging and databases (in memory). Not concerned with math, or audio/video/desktop, this is all pure server application.

link|improve this question
Can you elaborate? What in general you want to test? Linux does a awful lot of different things. – Zoredache Sep 21 '10 at 22:57
feedback

1 Answer

up vote 3 down vote accepted

In my travels, I've used the following...

iperf (network), bonnie++ (disk), iozone (disk), unixbench (baseline comparisons), stress (load generation)... to start.

link|improve this answer
2  
you may be interested also in ab (apache benchmark) and jmeter to generate stress in web applications and load balancers. – coredump Sep 22 '10 at 2:45
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.