用过的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 执行时间秒。

posted @ 2017-09-30 00:08  wahgon  阅读(114)  评论(0编辑  收藏  举报