压力测试 mac ab

apache ab:http://blog.chinaunix.net/uid-20382003-id-3032167.html

简单用法:

ab -n 3000 -c 3000 http://www.test.com/
其中-n代表每次并发量,-c代表总共发送的数量

更多的测试方法

http://segmentfault.com/a/1190000002491609

原文地址:https://www.cnblogs.com/wang-jing/p/5115783.html