Add new UDP tracker comparison, use in README

This commit is contained in:
Joakim Frostegård 2021-11-08 12:41:14 +01:00
parent b05cbc563d
commit 956a725ac6
3 changed files with 6 additions and 20 deletions

View file

@ -124,25 +124,6 @@ however.)
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
[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
[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
![UDP BitTorrent tracker throughput comparison](./documents/aquatic-udp-load-test-illustration-2021-11-08.png)
More details are available [here](./documents/aquatic-udp-load-test-2021-11-08.pdf).
### aquatic_http: HTTP BitTorrent tracker

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB