mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Update README
This commit is contained in:
parent
716228c1b1
commit
0eb01a1b0e
1 changed files with 13 additions and 2 deletions
15
README.md
15
README.md
|
|
@ -175,8 +175,8 @@ Please refer to the `aquatic_ws` section for information about setting up TLS.
|
||||||
|
|
||||||
## Load testing
|
## Load testing
|
||||||
|
|
||||||
There are two load test binaries. They use the same CLI structure as the
|
There are load test binaries for all protocols. They use the same CLI structure
|
||||||
trackers, including configuration file generation and loading.
|
as the trackers, including configuration file generation and loading.
|
||||||
|
|
||||||
### aquatic_udp_load_test
|
### aquatic_udp_load_test
|
||||||
|
|
||||||
|
|
@ -186,6 +186,17 @@ To load test `aquatic_udp`, start it and then run:
|
||||||
./scripts/run-load-test-udp.sh
|
./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
|
### aquatic_http_load_test
|
||||||
|
|
||||||
To load test `aquatic_http`, start it and then run:
|
To load test `aquatic_http`, start it and then run:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue