VPS is now a lot of webmaster accustomed to use one of the host, its function is basically similar to the server, but the price is much cheaper, and the virtual host compared to have more advantages. Website Log analysis is one of the necessary work every day, especially the analysis of the site is down right, which pages are included, and so on, the following author on the basis of the actual analysis of the VPS IIS is how to view:
The first step, how to find IIS files inside the VPS
After entering the management of the VPS, open the Internet Information Services (IIS) Manager
Open VPS After entering admin (local computer)
Double-click on the VPS (local computer), and right-click the Select attribute in the site column.
In the pop-up window inside, the site column click Properties
The log file directory above is the file storage location for IIS, and the folder is opened in c:windowssystem32logfilesw3svc20110218.
These files are the Web site's IIS log, we randomly open ex121129.log this file, opened is a Notepad file, this file is the site's IIS access log, we first did get Wang Han log iis, the next step.
The second step is to analyze the IIS log of the Web site with Excel tables
Create a new Excel table and paste the files from the Ex121129.log file into the new Excel form.
After copying, select a
In the above toolbar select data → column
Select the separator symbol and click Next
Select a space, remove the TAB key before the hook, click Finish.
The Web site's IIS log is thus split out, and then adjust the table's column width, the ascending and descending sequence, and so on.
The VPS IIS is not like the virtual host can download directly from the host manager, this need to manually analyze, for the current log Access tool, their own manual is not complex.
Article Source: http://www.js-huoyun.com/, reprint please indicate the source.