Web Bench
今天開始要看nginx 源碼了,首先先看一個web服務器壓力測試工具Web Bench 。Web Bench is very simple tool for benchmarking WWW or proxy servers. Uses fork() for simulating multiple clients and can use HTTP/0.9-HTTP/1.1 requests. This benchmark is not very realistic, but it can test if your HTTPD can realy handle that many clients at once (try to run some CGIs) without taking your machine down. Displays pages/min and bytes/sec. Can be used in more aggressive mode with -f switch.
Web Bench 下載主頁 http://home..cz/~cz210552/webbench.html
用Web Bench 簡單測試下nginx服務器的性能。結果如下
測試參數 10000個用戶并發請求30秒

posted on 2011-04-26 14:50 周強 閱讀(271) 評論(0) 編輯 收藏 引用 所屬分類: nginx