TASKGROUPSTATISTICSRESET
The system table SYSINFO.TASKGROUPSTATISTICSRESET
contains information about task groups and their resource consumption since the last RESET TASKGROUPSTATISTICS
or RESET ALL
.
|
TIMESTAMP |
Time of the last RESET for these entries |
|
FIXED(10) |
Identification of the task group |
|
FIXED(10) |
Maximum number of tasks lined up for CPU assignment |
|
FIXED(20) |
Number of task scheduler calls |
|
FIXED(20) |
Number of task switches in this task group |
|
FIXED(20) |
Number of commands executed by the tasks of this task group |
|
FIXED(20) |
Number of time intervals in which the CPU was released |
|
FIXED(20) |
Total time for which the CPU was released (µs) |
|
FIXED(20) |
Number of time intervals in which waits for outstanding I/O operations occurred |
|
FIXED(20) |
Total wait time for outstanding I/O operations (µs) |
|
FIXED(20) |
Total CPU time used in system mode (µs) |
|
FIXED(20) |
Total CPU time used in user mode (µs) |
|
FIXED(20) |
Number of task switches inside of this task group with active time measurement |
|
FIXED(20) |
Total time of the task switches with active time measurement (microseconds) |
|
FIXED(20) |
Number of scheduler calls inside of this task group with active time measurement |
|
FIXED(20) |
Total time spent in scheduler calls with active time measurement (microseconds) |