JMeter란

성능 테스트와 측정을 위한 오픈소스 소프트웨어로, 100% 자바로 개발됨

The Apache JMeter™ application is open source software, a 100% pure Java application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions.

 

1. 사전 준비

Java Runtime 먼저 설치하기. Java가 없다면? jar 파일 실행 못함.

https://www.java.com/en/download/manual.jsp

 

2.  JMeter 설치하기

아래 링크 접속 후, Binaries에서 zip 파일 다운받아 압축 풀기

https://jmeter.apache.org/download_jmeter.cgi

 

3. JMeter 실행하기

압축 푼 폴더의 bin 폴더 안에 들어가서, 콘솔 창에 아래 명령어 입력하여 ApacheJMeter.jar 실행하기

: 콘솔 프로그램은 java.exe -jar [파일명.jar] 로 실행하고, GUI 프로그램은 javaw.exe -jar [파일명.jar]로 실행함

javaw.exe -jar ApacheJMeter.jar

 

 

 

 

 

 

 

 

+ Recent posts