Webbench is a famous website stress testing tool developed by lionbridge. Webbech can test the performance of different services on the same hardware and the running status of the same service on different hardware. The standard webbech test shows two items of the server: the number of requests per second and the amount of data transmitted per second. Webbench can not only test quasi-static pages, but also test dynamic pages (Asp, PHP, Java, CGI. In addition, it supports static or dynamic performance tests for secure websites with SSL, such as e-commerce websites.
1 wget http://blog.s135.com/soft/linux/webbench/webbench-1.5.tar.gz2 tar zxvf webbench-1.5.tar.gz3 cd webbench-1.54 make && make install
Linux (UBUNTU) Compilation and installation [1] A. Use wget in Linux to download remote webbench file B, tar to decompress the file C to be compiled, compile the source code and install the file. The procedure is as follows: wget http: // webbench-1.5.tar.gz (you can also go online to search for download) tar zxvf webbench-1.5.tar.gzcd webbench-1.5make & make install using webbench-C 500-T 30 http: // 127.0.0.1/PHP. PHP parameter description:-C indicates the number of concurrencies, and-T indicates the test result example webbench-simple web benchmark 1.5 copyright (c) Radim Kolar 1997-2004, GPL open source software. benchmarking: Get http: // 127.0.0.1/PHP. php500 clients, running 30 sec. speed = 3230 pages/min, 11614212 Bytes/sec. requests: 1615 susceed, 0 failed.
Related software testing tools