ab压测和webbench压测
作者:互联网
apt-get install apache2-utils
ab -n 100 -c 10 http://47.99.37.122:8100/blogs
n为总数,c为并发数
webbench压测
wget http://soft.vpser.net/test/webbench/webbench-1.5.tar.gz
tar zxvf webbench-1.5.tar.gz
make && make install
webbench -c 20000 -t 130 http://47.99.37.122:8100/blogs
c为总数,t为持续时间
标签:1.5,ab,http,tar,压测,webbench 来源: https://www.cnblogs.com/ljincheng/p/15483564.html