This document discusses the implementation of intelligent web server monitoring. It begins by introducing how web usage mining can be used to analyze user access patterns on a website to improve website design. It then discusses how client-side data collection using AJAX can more precisely calculate page browsing times compared to only using server log files. The document provides details on data sources for web usage mining, common log file formats, and examples of web usage mining techniques like statistical analysis, graph mining, and sequential pattern mining. It also reviews related literature on web usage mining and discusses how AJAX works to facilitate client-side data collection.