ab - Apache HTTP server benchmarking tool
docker compose run apachebench
ab -n <リクエスト数> -c <同時リクエスト数> [http[s]://]hostname[:port]/path
ab -n 100 -c 3 https://example.com/hoge > /home/reports/ab.log
docker compose up web
コンテナ内から: http://web/
| Name | Name | Last commit date | ||
|---|---|---|---|---|
ab - Apache HTTP server benchmarking tool
docker compose run apachebench
ab -n <リクエスト数> -c <同時リクエスト数> [http[s]://]hostname[:port]/path
ab -n 100 -c 3 https://example.com/hoge > /home/reports/ab.log
docker compose up web
コンテナ内から: http://web/