= Aggregate statistics data = The following are proposed formats for project statistics data to be distributed by aggregators. Much of this has been implemented by James Drews; the export files are at [http://boinc.netsoft-online.com/stats/ http://boinc.netsoft-online.com/stats/] and the web RPCs for hosts are at: `http://boinc.netsoft-online.com/get_host.php?cpid=####`:: based on the host with the highest expavg_credit `http://boinc.netsoft-online.com/get_host_tot.php?cpid=####`:: based on the host with the highest total_credit `http://boinc.netsoft-online.com/get_user.php?cpid=####`:: returns info on the user with given CPID BOINCstats is exporting combined BOINC statistics state, which is available at `http://www.boincstats.com/xml/boinc_state.php`. == Files == === user_total_credit.xml === A list of top users, ordered by decreasing cross-project total credit. Should include at least top 100 users. {{{ 100 (when this file was generated) 4983146120.8639 (summed over all users) 17827453.354517 John Keck 42698.813543 117348.653646 283472938743489759837498347 1 SETI@home http://setiathome.berkeley.edu 2698.813543 17348.653646 123 United States John Keck 1104210399 My Team 44 foobar.example.com 44 ... other projects ... other users }}} === user_expavg_credit.xml === A list of top users, ordered by decreasing cross-project recent average credit. Should include at least top 100 users. Same format as above. === host_total_credit.xml === {{{ 100 (when this file was generated) 0.000000 0.000000 GenuineIntel Pentium Windows XP 5.1 1040170006 28800 2 45724737.082762 43233895.373973 4032258.064516 670478336.000000 1000000.000000 1638260736.000000 9088008192.000000 3788505088.000000 24109.794088 57037.049858 xxxxx xxxxx SETI@home http://setiathome.berkeley.edu 2698.813543 17348.653646 123 ... other projects ... other hosts }}} === host_expavg_credit.xml === Same, ordered by decreasing recent average credit. == Web RPCs == === get_user.php?cpid=#### === {{{ John Keck 42698.813543 117348.653646 283472938743489759837498347 SETI@home http://setiathome.berkeley.edu 2698.813543 17348.653646 ... other projects }}} === get_host.php?cpid=#### === {{{ 0.000000 0.000000 GenuineIntel Pentium Windows XP 5.1 1040170006 28800 2 45724737.082762 43233895.373973 4032258.064516 670478336.000000 1000000.000000 1638260736.000000 9088008192.000000 3788505088.000000 24109.794088 57037.049858 xxxxx xxxxx SETI@home http://setiathome.berkeley.edu 2698.813543 17348.653646 ... other projects }}} === http://www.boincstats.com/xml/boinc_state.php === {{{ 1301536 920 316810 2795339 3633 565733 72024 33 29095 247 0 227 49279808257.057600 111438837.791 }}} `_day` suffix denotes number change per day; `_active` denotes number of active members in the metric.