nGrinder 썸네일형 리스트형 nGrinder를 사용하여 성능 테스트를 수행하는 방법 nGrinder를 사용하여 성능 테스트를 수행하는 방법 nGrinder는 분산된 부하 테스트를 수행할 수 있는 오픈 소스 성능 테스트 도구입니다. nGrinder는 컨트롤러(Controller)와 에이전트(Agent)로 구성되어 있습니다. 컨트롤러는 테스트를 계획하고 모니터링하는 역할을 하며 에이전트는 테스트를 실행하는 데 사용됩니다. 1. Java 설치 nGrinder는 Java로 작성되어 있으므로 Java를 설치해야 합니다. 2. nGrinder 컨트롤러 설치 2.1 nGrinder 컨트롤러 다운로드 nGrinder 컨트롤러를 다운로드하고 원하는 디렉토리에 압축을 해제합니다. mkdir -pv ~/ngrinder/ngrinder-controller cd ~/ngrinder/ngrinder-contro.. 더보기 docker-compose를 사용하여 ngrinder 컨트롤러 및 에이전트를 설정하는 방법 docker-compose를 사용하여 ngrinder 컨트롤러 및 에이전트를 설정하는 방법 1. Docker 및 Docker Compose 설치 2. Docker Compose 파일 생성 vim docker-compose.yml version: '3.8' services: controller: image: ngrinder/controller:latest restart: always container_name: controller hostname: controller sysctls: - net.core.somaxconn=65000 ports: - 8888:80 - 16001:16001 - 12000-12009:12000-12009 volumes: - /usr/share/zoneinfo/Asia/Seoul:.. 더보기 이전 1 다음