IIS w3c的日志文件顺序不同的字段?

我有一个IIS访问日志的W3C日志文件。 我找不到数字的意思:

2012-10-25 19:18:00 10.234.150.43 GET /status.aspx - 8080 - 10.0.0.1 - 200 0 0 0 

当然,其中一些领域是清楚的,但是三个零到底是什么意思呢?

我没有以任何方式自定义日志logging…

为了捎回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. 

资源

日志文件的头文件应该包含一个包含字段名的头文件:

 #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