Windows server has the ability to log records of events that include the following information in its IIS log file: Who visited your site, what visitors viewed, and so on. By periodically checking these log files, site administrators can detect which areas of the server or s
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
site, how quickly the earliest understanding of the discovery problem. The same can be analyzed in the log search spider crawling situation, because the site space in addition to what the first response is the search engine spiders.
3: Through the log we can also analyze the spider for the page content crawling situation. Learn more about what the search engine likes about our site. We can according to th
With the Lognet component, you can view the site log later without having to go to the server to downloadLog component: LogNet.DLL, reference can be usedWrite Method:1, LogNet.Log.WriteLog (" log title " " log content ");2, LogNet.Log.WriteLog (" log title ",new Exception ());Log
The IIS Server Error Log Timer_ConnectionIdle causes the server to be inaccessible,
Description: The Error means The connection with the server has been terminated.Problem description: this error is caused by server connection interruption.If you check out the C: "Windows" system32 "LogFiles" HTTPERR "httperr *. log files
Anyone who has read the IIS log time knows that the default time recorded by IIS is Greenwich Mean Time, which is 8 hours different from the Beijing time we use. This makes it inconvenient to view logs.
We use a very small setting to make IIS
PHP iis log analysis program. ****************************************: Iis log analysis analyzes the total number of IP addresses for access requests and search engine captures. * Description: * stores log files in the root direc
There are a lot of tools for analyzing IIS on the Internet, but I didn't meet my requirements, and generally I can only query the number of spiders crawling in the IIS log. Here is a relatively simple and very practical way, through some simple Excel formula to make a series of data, such as time interval, crawling page, return status code, URL parameters, spider
Use Note:
To modify the absolute path of the IIS log in the iis.php file
For example: $folder = "c:/windows/system32/logfiles/site log directory/"; Be sure to bring a slash (/) in the back.
(with virtual space do not understand the absolute path of your site to see?) Upload a probe!
Direct Check view: http://site domain name/iis.php
Local view: To download t
In the site optimization process is not to say that all the site problems can be directly from the Webmaster tools to get information, often webmaster tools to get the information are in the site after the problem can be detected. As a seoer, we need to learn the hidden information of the site. For example, what is the effect of the chain in the past few days? What are the areas where our content is more susceptible to search engine spiders? Search engine spiders for our site's crawling positive
AWStats is a well-known Web/Mail/FTP server log file analysis tool on sourceforge.net.Installation and configuration steps (applicable to IIS Log File Analysis)1. Download AWStats,: http://sourceforge.net/projects/awstats/2. Since AWStats is written by Pertl, You need to download the Perl interpreter: http://activestate.com/Products/ActivePerl/3. Install the Perl
More common analysis information(Prepared by qingapple studio)This section discusses the different outputs that you may see in log files, how they will help you debug applications, and how to make them more effective.When you look at the raw logs generated by the IIS debugger, you will notice that there are many lines before you reach the access conflict in the
1. Some basic knowledge about Windows logsWindows 2000 log files usually contain application logs, security logs, system logs, DNS server logs, FTP logs, and WWW logs, which may vary depending on the services enabled on the server, different log types have different storage locations:Default location of application logs, security logs, system logs, and DNS logs:
Use Note:
To modify the absolute path of the IIS log in the iis.php file
For example: $folder = "c:/windows/system32/logfiles/site log directory/"; Be sure to bring a slash (/) in the back.
(with virtual space do not understand the absolute path of your site to see?) Upload a probe!
Direct Check view: http://site domain name/iis.php
Local view: To download the
types that correspond to this level are displayed, not all types that inherit from the previous level.If the MIME type is modified at a lower level and the same MIME type is applied at the global level, the MIME type at the global level overrides the MIME type that was modified at the lower level.If a client request references a file extension whose extension is not defined in the MIME type, IIS returns a 404.3 error.You can also configure
Dim iiscount,iisobject,logfiledir,fso,logfileperiods,inputtime,site,sites,i,j,sitename (999), WshShell
' On Error Resume Next
Set WshShell = WScript.CreateObject ("Wscript.Shell")
Set fso = CreateObject ("Scripting.") FileSystemObject ")
Set Iiscount=getobject ("Iis://localhost/w3svc")
Sites=0
For each site in Iiscount
if (site.class= "IIsWebServer") Then
SiteName (sites) =site.name
Sites=sites+1
End If
Next
MsgBox " Sites " Sites in
IIS logs keep growing during running. If the IIS website is frequently called or improperly called, many logs are generated. I encountered a 20 GB system disk during system O M. Due to program problems developed by the partner, the Web service was called every several hundred microseconds, which caused the log to expand to 8 ~ 9G. For servers with insufficient s
code, 200 for success, 403 for no permissions, 404 for the page not found, specify below.Sc-substatus: Protocol sub State, logging HTTP child status code.Sc-win32-status:win32 status, log the Windows status code, and refer to the description of the log "Sc-win32-status--win32 status details in IIS", which was sent in the Chxwei blog.Sc-bytes: The number of bytes
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.