Changes between Version 1 and Version 2 of HostMeasurement
- Timestamp:
- Apr 24, 2007, 8:17:27 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HostMeasurement
v1 v2 2 2 3 3 The core client measures the following aspects of each host: 4 5 4 6 5 * '''CPU performance''': integer ops/sec, double-precision floating-point ops/sec, and memory bandwidth are measured separately. They are measured by a process executing at the same priority as BOINC applications, so the results will be affected by other processes. These measurements are taken when the client starts for the first time, and once every month thereafter. … … 16 15 * '''Average up- and downstream network bandwidth'''. These are computed as exponentially-weighted averages; see the class NET_STATS. 17 16 18 17 These quantities are reported in every scheduling RPC, and their latest values are stored in the BOINC database.