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


Release Notes: Builds on BSD systems.


Release Notes: 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.


Release Notes: This release cleanly builds and runs on FreeBSD.


Release Notes: HTTP/1.1 support. Debian package updated.


Release Notes: first release of RPM package
Recent comments
07 Oct 2008 12:33
Web 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.