install(ubuntu os):
sudo apt-get install apache2-utils
usage:
ab -c 200 -t 100 http://localhost:8001/
explain:
-c concurrency
-t timelimit
linux test tool--"ab"
原文:https://www.cnblogs.com/lishidefengchen/p/13191443.html