views:

71

answers:

4

We want to compare general performance (CPU, I/O, network, ...) of different JVMs for the same Java version (1.5) in different environments (Windows, Solaris, ...).

Do you know of any JVM benchmarking application which can be used to compare results from different JVMs?

Thank you very much.

A: 

http://www.spec.org/osg/jbb2000/

http://www.spec.org/osg/jvm98/

http://shootout.alioth.debian.org/

http://www.stefankrause.net/wp/?p=9

S.Lott
1) Superseded by http://www.spec.org/jbb2005/ 2) Superseded by http://www.spec.org/jvm2008/3) Not JVM focused4) C Vs. Java
antispam
+1  A: 

The Java Grande Forum Benchmark Suite seems a little outdated, but it's the only one I found which speaks about I/O and network bandwith.

antispam
A: 

We ended up using SPECjvm2008 as we needed something more 'standard' than 'rigorous'.

The goal was to quickly compare performance between different JVM environments and show it to systems group. SPECjvm2008 was quite easy to setup and served well to the task.

antispam