IT 개발 관련/[Spring]

[Spring] Jmeter 테스트 해보기 (Window)

Baileyton 2024. 7. 5. 13:51
728x90

다운로드 링크 : https://jmeter.apache.org/download_jmeter.cgi

 

Apache JMeter - Download Apache JMeter

Download Apache JMeter We recommend you use a mirror to download our release builds, but you must verify the integrity of the downloaded files using signatures downloaded from our main distribution directories. Recent releases (48 hours) may not yet be ava

jmeter.apache.org

 

다운로드 후 압축 해체한 후 폴더로 들어간 후

 

bin -> ApacheJMeter.jar 파일을 실행

 

Thread Group을 만들어주고

  • Number of Threads 사용자 수 : 쓰레드를 동시에 몇개 생성할지 설정
  • Ramp-up period : 몇 초 간격으로 쓰레드를 만들어 실행할지 설정. (Number of Threads가 20일 경우, 시간을 60으로 설정하면 3초 간격으로 생성되는 것 같다고 한다.)
  • Loop Count (infinite = 무한) : 쓰레드의 반복 수

Header Manager

 

Authorization : token 값을 넣어주고,

Content-type : application/json

 

 

프로토콜 : http

서버 or IP : IP 주소

포트번호 : 8080

 

 

테스트 결과로 추가한 내용이다.

 

728x90