1. Install
[codesyntax lang=”bash”]
$ wget http://home.tiscali.cz/~cz210552/distfiles/webbench-1.5.tar.gz $ mkdir /usr/local/man $ tar zxvf webbench-1.5.tar.gz $ cd webbench-1.5 $ make && make install
[/codesyntax]
2. Test
[codesyntax lang=”bash”]
$ webbench -c 500 -t 30 http://127.0.0.1/index.html # to see your cpu and process $ top
[/codesyntax]