<br>\r
HARDWARE: Athlon 1 GHz / 128Mb<br>\r
SOFTWARE: Windows 2000 / Perl 5.8<br>\r
-CONFIG OPTIONS: <a href="awstats_config.html#LogFormat">LogFormat</a>=1, <a href="awstats_config.html#DNSLookup">DNSLookup</a>=0<br>\r
+CONFIG OPTIONS: <a href="awstats_config.html#LogFormat">LogFormat</a>=1, <a href="awstats_config.html#DNSLookup">DNSLookup</a>=0, <a href="awstats_config.html#URLWithQuery">URLWithQuery</a>=0, <a href="awstats_config.html#URLReferrerWithQuery">URLReferrerWithQuery</a>=0, No plugins<br>\r
AVERAGE SPEED: <b>4500</b> lines by seconds<br>\r
-Other times for different kind of web sites are shown lower in this page...<br>\r
+Other times for different kind of web sites sizes are shown later in this page...<br>\r
\r
<br>\r
<br>\r
<br>\r
Don't forget that benchmarks of log analyzers are made without reverse DNS lookup\r
because this depends on your system, networks and Internet and not on the\r
-log analyzer you use. And the reverse DNS lookup can take <b>95%</b> of the time of a log analysis !<br>\r
+log analyzer you use. And the reverse DNS lookup can take more than <b>95%</b> of time of a log analysis !<br>\r
So, have a look at the following chart to:<br>\r
- Get more real ideas on benchmarks results<br>\r
- Get more information and advice on a good setup for your site.<br>\r
<tr><td> +5,000,000 visits/month</td><td colspan=6>AWStats is not a good choice for such web sites. Try a tool with less features but faster like <a href="http://www.analog.cx">Analog</a></td></tr>\r
</table>\r
* You should set <a href="awstats_config.html#DNSLookup">DNSLookup</a> parameter to 0 (or 2) if<br>\r
- - reverse DNS lookup is already done in your log file<br>\r
- - or if you don't need the "domain/countries" report<br>\r
+ - reverse DNS lookup is already done in your log file,<br>\r
- or if your web site has more than 250,000 visits a month.<br>\r
+Note: Country report can works without reverse DNS lookup if plugin 'geoip' is enabled (faster and more accurate than reverse DNS lookup).<br>\r
** Free memory required for update process (in MB).<br>\r
Warning: If you use the <a href="awstats_config.html#URLWithQuery">URLWithQuery</a> or <a href="awstats_config.html#URLReferrerWithQuery">URLReferrerWithQuery</a> option, or forget\r
to complete correctly <a href="awstats_config.html#URLQuerySeparators">URLQuerySeparators</a> for some sites, this value can be dramatically increased.<br>\r
<br>\r
<img src="images/star.png"><img src="images/star.png"><img src="images/star.png"><img src="images/star.png"><img src="images/star.png">\r
- You can disable <a href="awstats_config.html#DNSLookup">DNSLookup</a> in AWStats (set DNSLookup=0 or DNSlookup=2 to only use DNS file resolver).\r
-Note that with DNSLookup disabled if you still want to have the 'country/domain' report, this requires that hosts addresses\r
-in your log file are already resolved (need to setup your web server to do so, your web server will be slowed).\r
-Without DNSLookup, log analyze speed can be increased by 10 to 100 times.<br>\r
+Note that with DNSLookup disabled, if you still want to have the 'Country' report, you must enable the 'geoip' plugin.\r
+Without this plugin, 'Country' report will works only if hosts addresses in your log file are already\r
+resolved (need to setup your web server to do so, your web server will be slowed).\r
+Without DNSLookup, log analyze speed can be increased by 20 to 100 times.<br>\r
<img src="images/star.png"><img src="images/star.png"><img src="images/star.png"><img src="images/star.png">\r
- Use carefully parameters <a href="awstats_config.html#URLWithQuery">URLWithQuery</a> and <a href="awstats_config.html#URLReferrerWithQuery">URLReferrerWithQuery</a>\r
-(Let them set to 0 if you don't know what they means) and check your web site URLs' syntax to know if you need to complete parameter <a href="awstats_config.html#URLQuerySeparators">URLQuerySeparators</a>.<br>\r
+(Let them set to 0 if you don't know what they means) and check your web site URLs' syntax to know if you need to complete parameter <a href="awstats_config.html#URLQuerySeparators">URLQuerySeparators</a>.\r
+If you really need to use <a href="awstats_config.html#URLWithQuery">URLWithQuery</a>=1, check that <a href="awstats_config.html#URLWithQueryWithoutFollowingParameters">URLWithQueryWithoutFollowingParameters</a> is set properly.<br>\r
<img src="images/star.png"><img src="images/star.png"><img src="images/star.png"><img src="images/star.png">\r
- Be sure that your <a href="awstats_config.html#HostAliases">HostAliases</a> parameter list is complete.<br>\r
<img src="images/star.png"><img src="images/star.png"><img src="images/star.png"><img src="images/star.png">\r
<a name="DNSLookup"><b>DNSLookup</b></a><br>
<b>Version : </b>1.0 + (5.0 + for value 2) <br>
-<br># If you want to have information on domains/countries visitors, you must ask
-<br># AWStats to make reverse DNS lookup (if not already done in your log file).
+<br># If you want to have hosts reported by name instead of ip address, AWStats
+<br># need to make reverse DNS lookups (if not already done in your log file).
<br># With DNSLookup to 0, all hosts will be reported by their IP addresses and
-<br># not by the full hostname of visitors. Domain/Country chart will also report
-<br># all visitors from a domain/country "Unknown".
-<br># If you need to set DNSLookup to 1, don't forget that this will reduce
+<br># not by the full hostname of visitors.
+<br># If you want to set DNSLookup to 1, don't forget that this will reduce
<br># dramatically AWStats update process speed. Do not use on large web sites.
+<br># Note: Country detection can works without reverse DNS lookup if plugin
+<br># 'geoip' is enabled (faster and more accurate than reverse DNS lookup).
<br># Possible values:
-<br># 0 No DNS Lookup
-<br># 1 DNS Lookup is fully enabled
-<br># 2 DNS Lookup is made only from DNS cache files
+<br># 0 - No DNS Lookup
+<br># 1 - DNS Lookup is fully enabled
+<br># 2 - DNS Lookup is made only from DNS cache files (if exist)
<br># Default: 2
<br>#
<br>DNSLookup=2
<a name="URLQuerySeparators"><b>URLQuerySeparators</b></a><br>
<b>Version : </b>5.2 +<br>
-<br># In URL links, "?" char is used to add parameters list in URLs. Syntax is:
+<br># In URL links, "?" char is used to add parameter's list in URLs. Syntax is:
<br># /mypage.html?param1=value1
<br># However, some servers/sites have also others chars to isolate dynamic part of
-<br># their URLs. You can complete this list with this parameter.
-<br># Example: "?"
+<br># their URLs. You can complete this list with all such characters.
+<br># Example: "?;,"
<br># Default: "?;"
<br>#
<br>URLQuerySeparators="?;"
<br># /mypage.cgi?p=abc&id=Yo4UomP9d and /mypage.cgi?p=abc&id=Mu8fdxl3r
<br># will be reported as 2 hits on /mypage.cgi?p=abc
<br># This parameter is not used when URLWithQuery is 0.
-<br># Example: "PHPSESSID"
+<br># Example: "PHPSESSID jsessionid"
<br># Default: ""
<br>#
<br>URLWithQueryWithoutFollowingParameters=""