3
ABによる負荷テスト…偽の失敗したリクエスト(長さ)
自分の好奇心のために、サーバーで負荷テストを行うために実行しました。 ab -kc 50 -t 200 http://localhost/index.php これにより、200秒で50のキープアライブ接続が開かれ、index.phpのリクエストでサーバーがスラムします。 私の結果では、私は得ます: Concurrency Level: 50 Time taken for tests: 200.007 seconds Complete requests: 33106 Failed requests: 32951 (Connect: 0, Receive: 0, Length: 32951, Exceptions: 0) Write errors: 0 Keep-Alive requests: 0 Total transferred: 1948268960 bytes HTML transferred: 1938001392 bytes Requests per second: 165.52 …