showSiteStats now shows ss_active_users statistic
authorAntoine Musso <hashar@free.fr>
Tue, 26 Mar 2013 13:42:36 +0000 (14:42 +0100)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 27 Mar 2013 12:08:47 +0000 (12:08 +0000)
When we implemented tracking the number of active users, we forgot to
update the stat dumper.  Simply show up the value of ss_active_users.

Change-Id: I7324d1aadfaabcd023abb93360f1f7e6d809ff3d

maintenance/showSiteStats.php

index e7359b2..dbbdab9 100644 (file)
@@ -48,6 +48,7 @@ class ShowSiteStats extends Maintenance {
                        'ss_good_articles' => 'Number of articles',
                        'ss_total_pages' => 'Total pages',
                        'ss_users' => 'Number of users',
+                       'ss_active_users' => 'Active users',
                        'ss_images' => 'Number of images',
                );