====== Apache Bench / ab ====== * https://httpd.apache.org/docs/2.4/ko/programs/ab.html * 아주 심플한 [[:loadtest|Load Test 부하 테스트]] * [[http://blog.hkwon.me/ab-apache-http-server-benchmarking-tool/|AB(Apache HTTP server benchmarking tool)를 활용해 벤치마킹 테스트 해보기]] : AB 결과를 [[http://www.gnuplot.info/|gnuplot]] 으로 그래프까지 그림 ===== 설치 ===== sudo apt-get install apache2-utils ===== 실행 ===== ab -c 동시요청쓰레드수 -n 총수행요청수 -H "HeaderName: HeaderValue" http://localhost:8080/your/url