文件名称:LogAnalyzer
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2013-12-17
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- 彭**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Web servers typically maintain log files of client accesses to the web pages that they store. Given suitable tools, these logs enable web service managers to extract and analyze useful information such as:
which are the most popular pages they provide
which ip took the most pages from the site
whether other sites appear to have broken links to this site’s pages
how much data is being delivered to clients
the busiest periods over the course of a day, or week, or month.
Such information might help managers to determine, for instance, whether they need to upgrade to more powerful server machines, or when the quietest periods are in order to schedule maintenance activities.
The log analyzer project contains an application that performs an analysis of data from such a web server. The server writes a log line to a file each time an access is made. A sample log file called access.log is provided in the Resource division.
分析apache日志-Web servers typically maintain log files of client accesses to the web pages that they store. Given suitable tools, these logs enable web service managers to extract and analyze useful information such as:
which are the most popular pages they provide
which ip took the most pages from the site
whether other sites appear to have broken links to this site’s pages
how much data is being delivered to clients
the busiest periods over the course of a day, or week, or month.
Such information might help managers to determine, for instance, whether they need to upgrade to more powerful server machines, or when the quietest periods are in order to schedule maintenance activities.
The log analyzer project contains an application that performs an analysis of data from such a web server. The server writes a log line to a file each time an access is made. A sample log file called access.log is provided in the Resource division.
which are the most popular pages they provide
which ip took the most pages from the site
whether other sites appear to have broken links to this site’s pages
how much data is being delivered to clients
the busiest periods over the course of a day, or week, or month.
Such information might help managers to determine, for instance, whether they need to upgrade to more powerful server machines, or when the quietest periods are in order to schedule maintenance activities.
The log analyzer project contains an application that performs an analysis of data from such a web server. The server writes a log line to a file each time an access is made. A sample log file called access.log is provided in the Resource division.
分析apache日志-Web servers typically maintain log files of client accesses to the web pages that they store. Given suitable tools, these logs enable web service managers to extract and analyze useful information such as:
which are the most popular pages they provide
which ip took the most pages from the site
whether other sites appear to have broken links to this site’s pages
how much data is being delivered to clients
the busiest periods over the course of a day, or week, or month.
Such information might help managers to determine, for instance, whether they need to upgrade to more powerful server machines, or when the quietest periods are in order to schedule maintenance activities.
The log analyzer project contains an application that performs an analysis of data from such a web server. The server writes a log line to a file each time an access is made. A sample log file called access.log is provided in the Resource division.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
LogAnalyzer.java