Changes between Version 1 and Version 2 of StatsXml


Ignore:
Timestamp:
Apr 25, 2007, 1:15:06 PM (17 years ago)
Author:
Nicolas
Comment:

Required manual changes to automatic conversion.

Legend:

Unmodified
Added
Removed
Modified
  • StatsXml

    v1 v2  
    11= Aggregate statistics data =
    22
    3       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/]
     3The 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:
    44
    5 and the web RPCs for hosts are at
    6 
    7 [http://boinc.netsoft-online.com/get_host.php?cpid=???? http://boinc.netsoft-online.com/get_host.php?cpid=????]
    8 
    9 (based on the host with the highest expavg_credit) and
    10 
    11 http://boinc.netsoft-online.com/get_host_tot.php?cpid=????
    12 
    13 (based on the host with the highest total_credit).
    14 
    15 http://boinc.netsoft-online.com/get_user.php?cpid=????
    16 
    17 (returns info on the user with given CPID).
     5 `http://boinc.netsoft-online.com/get_host.php?cpid=####`::
     6        based on the host with the highest expavg_credit
     7 `http://boinc.netsoft-online.com/get_host_tot.php?cpid=####`::
     8        based on the host with the highest total_credit
     9 `http://boinc.netsoft-online.com/get_user.php?cpid=####`::
     10        returns info on the user with given CPID
    1811
    1912
     
    2114
    2215=== user_total_credit.xml ===
    23  A list of top users, ordered by decreasing cross-project total credit. Should include at least top 100 users.
     16A list of top users, ordered by decreasing cross-project total credit. Should include at least top 100 users.
    2417{{{
    25     <users>
    26         <nusers>100</nusers>
    27         <time>1129844599</time>   (when this file was generated)
    28         <total_credit>4983146120.8639</total_credit> (summed over all users)
    29         <expavg_credit>17827453.354517</expavg_credit>
    30         <user>
    31             <name>John Keck</name>
    32             <total_credit>42698.813543</total_credit>
    33             <expavg_credit>117348.653646</expavg_credit>
    34             <user_cpid>283472938743489759837498347</user_cpid>
    35             <world_rank>1</world_rank>
    36             <project>
    37                 <name>SETI@home</name>
    38                 <url>http://setiathome.berkeley.edu</url>
    39                 <total_credit>2698.813543</total_credit>
    40                 <expavg_credit>17348.653646</expavg_credit>
    41                 <id>123</id>
    42                 <country>United States</country>
    43                 <user_name>John Keck</user_name>
    44                 <create_time>1104210399</create_time>
    45                 <team_name>My Team</team_name>
    46                 <team_id>44</team_id>
    47                 <user_url>foobar.example.com</user_url>
    48                 <computer_count>44</computer_count>
    49             </project>
    50             ... other projects
    51         </user>
    52         ... other users
    53     </users>
    54 }}}
    55 
    56 === user_expavg_credit.xml ===
    57  A list of top users, ordered by decreasing cross-project recent average credit. Should include at least top 100 users. Same format as above.
    58 === host_total_credit.xml ===
    59 
    60 {{{
    61     <hosts>
    62         <nhosts>100</nhosts>
    63         <time>1129844599</time>   (when this file was generated)
    64         <host>
    65             <total_credit>0.000000</total_credit>
    66             <expavg_credit>0.000000</expavg_credit>
    67             <p_vendor>GenuineIntel</p_vendor>
    68             <p_model>Pentium</p_model>
    69             <os_name>Windows XP</os_name>
    70             <os_version>5.1</os_version>
    71             <create_time>1040170006</create_time>
    72             <timezone>28800</timezone>
    73             <ncpus>2</ncpus>
    74             <p_fpops>45724737.082762</p_fpops>
    75             <p_iops>43233895.373973</p_iops>
    76             <p_membw>4032258.064516</p_membw>
    77             <m_nbytes>670478336.000000</m_nbytes>
    78             <m_cache>1000000.000000</m_cache>
    79             <m_swap>1638260736.000000</m_swap>
    80             <d_total>9088008192.000000</d_total>
    81             <d_free>3788505088.000000</d_free>
    82             <n_bwup>24109.794088</n_bwup>
    83             <n_bwdown>57037.049858</n_bwdown>
    84             <host_cpid>xxxxx</host_cpid>
    85             <user_cpid>xxxxx</user_cpid>
    86             <project>
    87                 <name>SETI@home</name>
    88                 <url>http://setiathome.berkeley.edu</url>
    89                 <total_credit>2698.813543</total_credit>
    90                 <expavg_credit>17348.653646</expavg_credit>
    91                 <id>123</id>
    92             </project>
    93             ... other projects
    94         </host>
    95         ... other hosts
    96     </hosts>
    97 }}}
    98 
    99 === host_expavg_credit.xml ===
    100  Same, ordered by decreasing recent average credit.
    101 
    102 
    103 == Web RPCs ==
    104 
    105 === get_user.php?cpid=xxxxx ===
    106 
    107 
    108 
    109 {{{
     18<users>
     19    <nusers>100</nusers>
     20    <time>1129844599</time>   (when this file was generated)
     21    <total_credit>4983146120.8639</total_credit> (summed over all users)
     22    <expavg_credit>17827453.354517</expavg_credit>
    11023    <user>
    11124        <name>John Keck</name>
    11225        <total_credit>42698.813543</total_credit>
    11326        <expavg_credit>117348.653646</expavg_credit>
    114         <cpid>283472938743489759837498347</cpid>
     27        <user_cpid>283472938743489759837498347</user_cpid>
     28        <world_rank>1</world_rank>
    11529        <project>
    11630            <name>SETI@home</name>
     
    11832            <total_credit>2698.813543</total_credit>
    11933            <expavg_credit>17348.653646</expavg_credit>
     34            <id>123</id>
     35            <country>United States</country>
     36            <user_name>John Keck</user_name>
     37            <create_time>1104210399</create_time>
     38            <team_name>My Team</team_name>
     39            <team_id>44</team_id>
     40            <user_url>foobar.example.com</user_url>
     41            <computer_count>44</computer_count>
    12042        </project>
    12143        ... other projects
    12244    </user>
     45    ... other users
     46</users>
    12347}}}
    12448
    125 === get_host.php?cpid=xxxxx ===
     49=== user_expavg_credit.xml ===
     50
     51A list of top users, ordered by decreasing cross-project recent average credit. Should include at least top 100 users. Same format as above.
     52
     53=== host_total_credit.xml ===
    12654
    12755{{{
     56<hosts>
     57    <nhosts>100</nhosts>
     58    <time>1129844599</time>   (when this file was generated)
    12859    <host>
    12960        <total_credit>0.000000</total_credit>
     
    15384            <total_credit>2698.813543</total_credit>
    15485            <expavg_credit>17348.653646</expavg_credit>
     86            <id>123</id>
    15587        </project>
    15688        ... other projects
    15789    </host>
     90    ... other hosts
     91</hosts>
    15892}}}
     93
     94=== host_expavg_credit.xml ===
     95Same, ordered by decreasing recent average credit.
     96
     97== Web RPCs ==
     98
     99=== get_user.php?cpid=#### ===
     100
     101{{{
     102<user>
     103    <name>John Keck</name>
     104    <total_credit>42698.813543</total_credit>
     105    <expavg_credit>117348.653646</expavg_credit>
     106    <cpid>283472938743489759837498347</cpid>
     107    <project>
     108        <name>SETI@home</name>
     109        <url>http://setiathome.berkeley.edu</url>
     110        <total_credit>2698.813543</total_credit>
     111        <expavg_credit>17348.653646</expavg_credit>
     112    </project>
     113    ... other projects
     114</user>
     115}}}
     116
     117=== get_host.php?cpid=#### ===
     118
     119{{{
     120<host>
     121    <total_credit>0.000000</total_credit>
     122    <expavg_credit>0.000000</expavg_credit>
     123    <p_vendor>GenuineIntel</p_vendor>
     124    <p_model>Pentium</p_model>
     125    <os_name>Windows XP</os_name>
     126    <os_version>5.1</os_version>
     127    <create_time>1040170006</create_time>
     128    <timezone>28800</timezone>
     129    <ncpus>2</ncpus>
     130    <p_fpops>45724737.082762</p_fpops>
     131    <p_iops>43233895.373973</p_iops>
     132    <p_membw>4032258.064516</p_membw>
     133    <m_nbytes>670478336.000000</m_nbytes>
     134    <m_cache>1000000.000000</m_cache>
     135    <m_swap>1638260736.000000</m_swap>
     136    <d_total>9088008192.000000</d_total>
     137    <d_free>3788505088.000000</d_free>
     138    <n_bwup>24109.794088</n_bwup>
     139    <n_bwdown>57037.049858</n_bwdown>
     140    <host_cpid>xxxxx</host_cpid>
     141    <user_cpid>xxxxx</user_cpid>
     142    <project>
     143        <name>SETI@home</name>
     144        <url>http://setiathome.berkeley.edu</url>
     145        <total_credit>2698.813543</total_credit>
     146        <expavg_credit>17348.653646</expavg_credit>
     147    </project>
     148    ... other projects
     149</host>
     150}}}