install(ubuntu os):
sudo apt-get install apache2-utils
usage:
ab -c 200 -t 100 http://localhost:8001/
explain:
-c concurrency
-t timelimit
2022-05-20 05:14:56
install(ubuntu os):
sudo apt-get install apache2-utils
usage:
ab -c 200 -t 100 http://localhost:8001/
explain:
-c concurrency
-t timelimit