1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| Quintiq file version 2.0
| #parent: #root
| Attribute CPUThreadsUsedTotal
| {
| #keys: '3[141860.4.240831826][141860.4.240831825][141860.4.240831827]'
| Description:
| [*
| The total number of CPU threads that are currently in use by `LibOpt_Runs` accross all datasets.
| Only runs for which `LibOpt_RunStatus::IsRunning` returns `true` are counted.
|
| Since `LibOpt_Run` objects live in separate datasets, we don't check the status of these objects directly. Instead, we look at the status of the `LibOpt_ControllerRuns`.
| The `LibOpt_ControllerRuns` should be aligned with their corresponding `LibOpt_Runs`.
| *]
| ValueType: Number
| }
|
|