Install Web Bench

Web Bench is very simple tool for benchmarking WWW or proxy servers. Uses fork() for simulating multiple clients and can use HTTP/0.9-HTTP/1.1 requests. This benchmark is not very realistic, but it can test if your HTTPD can realy handle that many clients at once (try to run some CGIs) without taking your machine down. Displays pages/min and bytes/sec. Can be used in more aggressive mode with -f switch.

Web Bench Official Website http://home.tiscali.cz/~cz210552/webbench.html
Install

$ wget http://home.tiscali.cz/~cz210552/distfiles/webbench-1.5.tar.gz
$ sudo mkdir /usr/local/man
$ tar zxvf webbench-1.5.tar.gz
$ cd webbench-1.5
$ sudo make install

Test

$ webbench -c 500 -t 30 http://127.0.0.1/index.html

To see your cpu and process with top command.

0.00 avg. rating (0% score) - 0 votes