add oha authored by anarcat's avatar anarcat
...@@ -107,6 +107,7 @@ limited, here's a set of interesting alternatives: ...@@ -107,6 +107,7 @@ limited, here's a set of interesting alternatives:
| [Jmeter][] | Java | | interactive, session replay | | yes | | [Jmeter][] | Java | | interactive, session replay | | yes |
| [k6.io][] | | | | JMeter rewrite with "cloud" SaaS | no | | [k6.io][] | | | | JMeter rewrite with "cloud" SaaS | no |
| [Locust][] | | | distributed, interactive behavior | | [ITP][ITP 982508] | | [Locust][] | | | distributed, interactive behavior | | [ITP][ITP 982508] |
| [oha][] | Rust | | TUI | inspired by hey | no |
| [Tsung][] | Erlang | multi | distributed | | yes | | [Tsung][] | Erlang | multi | distributed | | yes |
| [wrk][] | C | | multithreaded, epoll, Lua scriptable | | yes | | [wrk][] | C | | multithreaded, epoll, Lua scriptable | | yes |
...@@ -121,6 +122,7 @@ limited, here's a set of interesting alternatives: ...@@ -121,6 +122,7 @@ limited, here's a set of interesting alternatives:
[k6.io]: https://k6.io/ [k6.io]: https://k6.io/
[Locust]: https://locust.io/ [Locust]: https://locust.io/
[no duration]: https://github.com/adjust/go-wrk/issues/2 [no duration]: https://github.com/adjust/go-wrk/issues/2
[oha]: https://github.com/hatoo/oha
[RFP]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=943733 [RFP]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=943733
[Tsung]: http://tsung.erlang-projects.org/1/01/about/ [Tsung]: http://tsung.erlang-projects.org/1/01/about/
[wrk]: https://github.com/wg/wrk/ [wrk]: https://github.com/wg/wrk/
... ...
......