found another bench tool authored by anarcat's avatar anarcat
...@@ -102,6 +102,7 @@ limited, here's a set of interesting alternatives: ...@@ -102,6 +102,7 @@ limited, here's a set of interesting alternatives:
| [ali][] | golang | HTTP/2 | real-time graph, duration, mouse support | unsearchable name | no | | [ali][] | golang | HTTP/2 | real-time graph, duration, mouse support | unsearchable name | no |
| [bombardier][] | golang | HTTP/2 | | better performance than siege in my 2017 tests | [RFP][] | | [bombardier][] | golang | HTTP/2 | | better performance than siege in my 2017 tests | [RFP][] |
| [boom][] | Python | HTTP/2 | duration | rewrite of apachebench, unsearchable name | no | | [boom][] | Python | HTTP/2 | duration | rewrite of apachebench, unsearchable name | no |
| [drill][] | Rust | | scriptable, delay, stats, dynamic | inspired by JMeter and friends | no |
| [go-wrk][] | golang | | [no duration][] | rewrite of wrk, performance issues in my 2017 tests | no | | [go-wrk][] | golang | | [no duration][] | rewrite of wrk, performance issues in my 2017 tests | no |
| [hey][] | golang | | | rewrite of apachebench, similar to boom, unsearchable name | [yes][ITP 941983] | | [hey][] | golang | | | rewrite of apachebench, similar to boom, unsearchable name | [yes][ITP 941983] |
| [Jmeter][] | Java | | interactive, session replay | | yes | | [Jmeter][] | Java | | interactive, session replay | | yes |
...@@ -114,6 +115,7 @@ limited, here's a set of interesting alternatives: ...@@ -114,6 +115,7 @@ limited, here's a set of interesting alternatives:
[ali]: https://github.com/nakabonne/ali [ali]: https://github.com/nakabonne/ali
[bombardier]: https://github.com/codesenberg/bombardier [bombardier]: https://github.com/codesenberg/bombardier
[boom]: https://github.com/tarekziade/boom [boom]: https://github.com/tarekziade/boom
[drill]: https://github.com/fcsonline/drill
[go-wrk]: https://github.com/adjust/go-wrk/ [go-wrk]: https://github.com/adjust/go-wrk/
[hey]: https://github.com/rakyll/hey [hey]: https://github.com/rakyll/hey
[ITP 941983]: https://bugs.debian.org/941983 [ITP 941983]: https://bugs.debian.org/941983
... ...
......