#ab -r -n 1000 -c 100 -k http://www.your.com/
#ab -r -t 600 -c 1000 -k http://www.your.com/ -r 遇到错误继续执行
-n 请求总数量
-c 并发数量
-t 持续时间(秒)
https://www.cnblogs.com/dragonflyer/p/6137514.html
https://www.leftso.com/article/353.html
#ab -r -n 1000 -c 100 -k http://www.your.com/
#ab -r -t 600 -c 1000 -k http://www.your.com/ https://www.leftso.com/article/353.html