mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 10:45:30 +00:00
README: make load test section more concise
This commit is contained in:
parent
ed6179cc63
commit
23a562c1e5
1 changed files with 6 additions and 21 deletions
27
README.md
27
README.md
|
|
@ -156,34 +156,19 @@ Please refer to the `aquatic_ws` section for information about setting up TLS.
|
||||||
## Load testing
|
## Load testing
|
||||||
|
|
||||||
There are load test binaries for all protocols. They use a CLI structure
|
There are load test binaries for all protocols. They use a CLI structure
|
||||||
similar to the trackers and support generation and loading of configuration
|
similar to `aquatic` and support generation and loading of configuration files.
|
||||||
files.
|
|
||||||
|
|
||||||
### aquatic_udp_load_test
|
To run, first start the tracker that you want to test. Then run the
|
||||||
|
corresponding load test binary:
|
||||||
To load test `aquatic_udp`, start it and then run:
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
./scripts/run-load-test-udp.sh
|
./scripts/run-load-test-udp.sh
|
||||||
```
|
./scripts/run-load-test-http.sh
|
||||||
|
|
||||||
### aquatic_ws_load_test
|
|
||||||
|
|
||||||
To load test `aquatic_ws`, start it and then run:
|
|
||||||
|
|
||||||
```sh
|
|
||||||
./scripts/run-load-test-ws.sh
|
./scripts/run-load-test-ws.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
### aquatic_http_load_test
|
To fairly compare HTTP performance to opentracker, set keepalive to false in
|
||||||
|
`aquatic_http` settings.
|
||||||
To load test `aquatic_http`, start it and then run:
|
|
||||||
|
|
||||||
```sh
|
|
||||||
./scripts/run-load-test-http.sh
|
|
||||||
```
|
|
||||||
|
|
||||||
To fairly compare to opentracker, set keepalive to false in aquatic_http settings.
|
|
||||||
|
|
||||||
## Trivia
|
## Trivia
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue