Logo

dev-resources.site

for different kinds of informations.

Jmeter 테스트

Published at
10/10/2023
Categories
jmeter
performance
testing
Author
nenoven
Categories
3 categories in total
jmeter
open
performance
open
testing
open
Author
7 person written this
nenoven
open
Jmeter 테스트

로컬에서 분산 테스트를 위한 설정(마스터)

  • Jmeter.properties 수정
# 슬레이브 설정
# Remot Hosts - comma delimited
remote_hosts=localhost:1099,localhost:1100 # ip or domain
Enter fullscreen mode Exit fullscreen mode

로컬에서 분산 테스트를 위한 설정(슬레이브)

  1. jmeter-server.bat 복사하여 jmeter-server1.bat,jmeter-server2.bat 생성
  2. jmeter-server1.bat, jmeter-server2.bat 수정
# 1번 슬레이브
@echo off
set SERVER_PORT=1099

# 2번 슬레이브
@echo off
set SERVER_PORT=1100
Enter fullscreen mode Exit fullscreen mode

로컬에서 실행 (마스터)

# 로컬 테스트
$ jmeter -n -t 스크립트명.jmx -R localhost:1099,localhost:1100
Enter fullscreen mode Exit fullscreen mode

스크립트구성

  • Thread Group 우클릭 >Sampler>HTTP Request 추가

Image description

  • Http Request 우클릭 > Add> Listener> Summary Report, View Results Tree 추가
jmeter Article's
30 articles in total
Favicon
Performance Testing of a medical staffing services web application using JMeter
Favicon
Distributed Load Testing with JMeter in Testkube
Favicon
JMeter vs LoadRunner — Which Tool is Right for You?
Favicon
10 Best Functional Testing Tools for 2024
Favicon
7 Best JMeter Alternative
Favicon
Azure DevOps | Running JMeter Test Collection using JMeter Docker Image
Favicon
peviitor.ro are si locurile de munca de pe ANOFM
Favicon
Stress Testing Your Rails Application Using JMeter
Favicon
JMeter-Dynamic Load Testing of Restful APIs
Favicon
Install JMeter on Mac (Apple Silicon M1,M2,M3... processor)
Favicon
How to optimise JMeter for performance tests
Favicon
Jmeter 테스트
Favicon
Exploring JMeter: A Simple Guide to Its Basic Components
Favicon
Controllers in JMeter!!
Favicon
Mastering JSON Extraction in Apache JMeter for Effective API Testing
Favicon
Unlocking Cosmos DB Potential: Testing API Performance with JMeter!!
Favicon
Guide to Handling Variables in JMeter
Favicon
Hashing Passwords using the md5() Method in Groovy and Using it as a Parameter in JMeter
Favicon
How to use CSV file for parameterization in JMeter
Favicon
Installing Apache JMeter using Homebrew
Favicon
Thread Group in Jmeter: Understanding its Components and Use Cases
Favicon
Loadtest Websocket Server
Favicon
Automatizando a criação de requisições no JMeter utilizando Postman
Favicon
Benefits of using JMeter for Performance Testing
Favicon
Discover issues with performance testing
Favicon
How fix Jmeter on a Mac ? Could not initialize class org.apache.jmeter.gui.util.FileDialoger
Favicon
Jmeter:- How to Send multiple request concurrently/Sequentially in "Jmeter" with different set of values for each request?
Favicon
JMeter Interview Questions
Favicon
Deploy JMeter on AWS using Terraform
Favicon
JMeter 5.4.1 fix for Security CVE-2021-44228 issue

Featured ones: