chirino / jms-benchmark

Little project to benchmark JMS providers
Apache License 2.0
63 stars 34 forks source link

JMS Benchmark

A benchmarking tool for JMS 1.1 servers. The benchmark covers a wide variety of common usage scenarios.

Servers Currently Benchmarked

Just looking for the Results?

The numbers look different depending on the Hardware and OS they are run on:

Running the Benchmark

Just run:

./bin/benchmark-all

or one of the server specific benchmark scripts like:

./bin/benchmark-activemq

Tested to work on:

The benchmark report will be stored in the reports/$(hostname) directory.

Running the Benchmark on an EC2 Amazon Linux 64 bit AMI

If you want to run the benchmark on EC2, we recommend using at least the c1.xlarge instance type. Once you have the instance started just execute the following commands on the instance:

sudo yum install -y screen
curl https://nodeload.github.com/chirino/jms-benchmark/zip/master > jms-benchmark.zip
jar -xvf jms-benchmark.zip 
chmod a+x ./jms-benchmark-master/bin/*
screen ./jms-benchmark-master/bin/benchmark-all

The results will be stored in the ~/reports directory.