ダウンロードできる統計データ |
|
BOINCのプロジェクトは、チームや参加者あるいは計算機を記述するデータを、 外部に取り出せるようにすることがあります。 このデータはXMLのファイルとして取り出され、HTTPによるダウンロードが可能です。
データはいくつかの異なる「ビュー」で表現されています。 つまり、チームは功績(credit)順、IDの順、などいくつかの順序で 並べられています。 アクセス効率を上げるため、ビューは 固定数のレコードをもつ複数のファイルに分割されています。
各ファイル内の項目は、「要約(summary)」または「詳細(detail)」の どちらかの形式をとります。 たとえば、チームの要約からは、 チームのIDや名前、功績(credit)が取り出せます。 一方、 チームの詳細には、チームのメンバーの一覧も含まれています。
ファイルには以下のものがあります:
tables.xml
それぞれのテーブル(team, user, そして、host)について、 このファイルは以下[の情報] を含みます。
<tables> <update_time>1046220857</update_time> <nusers_total>127</nusers_total> <nusers_per_file_summary>1000</nusers_per_file_summary> <nusers_per_file_detail>100</nusers_per_file_detail> <nteams_total>14</nteams_total> <nteams_per_file_summary>1000</nteams_per_file_summary> <nteams_per_file_detail>100</nteams_per_file_detail> <nhosts_total>681</nhosts_total> <nhosts_per_file_summary>1000</nhosts_per_file_summary> <nhosts_per_file_detail>100</nhosts_per_file_detail> <applications> <application> <name>setiathome</name> <results_unsent>100</results_unsent> <results_in_progress>1000</results_in_progress> <results_over>10000</results_over> </application> ... </applications> </tables>team_total_credit_N.xml
team_expavg_credit_N.xml
チームの要約の一つです。 最近の平均功績(recent-average credit)
が大きいチームが先にでてくる順で並べてあります。
team_id_N.xml
チームの要約の一つです。 IDが増える順に並べてあります。
user_total_credit_N.xml
参加者の要約の一つです。 功績(credit)
の合計が大きい参加者が先にでてくる順で並べてあります。
user_expavg_credit_N.xml
参加者の要約の一つです。 最近の平均功績(recent-average credit)
が大きい参加者が先にでてくる順で並べてあります。
user_id_N.xml
参加者の要約の一つです。 IDが増える順に並べてあります。
host_total_credit_N.xml
計算機の要約の一つです。 功績(credit)
の合計が大きい計算機が先にでてくる順で並べてあります。
host_expavg_credit_N.xml
計算機の要約の一つです。 最近の平均功績(recent-average credit)
が大きい計算機が先にでてくる順で並べてあります。
host_id_N.xml
計算機の要約の一つです。 IDが増える順に並べてあります。
種々のXML要素の形式は、以下の[例の] とおりです:
チームの要約(Team summary)
<team> <id>5</id> <name>Broadband Reports Team Starfire</name> <total_credit>153402.872429</total_credit> <expavg_credit>503030.483254</expavg_credit> <nusers>14</nusers> </team>
チームの詳細(Team detail)
<team> <id>5</id> <name>Broadband Reports Team Starfire</name> <total_credit>153402.872429</total_credit> <expavg_credit>503030.483254</expavg_credit> <nusers>14</nusers> <create_time>0</create_time> <name_html>%3Ca%20href%3D%27http%3A%2F%2Fbroadbandreports%2Ecom%2Fforum%2Fseti%2 7%3E%3Cimg%20src%3D%27http%3A%2F%2Fi%2Edslr%2Enet%2Fpics%2Ffaqs%2Fimage2067%2Ejp g%27%3E</name_html> <country>None</country> <user> <id>12</id> <name>John Keck</name> <total_credit>42698.813543</total_credit> <expavg_credit>117348.653646</expavg_credit> <teamid>5</teamid> </user> <user> <id>14</id> <name>Liontaur</name> <total_credit>46389.595430</total_credit> <expavg_credit>122936.372641</expavg_credit> <teamid>5</teamid> </user> </team>
参加者の要約(User summary)
<user> <id>12</id> <name>John Keck</name> <total_credit>42698.813543</total_credit> <expavg_credit>117348.653646</expavg_credit> [ <teamid>5</teamid> ] [ <has_profile/> ] </user>
参加者の詳細(User detail)
<user> <id>3</id> <name>Eric Heien</name> <total_credit>4897.904591</total_credit> <expavg_credit>9820.631754</expavg_credit> <country>United States</country> <create_time>1046220857</ncreate_time> [ <teamid>14</teamid> ] [ <has_profile/> ] <host> <id>27</id> <total_credit>0.000000</total_credit> <expavg_credit>0.000000</expavg_credit> <p_vendor></p_vendor> <p_model></p_model> <os_name>Darwin</os_name> <os_version>6.2</os_version> </host> <host> <id>266</id> <total_credit>0.000000</total_credit> <expavg_credit>0.000000</expavg_credit> <p_vendor>GenuineIntel</p_vendor> <p_model>Intel(R)</p_model> <os_name>Linux</os_name> <os_version>2.4.18-18.7.x</os_version> </host> </user>
計算機の要約(Host summary)
<host> <id>266</id> <total_credit>0.000000</total_credit> <expavg_credit>0.000000</expavg_credit> <p_vendor>GenuineIntel</p_vendor> <p_model>Intel(R)</p_model> <os_name>Linux</os_name> <os_version>2.4.18-18.7.x</os_version> </host>
計算機の詳細(Host detail)
<host> <id>102</id> <userid>3</userid> <total_credit>0.000000</total_credit> <expavg_credit>0.000000</expavg_credit> <p_vendor>GenuineIntel</p_vendor> <p_model>Pentium</p_model> <os_name>Windows XP</os_name> <os_version>5.1</os_version> <create_time>1040170006</create_time> <timezone>28800</timezone> <ncpus>2</ncpus> <p_fpops>45724737.082762</p_fpops> <p_iops>43233895.373973</p_iops> <p_membw>4032258.064516</p_membw> <m_nbytes>670478336.000000</m_nbytes> <m_cache>1000000.000000</m_cache> <m_swap>1638260736.000000</m_swap> <d_total>9088008192.000000</d_total> <d_free>3788505088.000000</d_free> <n_bwup>24109.794088</n_bwup> <n_bwdown>57037.049858</n_bwdown> </host>