BOINC projects can export statistics data describing teams, users and hosts. This data can be used for various purposes:
Statistics data is exported in XML-format files. XML schemas for these files are here, and a graphical representation is here. NOTE: these are both somewhat out of date. Just look at the actual files - they're pretty self-explanatory.
Most projects regenerate the files every 24 hours.
These files are contained in a download directory, linked to from the project's web site (generally X/stats/, where X is the project URL).
The download directory contains the following files:
";
list_start();
list_item("tables.xml",
"This gives the total number of records
for each entity type (team, user, and host).
It also includes the UNIX time when the files were last generated,
and a list of the project's applications,
with counts of various things.
For example:
". htmlspecialchars(""); list_item("host.gz", "List of hosts"); list_item("team.gz", "List of teams"); list_item("user.gz", "List of users"); list_end(); echo ""). " 1046220857 127 14 681 1234.234 ... setiathome 100 1000 10000
The format of the various XML elements
in the output files is as follows.
Notes:
Team summary
", htmlspecialchars(""), " 5 Broadband Reports Team Starfire 153402.872429 503030.483254 1087542007.701900 14
User summary
", htmlspecialchars(""), " 12 John Keck 42698.813543 117348.653646 1087542007.701900 283472938743489759837498347 [5 ] []
Host summary
", htmlspecialchars("")," 102 3 0.000000 0.000000 1087542007.701900 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 465609.562145 e129b5fa44ed8ba58e41c472822f2807
A project can decide what data to export,
and how it is divided into files.
This is described by a file db_dump.xml of the following form:
";
echo html_text("
x
If zero or absent, the listing is written to a single file." ); list_item("detail", "If present, records are 'detailed': user records include a list of hosts, and team records include a list of users." ); list_end(); page_tail(); ?>