3

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.

TallPines
  • 53
  • 1
  • 6

1 Answers1

3

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

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

ewwhite
  • 197,159
  • 92
  • 443
  • 809
  • 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 02:45