VFPCGI Day4
出自VFP Wiki
VFPCGI Day4
的原始碼
跳轉到:
導航
,
搜尋
根據以下的原因,您並無權限去做編輯這個頁面:
你所請求執行的操作被禁止。
你可以檢視並複製本頁面的原始碼。
[[Category:VFPCGI]] =====VFPCGI的第四天===== Apache 本身提供了 ab 這個命令可以讓你對自己的 web server 作測試。 除了可以用在 apache 身上之外,也可以用在 IIS 上。 使用的說明可以參考:[http://blog.longwin.com.tw/archives/000513.html Apache 壓力測試] 我的測試環境: *Windows 2000 Professional *AMD 1.7G *RAM 512MB 這邊我們統一使用下面指令進行測試,也就是模擬有 5000 個 request 連上 web server。<pre> ab -n 5000 http://localhost/vfpcgi/vfpcgi.exe </pre> 這邊我們只觀察兩個數值: *Time taken for tests: 總共執行花了多久的時間.(以上 1000 次共多久) *Requests per second: 每秒平均可以處理多少個 connection. *Time per request: 每個 connection 所花費時間。 Host在IIS上的結果:<pre> Time taken for tests: 600.93750 seconds Requests per second: 8.33 [#/sec] (mean) Time per request: 120.019 [ms] (mean) Time per request: 120.019 [ms] (mean, across all concurrent requests) </pre> Host在Apache上的結果:<pre> Time taken for tests: 754.250000 seconds Requests per second: 6.63 [#/sec] (mean) Time per request: 150.850 [ms] (mean) Time per request: 150.850 [ms] (mean, across all concurrent requests) </pre> Apache 的結果,明顯較 IIS 差,但我這邊使用的是預設的設定,如果你對 Apache 設定有一定瞭解的話,不妨再去作調整,或許可以得到更好的數字。 以上結果,就提供給各位作參考。
返回到
VFPCGI Day4
。
檢視
頁面
討論
原始碼
歷史
個人工具
登入/建立新帳號 選單
導航
首頁
社群入口
現時事件
近期變動
隨機頁面
使用說明
搜尋
工具箱
鏈入頁面
相關頁面修訂記錄
所有特殊頁面