From 0eb01a1b0e6c4f8da44b8876d3b0bd1bbc27b738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Sat, 1 Aug 2020 06:10:09 +0200 Subject: [PATCH] Update README --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c63bbf..312f860 100644 --- a/README.md +++ b/README.md @@ -175,8 +175,8 @@ Please refer to the `aquatic_ws` section for information about setting up TLS. ## Load testing -There are two load test binaries. They use the same CLI structure as the -trackers, including configuration file generation and loading. +There are load test binaries for all protocols. They use the same CLI structure +as the trackers, including configuration file generation and loading. ### aquatic_udp_load_test @@ -186,6 +186,17 @@ To load test `aquatic_udp`, start it and then run: ./scripts/run-load-test-udp.sh ``` +### aquatic_ws_load_test + +To load test `aquatic_ws`, start it and then run: + +```sh +./scripts/run-load-test-ws.sh +``` + +To achieve high throughput, it is currently necessary to sharply reduce the +poll timeout setting in the tracker, and reduce it somewhat in the load tester. + ### aquatic_http_load_test To load test `aquatic_http`, start it and then run: