Statistics
Public StatusNet sites by default report aggregate usage statistics to back StatusNet Inc to aid in development.
[edit] Public download
Aggregated usage statistics will be available for public download and analysis soon...
[edit] Configuration
Statistical snapshots are never sent for a site that's configured as private
You can easily disable statistic snapshot reporting in your config.php:
$config['snapshot']['run'] = 'never';
By default, snapshots are sent on approximately once every $config['snapshot']['frequency'] web hits, defaulting to 1 in 10,000.
You can instead set the run setting to 'cron' and run scripts/reportsnapshot.php from a monthly cron job:
$config['snapshot']['run'] = 'cron';
[edit] Sample data
No individual user data is included in submissions to StatusNet's central stats database. The data includes a snapshot of several configuration variables, versions of StatusNet and PHP, and some aggregate counts of users, notices, and local and remote subscriptions:
array ( 'version' => '0.9.0dev', 'phpversion' => '5.2.6-2ubuntu4.3', 'name' => 'Brionitron', 'root' => 'http://status.leuksman.com/', 'usercount' => '7', 'userfirst' => '2009-10-12 21:08:28', 'userlast' => '2009-11-16 04:22:25', 'noticecount' => '1118', 'noticefirst' => '2009-10-12 21:08:33', 'noticelast' => '2009-11-16 19:23:52', 'subscriptioncount' => '29', 'subscriptionfirst' => '2009-10-12 21:08:28', 'subscriptionlast' => '2009-11-16 06:18:30', 'remote_profilecount' => '39', 'remote_profilefirst' => '2009-10-12 21:10:21', 'remote_profilelast' => '2009-11-16 06:16:21', 'user_groupcount' => '1', 'user_groupfirst' => '2009-10-20 13:04:33', 'user_grouplast' => '2009-10-20 13:04:33', 'theme' => 'default', 'dbtype' => 'mysql', 'xmpp' => false, 'inboxes' => true, 'queue' => true, 'license' => 'http://creativecommons.org/licenses/by/3.0/', 'fancy' => true, 'private' => false, 'closed' => false, 'memcached' => false, 'language' => 'en_US', 'timezone' => 'UTC', ),