文章目录
文档
https://blog.youkuaiyun.com/wang404838334/article/details/78458828
http://www.ttlsa.com/web/analysis-of-ab-output-information-interpretation-and-failed-requests/
测试指令
ab -n 10000 -c 100 -k http://localhost/180529taizhou_logistics_server/oms/public/index.php?company_id=-1
指定域名
ab -n 10000 -c 100 -k http://www.crocuax.com/
-k 是保持长连接
可以直接命令行输入 ab 查看Apache压测指令
常见问题
apr_poll: The timeout specified has expired (70007)
加上 -k 即可
apr_socket_recv: Connection reset by peer (54)
加上 -r 即可
参考
http://blog.chinaunix.net/uid-20332519-id-5041940.html