Lines Matching +full:average +full:- +full:on
7 runnable task may wait for a free CPU to run on.
9 The per-task delay accounting functionality measures
18 g) write-protect copy
35 statistics of a task are available both during its lifetime as well as on its
40 ---------
44 generic data structure to userspace corresponding to per-pid and per-tgid
53 cache, direct compact, write-protect copy, IRQ/SOFTIRQ etc.
60 When a task exits, records containing the per-task statistics
62 task of a thread group, the per-tgid statistics are also sent. More details
70 -----
96 getdelays [-dilv] [-t tgid] [-p pid]
100 # ./getdelays -d -p 10
105 # ./getdelays -d -t 5
106 print delayacct stats ON
110 CPU count real total virtual total delay total delay average
112 IO count delay total delay average
114 SWAP count delay total delay average
116 RECLAIM count delay total delay average
118 THRASHING count delay total delay average
120 COMPACT count delay total delay average
122 WPCOPY count delay total delay average
124 IRQ count delay total delay average
127 Get IO accounting for pid 1, it works only with -p::
129 # ./getdelays -i -p 1
133 The above command can be used with -v to get more debug information.