How to install and use http_load to stress test the server in Linux

  
                

http_load is a performance measurement tool based on the Linux platform. It runs in parallel multiplexing and is only suitable for performance testing of web pages. It is not suitable for accessing databases, and the analysis of test results is limited. The platform relies on Linux. Http_load can stress test the HTTP server simply by using the parameters recorded in the txt text file. How do you stress test the server? Below we will introduce how to install a stress test on the server using http_load in Linux.

concrete steps are as follows:

1, download

official website: http: //acme.com/software/http_load/

The code is as follows:

cd /root

wget http://acme.com/software/http_load/http_load-12mar2006.tar.gz

tar xzf http_load-12mar2006. Tar.gz

2, the installation

code is as follows:

cd http_load-12mar2006

make

After executing make, will The current directory generates an http_load binary.

3, use method

The code is as follows:

root@www:~/http_load-12mar2006#. /http_load --help

usage: . /http_load [-checksum] [-throttle] [-proxy host:port] [-verbose] [-timeout secs] [-sip sip_file]

-parallel N

Copyright © Windows knowledge All Rights Reserved