[IT] 稼働中IIS7.5 へ外部からベンチマーク採取
何もここ (www.fxfrog.com) で行う必要もないのだけど・・・。
外部へサービス公開していない状態で高ベンチマークを出したことがあるので、その後のパフォーマンス低下具合を確認したいなと思い。
2010/07/20(火) 19:15現在
144 投稿 / 43 カテゴリー / 4,377 タグ / 20 コメント / 17 Approved / 3 Spam
===
同時接続数 10 で、同時に発行するリクエスト数 1,000 を処理するまでの応答時間を計測
c:Apache2.2bin>ab -n 100 -c 10 https://www.fxfrog.com/index.php
This is ApacheBench, Version 2.3 <$Revision: 655654 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking www.fxfrog.com (be patient)…..done
Server Software: Microsoft-IIS/7.5
Server Hostname: www.fxfrog.com
Server Port: 80
Document Path: /index.php
Document Length: 45635 bytes
Concurrency Level: 10
Time taken for tests: 38.450 seconds
Complete requests: 100
Failed requests: 1
(Connect: 0, Receive: 0, Length: 1, Exceptions: 0)
Write errors: 0
Total transferred: 4556628 bytes
HTML transferred: 4530628 bytes
Requests per second: 2.60 [#/sec] (mean)
Time per request: 3845.028 [ms] (mean)
Time per request: 384.503 [ms] (mean, across all concurrent requests)
Transfer rate: 115.73 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 31 34 7.1 31 62
Processing: 1638 3662 692.6 3713 6746
Waiting: 1498 3523 699.6 3588 6699
Total: 1669 3696 693.6 3760 6777
Percentage of the requests served within a certain time (ms)
50% 3760
66% 4092
75% 4196
80% 4248
90% 4446
95% 4508
98% 4591
99% 6777
100% 6777 (longest request)
c:Apache2.2bin>
===
なんだこれ。かなりパフォーマンス悪いですね。
何回か行うと、サーバが落ちそうなので止めておきます。別途、外部と通信しないクローズド環境でベンチマーク計測します。
以上