아파치 벤치마킹 도구. 로드 테스트를 수행하는 가장 간단한 도구. 더 많은 정보: https://httpd.apache.org/docs/current/programs/ab.html.
ab -n {{100}} {{url}}
ab -n {{100}} -c {{10}} {{url}}
ab -k {{url}}
ab -t {{60}} {{url}}