Web-bench is simple Web server benchmarking utility. It supports HTTP 0.9 - 1.1, but not persistent connections. It can also be used for benchmarking proxy servers.
| Tags | Utilities Internet Web Benchmark http |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX |
| Implementation | C |
| Translations | English |
Recent releases


Changes: Builds on BSD systems.


Changes: This release will check to make sure the URL is not too long. The version number and return codes have been corrected. The availability of the test server is checked first. It will not abort the test if the first request fails. It will report when some forked children are dead, and use alarm instead of time() for a lower number of syscalls. Installation on FreeBSD has been improved.


Changes: This release cleanly builds and runs on FreeBSD.


Changes: HTTP/1.1 support. Debian package updated.


Changes: first release of RPM package
- All comments
Recent commentsWeb Bench vs Other Tools
I find this tool interesting, but could you shed some lights about the benefits of using webbench vs. other tools, such as ab?
I'm currently working on a project on building a fast, efficient and stable web server based on nginx. It is designed to work as blog hosting, particularly using the WordPress platform.
And part of it is using http benchmarking tool to at least measure how many concurrent connections the server can handle, speed and resource usage.