Changes between Version 13 and Version 14 of XmlStats


Ignore:
Timestamp:
Sep 11, 2014, 5:53:17 PM (10 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • XmlStats

    v13 v14  
    123123  <os_name>Windows XP</os_name>
    124124  <os_version>5.1</os_version>
     125  <boinc_version>[BOINC|7.4.12|GridRepublic]</boinc_version>
     126  <vbox_version>[vbox|4.3.14]</vbox_version>
    125127  <coprocs>[CUDA|GeForce 9500 GT|1|256MB]</coprocs>
    126128  <create_time>1040170006</create_time>
     
    143145</host>
    144146}}}
     147
     148The following fields are of the form `[x1|x2|...|xn]`.
     149Depending on the client version,  only an initial subset of items may be present.
     150
     151 '''boinc_version'''::  The BOINC client version currently running on the host.
     152   The third item is the client "brand", such as "HTC Power to Give" or "Samsung Power Sleep".
     153
     154 '''vbox_version''':: The version of VirtualBox installed on the client host.
     155
     156 '''coprocs''':: A list of GPU descriptors.
     157  The items in each one are:
     158
     159  * The manufacturer.  "CUDA" means NVIDIA, "CAL" means AMD, and "INTEL" means Intel.
     160  * The model name.
     161  * The number of GPUs.
     162  * The amount of video RAM.
     163  * The driver version.
     164  * The OpenCL version; 102 means 1.2.
     165
     166