IIS日志格式 - 最后的值

时间:2013-08-19 06:43:47

标签: iis logging windows-error-reporting

我正在尝试理解我拥有的某些IIS日志的含义,因为我们一直在使用500_Server_Error来导致它重新启动。

这是最后的数字,我知道其中一些而不是所有这些数字,有人在此之前就已经过了吗?

Status = 500, 
?????? = 0,
Windows error number = 64,
?????? = 0,
?????? = 901,
?????? = 12656

1 个答案:

答案 0 :(得分:1)

Understanding IIS 7 log files。如果您使用的是Windows 2012 / IIS8,则最后6个数字的默认W3C格式为:

  • SC-状态
  • SC-子状态
  • SC-Win 32的状态
  • SC-字节
  • CS-字节
  • 时间取

您可以在文件顶部的标题中看到这一点,例如:

#Software: Microsoft Internet Information Services 8.0
#Version: 1.0
#Date: 2014-02-12 08:00:05
#Fields: date time s-sitename s-computername s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs-version cs(User-Agent) cs(Cookie) cs(Referer) cs-host sc-status sc-substatus sc-win32-status sc-bytes cs-bytes time-taken