ab tools 썸네일형 리스트형 [http] ab tools ab tools ab - Apache HTTP 서버 벤치마킹 도구 ab 버전 $ ab -V This is ApacheBench, Version 2.3 Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Licensed to The Apache Software Foundation, http://www.apache.org/ ab commands $ ab -h Usage: ab [options] [http[s]://]hostname[:port]/path Options are: -n requests Number of requests to perform -c concurrency Number of multiple requests to .. 더보기 [linux] 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/.. 더보기 이전 1 다음