压力测试 Apache ab
2021-05-07 23:28
标签:href shu col html code httpd token bsp htm https://www.jianshu.com/p/166a4ea8aade https://httpd.apache.org/docs/2.4/programs/ab.html 安装: 按照提示安装就行 执行: -k 标识keep alive -n 标识总共执行的请求个数 -c 标识同时执行的请求个数 压力测试 Apache ab 标签:href shu col html code httpd token bsp htm 原文地址:https://www.cnblogs.com/zealousness/p/12082960.htmlab -k -n 100 -c 10 -H ‘Accept: */*‘ -H ‘Cookie: csrftoken=56p7430‘ -H ‘Connection: keep-alive‘ -H ‘Cache-Control: no-cache‘ ‘https://hostname[:port]/path‘
上一篇:PHP消息队列实现及应用