mcwli includes the third of so generation of “developer environments” that I have made for MediaWiki over the years. You can see the backstory in this earlier post.
Since the early days of 2022, there has been optional metric collection included within the mwcli tool.
This metric collection simply collects what command you run, and when you run it (without any parameters or inputs) so that the data can be aggregated, and the various commands usage can be graphed.
Each command run includes something like:
| Command | docker mediawiki exec |
| DateTime | 2025-01-07T12:45:18.213Z |
| Version | 0.25.1 |
I used to have live (ish) graphs in the Wikimedia Superset installation, however, the queries there appear to fail now. So I took some time to export the dataset as a CSV, and shove it around a bit in a Python notebook.


