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
'IT 개발 관련 > [Spring]' 카테고리의 다른 글
[Spring] API Gateway (0) | 2024.07.07 |
---|---|
[Spring] Eureka Server (Discovery Server) 생성 (0) | 2024.06.28 |
[Spring] MSA(MicroService Architecture) 란? (0) | 2024.06.27 |
Thymeleaf를 이용한 Header, Footer 재사용 및 유지보수성 향상 (1) | 2024.06.02 |
[Spring] Swagger 라이브러리 가이드 (0) | 2024.05.28 |