Docker를 이용한 nGrinder 설치하기 nGrinder 란 nGridner는 네이버에서 제공하는 성능 테스트용 오픈 소스이다, The Grinder 라는 오픈 소스를 기반으로 하고 있다. Controller와 Agent로 이루어져 있다 https://github.com/naver/ngrinder/wiki/Architecture https://github.com/naver/ngrinder/wiki/User-Guide controller 성능 테스트를 위한 웹 인터페이스를 제공 테스트 프로세스를 조정 테스트 통계를 수집하고 표시 사용자가 스크립트를 생성하고 수정할 수 있는 기능 지원 Agent Agent Mode가 실행될 때 Target 서버에 프로세스 및 스레드를 실행 시켜 부하 발생 Moniter..