본문 바로가기

728x90

ab 명령어

[리눅스] ab(Apache Bench) tools 에러 ab(Apache Bench) tools 에러 ab 명령어 Usage: ab [options] [http[s]://]hostname[:port]/path Options are: -n requests Number of requests to perform (= 요청수) -c concurrency Number of multiple requests to make at a time (=동시 요청수(사용자)) -t timelimit Seconds to max. to spend on benchmarking This implies -n 50000 -s timeout Seconds to max. wait for each response Default is 30 seconds ab 에러 ab -c 10000 -n 1000.. 더보기
ab(Apache Bench) tools ab(Apache Bench) 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 명령어 더보기 --- $ ab -h Usage: ab [options] [http[s]://]hostname[:port]/path Options are: -n requests Number of requests to perform -c concurrency Number of mult.. 더보기
Apache ab 명령어 Apache(http) ab 명령어ab(ApacheBench)는 Apache HTTP 서버와 함께 제공되는 도구로 웹 서버의 성능을 테스트하고 벤치마킹하는 데 사용됩니다.ab 명령어 기본 형식ab [옵션] [URL][URL]은 벤치마킹하려는 서버의 URL입니다. 주요 옵션-n: 총 요청 수를 지정합니다. 예: -n 1000은 1000개의 요청을 보냅니다.-c: 동시 요청 수를 지정합니다. 예: -c 100은 100개의 요청을 동시에 보냅니다.-t: 테스트 시간을 초 단위로 지정합니다. 예: -t 60은 60초 동안 테스트를 진행합니다. (-n과 함께 사용할 수 없습니다)-k: HTTP Keep-Alive를 사용하여 요청 간에 연결을 유지합니다.-H: 추가 HTTP 헤더를 지정합니다. 예: -H "Auth.. 더보기

반응형