[Windows]在IIS6下的server-status

有關於電腦系統設定, 備份, 監控, 網路等機制討論
回覆文章
頭像
tim
文章: 1380
註冊時間: 2008年 11月 26日, 00:49

[Windows]在IIS6下的server-status

文章 tim »

在 iis6 下, 要想達到和在 apache 下的 mod_status 中的 handler /server-status 一樣, 列出目前使用者的 url request, 可以利用 iis diagnostic tools 裡的 Trace Diagnostics 的 request viewer, 請參考:

http://www.microsoft.com/downloads/en/c ... c9156706e7
http://www.dotblogs.com.tw/dotjum/archi ... /2380.aspx
http://blog.miniasp.com/post/2008/05/08 ... -IIS6.aspx

不過到 IIS7 之後, 就內建在 IIS裡了, 不需要再安裝這些 tools了, 可以參考:

如何查看目前 IIS6 有多少人在看哪些網頁

不過 IIS6 的 IIS Diagnostics Toolkit 內有不少好用的工具, 如下:
# Authentication and Access Control Diagnostics 1.0
# SSL Diagnostics 1.1
# SMTP Diagnostics 1.0
# Log Parser 2.2
# Trace Diagnostics 1.0
# WFetch 1.4
# Debug Diagnostics 1.0
像是 WFetch 可以用來做 client 發出 request 的測試, 而 Log Parser 更是用來分析 log 的重要工具!!
多多留言, 整理文章, 把經驗累積下來.....
回覆文章