Hi,
I'd like to monitor the changes in a wiki automatically by a (shell/mysql) script which is run periodically for example. Is there an easy way to get statistics like
number of articles number of registered users number of read accesses on article pages number of edits
directly from the mysql database?
On 23/03/07, Dr. Johannes Zellner johannes@zellner.org wrote:
Hi,
I'd like to monitor the changes in a wiki automatically by a (shell/mysql) script which is run periodically for example. Is there an easy way to get statistics like
number of articles number of registered users number of read accesses on article pages number of edits
Look at the site_stats table for articles, registered users and edit count; look at page.page_counter for the read count.
Rob Church
mediawiki-l@lists.wikimedia.org