ab命令作apache压力测试
./ab -c 100 -n 10000 http://127.0.0.1/index.php
-c 100 即:每次并发100个
-n 10000 即: 共发送10000个请求
原文
http://bjlfp.blog.163.com/blog/static/773684612012010201436/
http://liliang1222.iteye.com/blog/797880
2023-08-13 21:20:40
ab命令作apache压力测试
./ab -c 100 -n 10000 http://127.0.0.1/index.php
-c 100 即:每次并发100个
-n 10000 即: 共发送10000个请求
原文
http://bjlfp.blog.163.com/blog/static/773684612012010201436/
http://liliang1222.iteye.com/blog/797880