mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 09:45:31 +00:00
Add new UDP tracker comparison, use in README
This commit is contained in:
parent
b05cbc563d
commit
956a725ac6
3 changed files with 6 additions and 20 deletions
26
README.md
26
README.md
|
|
@ -124,25 +124,6 @@ however.)
|
||||||
|
|
||||||
For optimal performance, enable setting of core affinities in configuration.
|
For optimal performance, enable setting of core affinities in configuration.
|
||||||
|
|
||||||
#### Benchmarks
|
|
||||||
|
|
||||||
[opentracker]: http://erdgeist.org/arts/software/opentracker/
|
|
||||||
|
|
||||||
Server responses per second, best result in bold:
|
|
||||||
|
|
||||||
| workers | aquatic | [opentracker] |
|
|
||||||
|---------|-----------|---------------|
|
|
||||||
| 1 | n/a | __232k__ |
|
|
||||||
| 2 | __309k__ | 293k |
|
|
||||||
| 3 | __597k__ | 397k |
|
|
||||||
| 4 | __603k__ | 481k |
|
|
||||||
| 6 | __757k__ | 587k |
|
|
||||||
| 8 | __850k__ | 431k |
|
|
||||||
| 10 | __826k__ | 165k |
|
|
||||||
| 16 | __785k__ | 139k |
|
|
||||||
|
|
||||||
Please refer to `documents/aquatic-udp-load-test-2021-08-19.pdf` for more details.
|
|
||||||
|
|
||||||
#### Alternative implementation using io_uring
|
#### Alternative implementation using io_uring
|
||||||
|
|
||||||
[io_uring]: https://en.wikipedia.org/wiki/Io_uring
|
[io_uring]: https://en.wikipedia.org/wiki/Io_uring
|
||||||
|
|
@ -150,7 +131,12 @@ Please refer to `documents/aquatic-udp-load-test-2021-08-19.pdf` for more detail
|
||||||
|
|
||||||
There is an alternative implementation that utilizes [io_uring] by running on
|
There is an alternative implementation that utilizes [io_uring] by running on
|
||||||
[glommio]. It only runs on Linux and requires a recent kernel (version 5.8 or later).
|
[glommio]. It only runs on Linux and requires a recent kernel (version 5.8 or later).
|
||||||
In some cases, it performs even better than the cross-platform implementation.
|
|
||||||
|
#### Benchmarks
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
More details are available [here](./documents/aquatic-udp-load-test-2021-11-08.pdf).
|
||||||
|
|
||||||
### aquatic_http: HTTP BitTorrent tracker
|
### aquatic_http: HTTP BitTorrent tracker
|
||||||
|
|
||||||
|
|
|
||||||
BIN
documents/aquatic-udp-load-test-2021-11-08.pdf
Normal file
BIN
documents/aquatic-udp-load-test-2021-11-08.pdf
Normal file
Binary file not shown.
BIN
documents/aquatic-udp-load-test-illustration-2021-11-08.png
Normal file
BIN
documents/aquatic-udp-load-test-illustration-2021-11-08.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 41 KiB |
Loading…
Add table
Add a link
Reference in a new issue