Note:
The eHttpBench is a tool for benchmarking web servers. It can simulate thousands clients to access the the web page(HTTP/1.1 requests). This benchmark can test if your HTTP Server can realy handle that many clients at once without taking your machine down.
It's written in the Erlang programming language and has been verified in the OTP-15B.
For Erlang programming language, pls refer to http://en.wikipedia.org/wiki/Erlang_(programming_language)
Build:
-
Make sure you have installed the erlang(http://www.erlang.org/)
-
run make command
Usage:
-
launch your web server application
-
launch the eHttpBench.erl with the specified the server url info , concurrent clients number and total requests number. (run ./eHttpBench.erl -h to see the detail info)
-
If you need to run a lot of concurrent connections testing, Please tune your linux server at first, and check the system limit(ulimit -a)