📚 [Jmeter] 리포트 HTML로 표시하기

Category: Jmeter | 📅 April 09, 2021

준비물

1. CSV 결과 파일

View Results Tree 메뉴에서 CSV 파일로 저장함.

2. user.properties

위치 : apache-jmeter-5.4.1 > bin > user.properties 아래 내용 찾아서 주석해제


# Configure this property to change the report title
jmeter.reportgenerator.report_title=Apache JMeter Dashboard

# Default date format (from SimpleDateFormat Java API and Locale.ENGLISH)
jmeter.reportgenerator.date_format=yyyyMMddHHmmss

# Change this parameter if you want to change the granularity of over time graphs.
jmeter.reportgenerator.overall_granularity=1000

# Change this parameter if you want to override the APDEX satisfaction threshold.
jmeter.reportgenerator.apdex_satisfied_threshold=500

# Change this parameter if you want to override the APDEX tolerance threshold.
jmeter.reportgenerator.apdex_tolerated_threshold=1500

설정하기

View Results Tree 선택 후, Tools > Generate HTML report

위와 같이 선택하면 작은 창이 하나 팝업되는데,

  • CSV 파일 위치
  • user.properties 파일 위치
  • 결과물 저장할 디렉토리 ( 반드시 비어있어야 함.)

References

🏷️ Tags
  • #Jmeter  
  • #HTMLReport  
  • #Jmeter_Report