Apache HTTP server のベンチマーク用ツールです。 詳しくはこちら: https://httpd.apache.org/docs/current/programs/ab.html
ab -n {{100}} {{url}}
ab -n {{100}} -c {{10}} {{url}}
ab -n {{100}} -T {{application/json}} -p {{ファイルパス.json}} {{url}}
ab -k {{url}}
ab -t {{60}} {{url}}