The latest Volano test results are published in the Volano Report.
The report is also available in the following formats:
For the results of earlier tests performed by Volano, please see the following older copies of the Volano Report:
For information about the VolanoMark™ benchmark and its history, please see the following articles in JavaWorld Magazine:
If you are a Java vendor or author of a Java virtual machine and wish to publish your VolanoMark test results, make sure to include the following information:
java -server -Xconcurrentio -Xmx256m -Xss64k
java version "1.3.1"
Java(TM) 2 Runtime Environment, Standard Edition (build Blackdown-1.3.1-02b-FCS)
Classic VM (build Blackdown-1.3.1-02b-FCS, green threads, nojit)
To run your own tests, download the VolanoMark installation program from the following link:
HTTP: http://www.volano.com/pub/vmark2_5_0_9.class - 1,591,590 bytes
To start the installation program, change to the directory where you saved the installation program and enter one of the following commands, substituting java with the name of the Java interpreter on your system.
java vmark2_5_0_9java vmark2_5_0_9 -o directorydirectory is the name of the directory where you want VolanoMark to be installed.To compare your test results with ours, make sure to pay close attention to the run rules and operating environments in The Volano Report. Modify the following scripts provided with VolanoMark to run the tests on your network:
loopserver.shloopclient.shnetserver.shnetclient.shstartup.shIn particular, make sure to change the target host name at the top of the startup.sh file so that it points to the machine running the VolanoMark server on your network:
# Name of the host running the server side of the network test. host=gx1p.test.volano.com
If the Java virtual machines installed on your system are in different locations than on our test machines, you may need to make other modifications to the shell scripts. Notice that the scripts require the Cygwin Bash Shell to run on Windows.