ackintosh

https://ackintosh.github.io/about/ に引っ越しました ☺

nginxをベンチマークしてapacheと比べてみました。

静的HTMLファイルで試しました。

# ab -n 1000 -c 10 http://apacheサーバー/bench.html

Requests per second:    128.68 [#/sec] (mean)
Time per request:       77.715 [ms] (mean)

# ab -n 1000 -c 10 http://nginxサーバー/bench.html

Requests per second:    245.15 [#/sec] (mean)
Time per request:       40.792 [ms] (mean)


nginx速いですね ^o^