You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RabbitMQ has a throughput testing tool, PerfTest, that is based on the Java client and can be
24
+
RabbitMQ has a throughput testing tool, [PerfTest](https://github.com/rabbitmq/rabbitmq-perf-test/), that is based on the Java client and can be
25
25
configured to simulate basic and advanced workloads as well.
26
26
27
-
PerfTest documentation is hosted on GitHub Pages:
27
+
PerfTest Documentation:
28
28
29
29
* For [the latest stable release](https://perftest.rabbitmq.com/)
30
-
* For [the latest milestone release](https://rabbitmq.github.io/rabbitmq-perf-test/milestone/htmlsingle/)
31
30
* For [the latest development build](https://perftest-dev.rabbitmq.com/)
32
31
33
32
## <aid="stream-load-testing"class="anchor"href="#stream-load-testing">PerfTest for Streams (RabbitMQ Stream Protocol)</a>
34
33
35
-
There is a separate version of PerfTest for streams that uses [RabbitMQ Stream Protocol](./stream.html) internally.
34
+
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.
36
35
37
-
Its documentation is hosted on GitHub Pages:
36
+
Stream PerfTest Documentation:
38
37
39
-
* For [the latest stable release](https://rabbitmq.github.io/rabbitmq-stream-java-client/stable/htmlsingle/#the-performance-tool)
38
+
* For [the latest stable release](https://rabbitmq.github.io/rabbitmq-stream-perf-test/stable/htmlsingle/)
39
+
* For [the latest development build](https://rabbitmq.github.io/rabbitmq-stream-perf-test/snapshot/htmlsingle/)
0 commit comments