Webbench is a very simple stress testing tool, webbench can simulate up to 30,000 concurrent connections to test the load capacity of the website.
(1) Webbench installation
- wget http : //www.phpddt.com/soft/linux/webbench-1.5.tar.gz
- Tar zxvf webbench - 1.5 . Tar . GZ
- CD Webbench - 1.5
- Make
- Make install
(2) webbench use
- -$-http:// www.phpddt.com/
- - concurrency number - Run test time URL
(3) test results
- [email protected] :~/ Webbench - 1.5 # webbench-c 1000-t http://www.phpddt.com/
- Webbench -Simple Web Benchmark 1.5
- Copyright (C) Radim kolar 1997 - 2004 , GPL Open Source software.
- Benchmarking : GET http : //www.phpddt.com/
- + Clients , Running - sec .
- Speed = 217591 pages / min , 5544152 bytes/sec.
- Requests : 217591 susceed , 0 failed.
Note:The number of concurrent tests should be small to large, and use top to check the site load, or to open page viewing speed yourself.
Reference:
Webbench Official website: http://home.tiscali.cz/~cz210552/webbench.html