Skip to content

SemanticallyNull/rabbitmq-perf-test

 
 

RabbitMQ Performance Testing Tool

This repository contains source code of the RabbitMQ Performance Testing Tool. The client is maintained by the RabbitMQ team at Pivotal.

Using

Running performance tests

Assuming the current directory is the root directory of the binary distribution, to launch a performance test with 1 producer and 1 consumer:

bin/runjava com.rabbitmq.perf.PerfTest

Using the HTML performance tools

The HTML Performance Tools are a set of tools that can help you run automated benchmarks by wrapping around the PerfTest benchmarking framework. You can provide benchmark specs, and the tool will take care of running the benchmark, collecting results and displaying them in an HTML page. Learn more here.

Contributing

See CONTRIBUTING.md for an overview of the development process.

Building

To build the JAR file:

mvn clean package

Files are then in the target directory.

To build the JAR file, source and binary distributions:

mvn clean package -P assemblies

License

This package, the RabbitMQ Performance Testing Tool library, is triple-licensed under the Mozilla Public License 1.1 ("MPL"), the GNU General Public License version 2 ("GPL") and the Apache License version 2 ("ASL").

About

RabbitMQ Performance Testing Tool

Resources

License

Unknown and 3 other licenses found

Licenses found

Unknown
LICENSE
Apache-2.0
LICENSE-APACHE2
GPL-2.0
LICENSE-GPL2
Unknown
LICENSE-MPL-RabbitMQ

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 69.2%
  • Java 28.2%
  • Shell 1.2%
  • Other 1.4%