Is there some way, how to get usage over time data from MW server (MW 1.6.8 running on Linux machine).
What I would like to achieve are RRDTools graphs of number of page reads and page edits over the time. If the data are in the database, it is not problem for me to write down the scripts for RRDTool to get them out, but I don't know where to search for them. Or is there any other way to create MW site statistics? (I'm running some other webs on the same Apache server so the general statistics for the web server are not good solution for me.)
Thanks in advance for any help
Jakub
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Šerých Jakub wrote:
Is there some way, how to get usage over time data from MW server (MW 1.6.8 running on Linux machine).
What I would like to achieve are RRDTools graphs of number of page reads and page edits over the time. If the data are in the database, it is not problem for me to write down the scripts for RRDTool to get them out, but I don't know where to search for them. Or is there any other way to create MW site statistics? (I'm running some other webs on the same Apache server so the general statistics for the web server are not good solution for me.)
Reads are not stored in this way (though you can see your Apache logs for that), though it is possible generally to pull edit data out of the revisions table.
Alternatively you could send stats over to rrdtool, ganglia, etc live from an extension hook.
- -- brion vibber (brion @ pobox.com / brion @ wikimedia.org)
mediawiki-l@lists.wikimedia.org