Manual:ShowSiteStats.php/fi
Appearance
| MediaWiki version: | ≥ 1.6 |
| tiedosto MediaWiki: showSiteStats.php | |
|---|---|
| Lähdekoodi: | master • 1.45.1 • 1.44.3 • 1.43.6 |
| Sarjat: | ShowSiteStats |
Details
showSiteStats.php file is a maintenance script, to show the cached statistics. It is basically Special:Statistics as a command line tool.
Vaihtoehdot
This script does not accept any options.
Käyttö
php maintenance/run.php showSiteStats
Terminal
$ php maintenance/run.php showSiteStats Total edits : 45 Number of articles: 2 Total pages : 13 Number of users : 2 Active users : 5 Number of images : 2
In MediaWiki version 1.43.6 and earlier, you must invoke maintenance scripts using
php maintenance/scriptName.php instead of php maintenance/run.php scriptName.