CPU: Dual Xeon 3.6GHz / MEM: 4GB なサーバでやってみた(抜粋):

# ab -c 100 -t 15 http://localhost/1400.html
Server Software: lighttpd/1.4.13
Document Length: 1400 bytes
Failed requests: 0
Requests per second: 17491.49 [#/sec] (mean)
Transfer rate: 27936.01 [Kbytes/sec] received

# ab -k -c 100 -t 15 http://localhost/1400.html
Server Software: lighttpd/1.4.13
Document Length: 1400 bytes
Failed requests: 0
Requests per second: 26999.05 [#/sec] (mean)
Transfer rate: 43232.50 [Kbytes/sec] received

転送量の方を詰めていったら

# ab -c 3 -t 15 http://localhost/33600.html
Server Software: lighttpd/1.4.13
Document Length: 33600 bytes
Failed requests: 0
Requests per second: 12493.38 [#/sec] (mean)
Transfer rate: 412818.40 [Kbytes/sec] received

と結構rpsを維持したまま行ってくれて、最後には

# ab -c 3 -t 15 http://localhost/65000.bin
Server Software: lighttpd/1.4.13
Document Length: 65000 bytes
Failed requests: 0
Total transferred: -1032417296 bytes
Requests per second: 8301.75 [#/sec] (mean)
Transfer rate: -167399.74 [Kbytes/sec] received

とラップアラウンドしてしまった。

前回はesehttpdが勝ったんだけど、今回はlighttpdが若干上回った。
thttpd/boaなども抑えて今のところ自分的ナンバーワン。vmstatでも
プロセッサが100%になってるし、たぶんtuxでも持ってこないと
これ以上は出ないかも。