主题:  求助!关于 Log 分析软件 。

lause

职务:普通成员
等级:1
金币:0.0
发贴:10
注册:2003/2/18 21:42:42
#12003/2/18 21:52:33
外文的LOG分析软件看不懂啊!我是初学网络的。
有没有汉化的LOG分析软件 (如:Surfstats log analyzer 、Advanced log analyzer或其他log分析软件)。
网上有没有LOG分析软件的学习资料啊?我在网上找了好久没有找到,谢谢大家啊~帮帮我。



5D荣誉斑竹

职务:普通成员
等级:2
金币:10.0
发贴:710
注册:2001/10/24 18:34:42
#22003/2/19 9:31:51
真巧,小田这2天正在做IIS Log 分析,写了一个COM,你可以使用微软提供的MSWC.IISLog,可以取得所有的IIS记录。下面是方法和属性:


The MSWC logging utility

When Windows 2000 server is installed for the first time, a DLL named “logscrpt.dll” is also installed and registered. This DLL contains the MSWC.IISLog class, which allows us to load, read, write and close IIS log files on our server. To create an instance of the MSWC.IISLog class in ASP, we use the “MSWC.IISLog” ProgId, like this:

set objLog = Server.CreateObject("MSWC.IISLog")

The MSWC.IISLog class contains several methods and properties that can be used to either retrieve log entries, or write log entries to a log file. These methods and properties are described below:

Methods

AtEndOfLog: Indicates whether all records have been read from the log file.

CloseLogFiles: Closes all open log files.

OpenLogfile: Opens a log file for reading or writing.

ReadFilter: Filters records from the log file by date and time.

ReadLogRecord: Reads the next available log record from the current log file.

WriteLogRecord: Writes a log record to the current log file.

Properties
BytesReceived: Indicates the number of bytes received.

BytesSent: Indicates the number of bytes sent.

ClientIP: Indicates the client’s host name.

Cookie: Indicates the client’s cookie.

CustomFields: Indicates an array of custom headers.

DateTime: Indicates the date and time, in GMT.

Method: Indicates the operation type.

ProtocolStatus: Indicates the protocol status.

ProtocolVersion: Indicates the version string.

Referer: Indicates the referrer page.

ServerIP: Indicates the server’s IP address.

ServerName: Indicates the server name.

ServerPort: Indicates the port number.

ServiceName: Indicates the service name.

TimeTaken: Indicates the total processing time.

URIQuery: Indicates any parameters passed with the request.

URIStem: Indicates the target URL.

UserAgent: Indicates the user agent string.

UserName: Indicates the user’s name.

Win32Status: Indicates the Win32 status code.



lause

职务:普通成员
等级:1
金币:0.0
发贴:10
注册:2003/2/18 21:42:42
#32003/2/19 14:14:27
斑竹~~ 真的很感谢你啊,真让我感动,呵呵,这次可是大人物帮我呢~~ :)



lause

职务:普通成员
等级:1
金币:0.0
发贴:10
注册:2003/2/18 21:42:42
#42003/2/19 14:22:06
可是~~~~~~~~~ 我看不懂吖斑竹~ 全都是英文啊
我租的空间也是IIS服务器的,我在服务商那里下载了Log分析软件: “Advanced Log Analyzer 1.3” 和 “Surfstats Log Analyzer 6.7”
可是这些log分析软件全都是E文,小弟不会用啊 我想知道哪里有汉化的或者中文的LOG分析软件,学习资料也可以啊,大家在帮帮我好不?先谢了~



lause

职务:普通成员
等级:1
金币:0.0
发贴:10
注册:2003/2/18 21:42:42
#52003/2/19 14:24:16
小弟是在这里下载的log分析软件 www.51hosting.com/soft_down.htm