用过的web性能压力测试工具

ab

ab -n 1000 -c 100 http://localhost/aa.php,-n 请求总次数,-c 一次并发数

webbench

webbench -c 100 -t 5 http://localhost/aa.php,-c 一次并发数,-t 执行时间秒

pylot

python run.py -a 100 -d 5,-a 一次并发数,-d 执行时间秒。

原文地址:https://www.cnblogs.com/jimzbom/p/7613295.html