로딩...
ab|apache-benchmark
sh
ab -c 50 -n 10000 https://url.com
options
- -c : number of concurrent connections
- -n : number of requests
- -t : time limit
- -r : request rate
ab|apache-benchmark
ab -c 50 -n 10000 https://url.com