Skip to content

Commit

Permalink
Update links in Java tools page
Browse files Browse the repository at this point in the history
  • Loading branch information
acogoluegnes committed Jan 29, 2024
1 parent 78d7225 commit a9eb349
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions site/java-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,22 @@ This page documents some Java-based utility programs (PerfTest, Tracer).

## <a id="load-testing" class="anchor" href="#load-testing">PerfTest</a>

RabbitMQ has a throughput testing tool, PerfTest, that is based on the Java client and can be
RabbitMQ has a throughput testing tool, [PerfTest](https://github.com/rabbitmq/rabbitmq-perf-test/), that is based on the Java client and can be
configured to simulate basic and advanced workloads as well.

PerfTest documentation is hosted on GitHub Pages:
PerfTest Documentation:

* For [the latest stable release](https://perftest.rabbitmq.com/)
* For [the latest milestone release](https://rabbitmq.github.io/rabbitmq-perf-test/milestone/htmlsingle/)
* For [the latest development build](https://perftest-dev.rabbitmq.com/)

## <a id="stream-load-testing" class="anchor" href="#stream-load-testing">PerfTest for Streams (RabbitMQ Stream Protocol)</a>

There is a separate version of PerfTest for streams that uses [RabbitMQ Stream Protocol](./stream.html) internally.
There is a separate version of [PerfTest for streams](https://github.com/rabbitmq/rabbitmq-stream-perf-test/) that uses [RabbitMQ Stream Protocol](./stream.html) internally.

Its documentation is hosted on GitHub Pages:
Stream PerfTest Documentation:

* For [the latest stable release](https://rabbitmq.github.io/rabbitmq-stream-java-client/stable/htmlsingle/#the-performance-tool)
* For [the latest stable release](https://rabbitmq.github.io/rabbitmq-stream-perf-test/stable/htmlsingle/)
* For [the latest development build](https://rabbitmq.github.io/rabbitmq-stream-perf-test/snapshot/htmlsingle/)


## <a id="tracer" class="anchor" href="#tracer">Tracer</a>
Expand Down

0 comments on commit a9eb349

Please sign in to comment.