linux http压力测试工具ab
yum -y install httpd-tools
ab -n 1000 -c 100 -p ~/postfile -T application/x-www-form-urlencoded http://192.168.0.102:8080/test/test
ab -n 1000 -c 100 http://192.168.0.102:8080/test/test
天生我材必有用,千金散尽还复来
yum -y install httpd-tools
ab -n 1000 -c 100 -p ~/postfile -T application/x-www-form-urlencoded http://192.168.0.102:8080/test/test
ab -n 1000 -c 100 http://192.168.0.102:8080/test/test