【问题标题】:IIS Log Format - Last ValuesIIS 日志格式 - 最后一个值
【发布时间】:2015-04-15 23:48:32
【问题描述】:

我试图理解一些 IIS 日志的含义,因为我们不断遇到 500_Server_Error 导致它重新启动。

这些是最后的数字,我知道其中一些,但不是全部,有人以前经历过吗?

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

【问题讨论】:

标签: iis logging windows-error-reporting


【解决方案1】:

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

  • sc 状态
  • sc-substatus
  • sc-win32-状态
  • 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

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2017-10-08
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2023-03-22
    相关资源
    最近更新 更多