压力测试 Apache ab
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了压力测试 Apache ab相关的知识,希望对你有一定的参考价值。
https://www.jianshu.com/p/166a4ea8aade
https://httpd.apache.org/docs/2.4/programs/ab.html
安装:
按照提示安装就行
执行:
ab -k -n 100 -c 10 -H \'Accept: */*\' -H \'Cookie: csrftoken=56p7430\' -H \'Connection: keep-alive\' -H \'Cache-Control: no-cache\' \'https://hostname[:port]/path\'
-k 标识keep alive
-n 标识总共执行的请求个数
-c 标识同时执行的请求个数
以上是关于压力测试 Apache ab的主要内容,如果未能解决你的问题,请参考以下文章