ab tool,
ab 벤치마킹,
Apache,
apache ab,
apache benchmarking,
Apache HTTP server benchmarking tool,
apache2-utils,
sudo apt-get install apache2-utils,
벤치마크 툴,
아파치 벤치마크,
아파치 벤치마킹
test@:~$ sudo apt-get update test@:~$ sudo apt-get install apache2-utils ex) test@:~$ ab -n 100 -c 1 http://서버주소/※ 주의 요청 주소 앞에 항상 http와, 서버주소 뒤에는 항상 / 를 꼭 적어주어야 한다.
위 예시는 요청을 100번 주고 동시접속을 1번 하곘다는 예시이다.
도중에 ctrl+c를 통해 종료시킬 수도 있다.
'Develop > 기타 작업' 카테고리의 다른 글
Nexus bulk upload (Nexus 대량 업로드) (0) | 2020.12.05 |
---|---|
이클립스 설치 에러들(ERROR: org.eclipse.equinox.p2.engine code=4 An error occurred during the org.eclipse.equinox.internal.p2.engine.phases.CheckTrust phase, please choose another workspace as) (1) | 2020.02.18 |
[Redis] Redis Windows 설치 및 간단한 명령어 (0) | 2019.04.22 |
[BOJ 12865 평범한 배낭] 배낭채우기, Knapsack 알고리즘 (0) | 2019.04.12 |
[linux] 리눅스 ssh key연결(윈도우에서 연결) (0) | 2019.01.29 |
[아파치] AB(Apache HTTP server benchmarking tool)를 이용한 테스트 (0) | 2018.10.30 |