I'm trying to find out some information about getting more advanced statistics on our local wiki installation. Is anyone using modified code or a reporting package that can give additional information about the number of visitors, page views, etc? I really don't know php myself, so I'm hoping that someone else has come up with a solution before I try to start learning how to code.
Thanks!
Bob -------------------------------- Bob DeSilets Sr. IT Support Specialist desilets@isc.upenn.edu 215-898-0067
I created a new table that is a copy of the site_stats table plus the date. I have a cron job run every 24 hours that copies site stats into this new table and attaches the date to it. I can get some interesting metrics out of it, but obviously they are limited to what is in the site_stats table, and even then, if you use some types of caching, the values may not be accurate.
For simple web server statistics reporting, I recommend AWStats.
Greg
On 9/22/06, Bob DeSilets desilets@isc.upenn.edu wrote:
I'm trying to find out some information about getting more advanced statistics on our local wiki installation. Is anyone using modified code or a reporting package that can give additional information about the number of visitors, page views, etc? I really don't know php myself, so I'm hoping that someone else has come up with a solution before I try to start learning how to code.
Thanks!
Bob
Bob DeSilets Sr. IT Support Specialist desilets@isc.upenn.edu 215-898-0067
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org