摘要
系统由两部分组成,一部分采用C#编写Win32程序对IIS日志文件的内容进行数据清理,提取并添加与统计相关的信息,将有效数据写入SQLServer数据库中;另一部分,则采用ASP编写Web程序根据用户选择的统计方式对网站访问情况进行统计分析,并将统计分析的结果以图形方式显示在客户端。
This system is divided into two parts, in one part, data preprocessing of IIS log files using Win32 program based on C# is implemented. Then the information related to stat is fitered and added. In the end, the effective date is put into SQL server database. In the other part, the website visit statistics in webpages is generated according to the statistics way which the user chooses, and the result of statistical analysis is shown on the client end by way of figure.
出处
《计算机工程与设计》
CSCD
北大核心
2005年第5期1318-1319,1322,共3页
Computer Engineering and Design
关键词
数据清理
扩展型日志
访问统计
WEB
data cleaning
extended log format
visit statistical analysis