부하발생기 썸네일형 리스트형 [리눅스] docker 기반으로 ngrinder 구성 docker 기반으로 ngrinder 구성 ngrinder controller + agent구성 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:/etc/localtime:ro - ./ngrinder-controller-date:/opt/.. 더보기 [리눅스] stress 명령어 stress 명령어 - 지정된 하위 시스템을 지정된 부하에 주는 도구 stress 패키지 설치 $ yum install -y stress $ stress --version stress 1.0.4 stress 명령어 옵션 stress --cpu 8 --io 4 --vm 2 --vm-bytes 128M --timeout 10s $ stress --help `stress' imposes certain types of compute stress on your system Usage: stress [OPTION [ARG]] ... -?, --help show this help statement --version show version statement -v, --verbose be verbose -q, --qui.. 더보기 이전 1 다음