]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Correct bandwith to bandwidth
authoreldy <>
Thu, 29 Aug 2002 12:59:43 +0000 (12:59 +0000)
committereldy <>
Thu, 29 Aug 2002 12:59:43 +0000 (12:59 +0000)
docs/awstats_glossary.html

index dc4f89094224868998648ff74a9f6db1b6c55c36..76f385ad60c0a0f3804c59e726853480c6aea30c 100644 (file)
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">\r
-<html>\r
-<head>\r
-<meta name="description" content="AWStats Documentation - Glossary of terms">\r
-<meta name="keywords" content="awstats, awstat, glossary, terms, definition, lexical, index">\r
-<meta name="robots" content="index,follow">\r
-<meta name="title" content="AWStats Documentation - Glossary">\r
-<title>AWStats Documentation - Glossary</title>\r
-<link rel="stylesheet" href="styles.css" type="text/css">\r
-<!-- $Revision$ - $Author$ - $Date$ -->\r
-</head>\r
-\r
-<body topmargin=10 leftmargin=5>\r
-\r
-\r
-<table style="font: 10pt arial,helvetica,verdana" cellpadding=0 cellspacing=0 border=0 bgcolor=#FFFFFF width=100%>\r
-\r
-<!-- Large -->\r
-<tr style="font: 10pt arial,helvetica,verdana">\r
-<td bgcolor=#9999cc align=center><a href="/"><img src="images/awstats_logo4.png" border=0></a></td>\r
-<td bgcolor=#9999cc align=center>\r
-<br>\r
-<font style="font: 16pt arial,helvetica,sanserif" color=#EEEEFF><b>AWStats logfile analyzer 5.0 Documentation</b></font><br>\r
-<br>\r
-</td>\r
-<td bgcolor=#9999cc align=center>\r
-&nbsp;\r
-</td>\r
-</tr>\r
-\r
-</table>\r
-\r
-\r
-<br><br><H1 style="font: 26px arial,helvetica,sanserif">Glossary</H1><br>\r
-\r
-<a name="Unique Visitor"><b>Unique Visitor</b></a>:<br>\r
- A unique visitor is a host that has made at least 1 hit\r
-on 1 page of your web site during the current period shown by the report.\r
-If this host make several visits during this period, it is counted only once.<br>\r
-The period shown by AWStats reports is by default the current month.<br>\r
-However if you use AWStats as a CGI you can click on the "year" link to have a report for all the year.\r
-In a such report, period is full year, so Unique Visitors are number of hosts that have made at least 1 hit\r
-on 1 page of your web site during those year.<br>\r
-<br>\r
-\r
-<a name="Visits"><b>Visits</b></a>:<br>\r
-Number of visits made by all visitors.<br>\r
-Think "session" here, say a unique IP accesses a page, and then requests three others without an hour\r
-between any of the requests, all of the "pages" are included in the visit, therefore you should expect\r
-multiple pages per visit and multiple visits per unique visitor (assuming that some of the unique IPs are\r
-logged with more than an hour between requests)<br>\r
-<br>\r
-\r
-<a name="Pages"><b>Pages</b></a>:<br>\r
-The number of "pages" logged. Only files that don't match an entry in the NotPageList config\r
-parameter (and match an entry of OnlyFiles config parameter if used) are counted as "Pages".\r
-Usually pages are reserved for HTML files or CGI files, not images nor other files requested as a result\r
-of loading a "Page" (like js,css... files).<br>\r
-<br>\r
-\r
-<a name="Hits"><b>Hits</b></a>:<br>\r
-Any files requested from the server (including files that are "Pages") except those that match\r
-the SkipFiles config parameter.<br>\r
-<br>\r
-\r
-<a name="Bandwith"><b>Bandwith</b></a>:<br>\r
-Total number of bytes downloaded.<br>\r
-<br>\r
-\r
-<a name="Entry Page"><b>Entry Page</b></a>:<br>\r
-First page viewed by a visitor during its visit.<br>\r
-Note: When a visit started at end of month to end at beginning of next month,\r
-you might have an Entry page for the month report and no Exit pages.<br>\r
-That's why Entry pages can be different than Exit pages.<br>\r
-<br>\r
-\r
-<a name="Exit Page"><b>Exit Page</b></a>:<br>\r
-Last page viewed by a visitor during its visit.<br>\r
-Note: When a visit started at end of month to end at beginning of next month,\r
-you might have an Entry page for the month report and no Exit pages.<br>\r
-That's why Entry pages can be different than Exit pages.<br>\r
-<br>\r
-\r
-<a name="Session Duration"><b>Session Duration</b></a>:<br>\r
-The time a visitor spent on your site for each visit.<br>\r
-Some Visits durations are 'unknown' because they can't always be calculated. This is the major reason for this:<br>\r
-- Visit was not finished when 'update' occured.<br>\r
-- Visit started the last hour (after 23:00) of the last day of a month (A technical reason prevents AWStats from\r
-calculating duration of such sessions).<br>\r
-<br>\r
-\r
-<a name="Grabber"><b>Grabber</b></a>:<br>\r
-A browser that is used primarily for copying locally an entire site. These include\r
-for example "teleport", "webcapture", "webcopier"...<br>\r
-<br>\r
-\r
-\r
-\r
-\r
-<br>\r
-<hr>\r
-\r
-<script language=javascript>\r
-       var lastmod = new Date(document.lastModified);\r
-       if (lastmod.getDate() > 0) {\r
-               if (lastmod.getDate()<10) zerod="0"\r
-               else zerod="";\r
-               if (lastmod.getMonth()<9) zerom="0"\r
-               else zerom=""\r
-               year2kok=lastmod.getYear();\r
-               if (year2kok<100) year2kok+=2000;\r
-               if ((year2kok>=100) && (year2kok < 1970)) year2kok+=1900;\r
-               document.writeln("Last revision: "+year2kok+"-"+zerom+(lastmod.getMonth()+1)+"-"+zerod+lastmod.getDate());\r
-       }\r
-</script>\r
-\r
-</body>\r
-</html>\r
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+<meta name="description" content="AWStats Documentation - Glossary of terms">
+<meta name="keywords" content="awstats, awstat, glossary, terms, definition, lexical, index">
+<meta name="robots" content="index,follow">
+<meta name="title" content="AWStats Documentation - Glossary">
+<title>AWStats Documentation - Glossary</title>
+<link rel="stylesheet" href="styles.css" type="text/css">
+<!-- $Revision$ - $Author$ - $Date$ -->
+</head>
+
+<body topmargin=10 leftmargin=5>
+
+
+<table style="font: 10pt arial,helvetica,verdana" cellpadding=0 cellspacing=0 border=0 bgcolor=#FFFFFF width=100%>
+
+<!-- Large -->
+<tr style="font: 10pt arial,helvetica,verdana">
+<td bgcolor=#9999cc align=center><a href="/"><img src="images/awstats_logo4.png" border=0></a></td>
+<td bgcolor=#9999cc align=center>
+<br>
+<font style="font: 16pt arial,helvetica,sanserif" color=#EEEEFF><b>AWStats logfile analyzer 5.0 Documentation</b></font><br>
+<br>
+</td>
+<td bgcolor=#9999cc align=center>
+&nbsp;
+</td>
+</tr>
+
+</table>
+
+
+<br><br><H1 style="font: 26px arial,helvetica,sanserif">Glossary</H1><br>
+
+<a name="Unique Visitor"><b>Unique Visitor</b></a>:<br>
+ A unique visitor is a host that has made at least 1 hit
+on 1 page of your web site during the current period shown by the report.
+If this host make several visits during this period, it is counted only once.<br>
+The period shown by AWStats reports is by default the current month.<br>
+However if you use AWStats as a CGI you can click on the "year" link to have a report for all the year.
+In a such report, period is full year, so Unique Visitors are number of hosts that have made at least 1 hit
+on 1 page of your web site during those year.<br>
+<br>
+
+<a name="Visits"><b>Visits</b></a>:<br>
+Number of visits made by all visitors.<br>
+Think "session" here, say a unique IP accesses a page, and then requests three others without an hour
+between any of the requests, all of the "pages" are included in the visit, therefore you should expect
+multiple pages per visit and multiple visits per unique visitor (assuming that some of the unique IPs are
+logged with more than an hour between requests)<br>
+<br>
+
+<a name="Pages"><b>Pages</b></a>:<br>
+The number of "pages" logged. Only files that don't match an entry in the NotPageList config
+parameter (and match an entry of OnlyFiles config parameter if used) are counted as "Pages".
+Usually pages are reserved for HTML files or CGI files, not images nor other files requested as a result
+of loading a "Page" (like js,css... files).<br>
+<br>
+
+<a name="Hits"><b>Hits</b></a>:<br>
+Any files requested from the server (including files that are "Pages") except those that match
+the SkipFiles config parameter.<br>
+<br>
+
+<a name="Bandwidth"><b>Bandwidth</b></a>:<br>
+Total number of bytes downloaded.<br>
+<br>
+
+<a name="Entry Page"><b>Entry Page</b></a>:<br>
+First page viewed by a visitor during its visit.<br>
+Note: When a visit started at end of month to end at beginning of next month,
+you might have an Entry page for the month report and no Exit pages.<br>
+That's why Entry pages can be different than Exit pages.<br>
+<br>
+
+<a name="Exit Page"><b>Exit Page</b></a>:<br>
+Last page viewed by a visitor during its visit.<br>
+Note: When a visit started at end of month to end at beginning of next month,
+you might have an Entry page for the month report and no Exit pages.<br>
+That's why Entry pages can be different than Exit pages.<br>
+<br>
+
+<a name="Session Duration"><b>Session Duration</b></a>:<br>
+The time a visitor spent on your site for each visit.<br>
+Some Visits durations are 'unknown' because they can't always be calculated. This is the major reason for this:<br>
+- Visit was not finished when 'update' occured.<br>
+- Visit started the last hour (after 23:00) of the last day of a month (A technical reason prevents AWStats from
+calculating duration of such sessions).<br>
+<br>
+
+<a name="Grabber"><b>Grabber</b></a>:<br>
+A browser that is used primarily for copying locally an entire site. These include
+for example "teleport", "webcapture", "webcopier"...<br>
+<br>
+
+
+
+
+<br>
+<hr>
+
+<script language=javascript>
+       var lastmod = new Date(document.lastModified);
+       if (lastmod.getDate() > 0) {
+               if (lastmod.getDate()<10) zerod="0"
+               else zerod="";
+               if (lastmod.getMonth()<9) zerom="0"
+               else zerom=""
+               year2kok=lastmod.getYear();
+               if (year2kok<100) year2kok+=2000;
+               if ((year2kok>=100) && (year2kok < 1970)) year2kok+=1900;
+               document.writeln("Last revision: "+year2kok+"-"+zerom+(lastmod.getMonth()+1)+"-"+zerod+lastmod.getDate());
+       }
+</script>
+
+</body>
+</html>