| | 149 | |
| | 150 | == Available data == |
| | 151 | |
| | 152 | GUI RPCs currently make available the following data, |
| | 153 | which could be used by GUIs: |
| | 154 | |
| | 155 | * In CC_STATE::time_stats |
| | 156 | * "active time" (computation enabled) during current run of client |
| | 157 | * Total active time. If the GUI wants to show e.g. active time in last week, |
| | 158 | it can use this. |
| | 159 | * The time BOINC first ran |
| | 160 | * In PROJECT |
| | 161 | * User and team names |
| | 162 | * User and team total and average credit |
| | 163 | * # of successful and failed jobs |
| | 164 | * Elapsed time (total, of all jobs of this project). |
| | 165 | May be > active time if multicore. |