Skip to topic
|
Skip to bottom
Jump:
TWiki
*
TWiki
Welcome
Register
TWiki Web
TWiki Web Home
Changes
Topics
Index
Search
TWiki Webs
Acheson
Benedict
Breau
Busse
Cantelon
Craighead
Dafoe
Eayrs
Fogan
Locations
Main
McPhail
Miller
Mills
Morris
Pardo
Smith
TWiki
Tutorial
Webber
Weber
Edit
Attach
Printable
TWiki.SiteUsageStatistics
r1.1 - 06 Nov 2006 - 20:06 - Main.guest
topic end
Start of topic |
Skip to actions
%TOC% %STARTINCLUDE% ---## Site Usage Statistics * You can automatically generate usage statistics for all webs. To enable this: * Make sure variable =$doLogTopicView, $doLogTopicSave and $doLogTopicUpload= in =wikicfg.pm= are set. This will generate log entries in file =twiki/data/log<date>.txt= . * Topic WebStatistics must be present in all webs where you want to have statistics. You can use the topic in the Main web as a template. * Call the =twiki/bin/statistics= script from a cron job, once a day is recommended. This will update the WebStatistics topics in all webs. * __Attention:__ The script must run as the same user as the CGI scripts are running, which is user =nobody= on most systems. Example crontab entry: <br> =0 0 * * * (cd /path/to/TWiki/bin; ./statistics >/dev/null 2>&1)= * There is a workaround in case you can't run the script as user =nobody= : Run the utility =twiki/bin/geturl= in your cron job and specify the URL of the =twiki/bin/statistics= script as a parameter. Example: <br> =0 0 * * * (cd /path/to/TWiki/bin; ./geturl mydomain.com /urlpath/to/TWiki/bin/statistics >/dev/null 2>&1)= * The =twiki/bin/statistics= script can also be executed as a CGI script, just enter the URL in your browser. Examples: * Update current month for all webs: <br> =http://mydomain.com/twiki/bin/statistics= * Update current month for Main web only: <br> =http://mydomain.com/twiki/bin/statistics/Main= * Update January 2000 for Main web: <br> =http://mydomain.com/twiki/bin/statistics/Main?logdate=200001= -- MikeMannix - 01 Sep 2001
to top
End of topic
Skip to action links
|
Back to top
Edit
|
Attach image or document
|
Printable version
|
Raw text
|
More topic actions
Revisions: | r1.1
|
Total page history
|
Backlinks
You are here:
TWiki
>
SiteUsageStatistics
to top
Copyright © 1999-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback