아파치 벤치마킹 툴 AB
Apache에는 ab라고 하는 벤치마크 툴이 포함되어 있다. 특정 서버 또는 웹 프로그램의 성능을 테스트 하는 툴로써, 일반적으로 /usr/local/apache/bin/ab에 설치된다. ab 실행과 관련된 명령과 옵션은 다음과 같다. Usage: ./ab [options] [http://]hostname[:port]/pathOptions are: -n requests Number of requests to perform -c concurrency Number of multiple requests to make -t timelimit Seconds to max. wait for responses -p postfile File containg data to POST -T content-type Conten..
2015.03.29