压力测试模拟并发

一、使用简易工具Apache ab
ab -n 100 -c 100 https://www.baidu.com/
ab -t 60  -c 100 https://www.baidu.com/
备注:-n 代表发送60个请求
     -c 代表100个并发
     -t 代表60秒

不会占用太多的内存。

猜你喜欢

转载自blog.csdn.net/z_alvin/article/details/82957649