Apache ab简单使用

ab -n 100 -c 100 http://www.baidu.com
# -n请求 -c并发
ab -t 60 -c 100 http://www.baidu.com
# -t 秒  60秒内完成100次并发

  

原文地址:https://www.cnblogs.com/412013cl/p/10042943.html