Skip to content

Commit

Permalink
refresh the benchmark numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
chirino committed Jan 16, 2011
1 parent ce21120 commit e427968
Show file tree
Hide file tree
Showing 10 changed files with 762 additions and 978 deletions.
4 changes: 2 additions & 2 deletions readme.md
Expand Up @@ -127,7 +127,7 @@ to install, setup, and start the server.

2. Run the benchmark with the admin credentials. Example:

sbt run --login admin --password password reports/apollo-1.0-SNAPSHOT.json
sbt run --login admin --passcode password reports/apollo-1.0-SNAPSHOT.json

## Running against ActiveMQ 5.4.1

Expand Down Expand Up @@ -202,6 +202,6 @@ example:

2. Run the benchmark with the default guest credentatials. Example:

sbt run --login guest --password guest reports/rabbitmq-2.2.0.json
sbt run --login guest --passcode guest reports/rabbitmq-2.2.0.json


227 changes: 0 additions & 227 deletions reports/osx-8-core-data/activemq-5.4.1.json

This file was deleted.

227 changes: 227 additions & 0 deletions reports/osx-8-core-data/activemq-5.4.2.json

Large diffs are not rendered by default.

227 changes: 0 additions & 227 deletions reports/osx-8-core-data/apollo-1.0-SNAPSHOT-2.json

This file was deleted.

286 changes: 143 additions & 143 deletions reports/osx-8-core-data/apollo-1.0-SNAPSHOT.json

Large diffs are not rendered by default.

282 changes: 141 additions & 141 deletions reports/osx-8-core-data/hornetq-2.1.2.Final.json

Large diffs are not rendered by default.

227 changes: 0 additions & 227 deletions reports/osx-8-core-data/rabbitmq-0.0.0.json

This file was deleted.

227 changes: 227 additions & 0 deletions reports/osx-8-core-data/rabbitmq-2.2.0.json

Large diffs are not rendered by default.

21 changes: 16 additions & 5 deletions reports/osx-8-core-report.html
Expand Up @@ -29,7 +29,7 @@
// Update the following array to add more
// stomp servers to the comparison
//
var broker_files = ['osx-8-core-data/apollo-1.0-SNAPSHOT.json', 'osx-8-core-data/activemq-5.4.1.json', 'osx-8-core-data/hornetq-2.1.2.Final.json', 'osx-8-core-data/rabbitmq-0.0.0.json'];
var broker_files = ['osx-8-core-data/apollo-1.0-SNAPSHOT.json', 'osx-8-core-data/activemq-5.4.2.json', 'osx-8-core-data/hornetq-2.1.2.Final.json', 'osx-8-core-data/rabbitmq-2.2.0.json'];

var broker_samples = [];
var sample_interval = 0;
Expand Down Expand Up @@ -197,15 +197,26 @@ <h2 id="throughput_to_topic">Overview</h2>
<p>
This report was generated using the <a href="http://github.com/chirino/stomp-benchmark">stomp-benchmark tool</a>. It
provides a comparative benchmark of messaging servers that implement the <a href="http://stomp.github.com/stomp-specification-1-0.html"/>Stomp 1.0</a>
specification. It covers a wide variety of common usage scenarios.
specification. It covers a wide variety of common usage scenarios. Each scenario is warmed up for 3 seconds before the performance samples are taken.
</p>
<div style="padding:1em;">
<span class="block" style="padding:1em;"><strong>NOTE:</strong> Zoom into the graph to see it's legend.</span>
</div>
<p>
The benchmark load generator and broker was run on a machine with:
<ul>
<li>Mac Pro Model: MacPro3,1</li>
<li>CPU: 2 x 3 GHz Quad-Core Intel Xeon</li>
<li>Memory: 8 GB 800 MHz DDR2</li>
<li>OS: Mac OS X 10.6.6</li>
<li>Disk: SATA 7200 RPM</li>
<li>Java: 64-Bit 1.6.0_22</li>
</ul>
</p>
<h2 id="throughput_to_topic">Throughput to an Unsubscribed Topic</h2>
<p>
A single producer sending non-persistent messages to a topic that does not have an consumers attached.
</p>
<div style="padding:1em;">
<span class="block" style="padding:1em;"><strong>NOTE:</strong> Zoom into the graph to see it's legend.</span>
</div>
<table class="charts padded">
<tr>
<td>
Expand Down
12 changes: 6 additions & 6 deletions reports/ubuntu-4-core-report.html
Expand Up @@ -197,16 +197,16 @@ <h2 id="throughput_to_topic">Overview</h2>
<p>
This report was generated using the <a href="http://github.com/chirino/stomp-benchmark">stomp-benchmark tool</a>. It
provides a comparative benchmark of messaging servers that implement the <a href="http://stomp.github.com/stomp-specification-1-0.html"/>Stomp 1.0</a>
specification. It covers a wide variety of common usage scenarios.
specification. It covers a wide variety of common usage scenarios. Each scenario is warmed up for 3 seconds before the performance samples are taken.
</p>
<p>
The benchmark load generator and broker was run on a machine with:
<ul>
<li>CPU: Intel(R) Core(TM)2 Quad CPU @ 2.66GHz</li>
<li>Memory: 2 GB</li>
<li>OS: Ubuntu 10.04, Linux Kernel 2.6.32 x86_64</li>
<li>Disk: SATA 5400 RPM</li>
<li>Java: OpenJDK 64-Bit 1.6.0_20</li>
<li>CPU: Intel(R) Core(TM)2 Quad CPU @ 2.66GHz</li>
<li>Memory: 2 GB</li>
<li>OS: Ubuntu 10.04, Linux Kernel 2.6.32 x86_64</li>
<li>Disk: SATA 5400 RPM</li>
<li>Java: OpenJDK 64-Bit 1.6.0_20</li>
</ul>
</p>
<h2 id="throughput_to_topic">Throughput to an Unsubscribed Topic</h2>
Expand Down

0 comments on commit e427968

Please sign in to comment.