Iis
IIS w3c logfile中不同欄位的順序?
我有一個 IIS 訪問日誌的 W3C 日誌文件。我無法找出這些數字的含義:
2012-10-25 19:18:00 10.234.150.43 GET /status.aspx - 8080 - 10.0.0.1 - 200 0 0 0
當然有些欄位是清楚的,但最後的三個零代表什麼?
我沒有以任何方式自定義日誌記錄…
日誌文件的標題應包含一個包含欄位名的標題:
#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) sc-status sc-substatus sc-win32-status time-taken
背負Jaap的答案:
“sc-” 伺服器到客戶端操作
sc-substatus - The substatus error code. sc-win32-status - The Windows status code. time-taken - The length of time that the action took, in milliseconds.