= 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/rpc/get_host.php?cpid=####`::
based on the host with the highest expavg_credit
`http://boinc.netsoft-online.com/rpc/get_host_tot.php?cpid=####`::
based on the host with the highest total_credit
`http://boinc.netsoft-online.com/rpc/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.354517John Keck42698.813543117348.6536462834729387434897598374983471SETI@homehttp://setiathome.berkeley.edu2698.81354317348.653646123United StatesJohn Keck1104210399My Team44foobar.example.com44
... 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.0000000.000000GenuineIntelPentiumWindows XP5.1104017000628800245724737.08276243233895.3739734032258.064516670478336.0000001000000.0000001638260736.0000009088008192.0000003788505088.00000024109.79408857037.049858xxxxxxxxxxSETI@homehttp://setiathome.berkeley.edu2698.81354317348.653646123
... other projects
... other hosts
}}}
=== host_expavg_credit.xml ===
Same, ordered by decreasing recent average credit.
== Web RPCs ==
=== get_user.php?cpid=#### ===
{{{
John Keck42698.813543117348.653646283472938743489759837498347SETI@homehttp://setiathome.berkeley.edu2698.81354317348.653646
... other projects
}}}
=== get_host.php?cpid=#### ===
{{{
0.0000000.000000GenuineIntelPentiumWindows XP5.1104017000628800245724737.08276243233895.3739734032258.064516670478336.0000001000000.0000001638260736.0000009088008192.0000003788505088.00000024109.79408857037.049858xxxxxxxxxxSETI@homehttp://setiathome.berkeley.edu2698.81354317348.653646
... other projects
}}}
=== http://www.boincstats.com/xml/boinc_state.php ===
{{{
130153692031681027953393633565733720243329095247022749279808257.057600111438837.791
}}}
`_day` suffix denotes number change per day; `_active` denotes number of active members in the metric.