Skip to content

Latest commit

 

History

History
62 lines (48 loc) · 2.44 KB

usage.md

File metadata and controls

62 lines (48 loc) · 2.44 KB

nGrinder

  • 애플리케이션의 부하 테스트 용도로 많이 사용되는 성능 테스트 툴

구성

  • 컨트롤러와 에이전트로 구성

컨트롤러

에이전트

다운로드

실행

  • java -jar ngrinder/ngrinder-controller-3.5.5-p1.war --port=8300
  • localhost:8300 접속

로그인

  • 초기 ID : admin / PW : admin

home

부하 스크립트 생성

create-script-1 create-script-1

에이전트 다운로드 및 실행

download-agent

  • __agent.conf (설정 파일)
common.start_mode=agent
agent.controller_host=localhost
agent.controller_port=16001
  • 운영체제에 따라 run_agent.sh or run_agent.bat 실행

run-agent

  • Agent Management 확인

agent-management-1 agent-management-2

부하 테스트 작성 & 실행 & 분석

load-testing-1

  • Create Test 클릭

script-save

- Agent 개수: 1
- Vuser per agent: 2
- Script 종류: svn
- Script 이름: TestScript.groovy
- Duration: 0:00:10 (시:분:초로 10초 의미)