brew install wrkwrk -t12 -c400 -d30 --latency --timeout 2s <URL>ab -n 400 -c 100 -s 2 -t 30 -k <URL>brew install siegesiege -b -r 10 -c 40 <URL>brew install heyhey -n 400 -c 100 -t 2 <URL>brew install locustlocust -f locust/locustfile.py --headless --users 10 --spawn-rate 1 -H <URL>brew install k6k6brew install wrk siege hey locust k6wrk -t12 -c400 -d30 --timeout 2s --latency <URL>
ab -n 400 -c 100 -s 2 -t 30 -k <URL>
siege -b -r 10 -c 40 <URL>
hey -n 400 -c 100 -t 2 <URL>
locust -f locust/locustfile.py --headless --users 10 --spawn-rate 1 -H <URL>