Lines Matching refs:kernel
12 cputimes measures time consumed by the kernel, idle therads and processes,
14 and off-cpu events for kernel therads, measuring the timestamps at each event.
21 see kernel consumed time, which is the idea behind cputimes.
36 KERNEL - the sum of the time spent in the kernel.
37 IDLE - the time the kernel spent in the idle thread, waiting for some work.
47 your server is. Seeing a considerable amout of time in kernel would
50 The kernel generally doesn't use much CPU time, usually less than 5%.
63 In this sample the kernel is using a massive amount of the CPUs, around 47%.
75 of kernel load.
116 Each extra cputimes is consuming an extra 4 to 5 ms of the CPU as kernel time.
117 Around 0.5%. This can be used as an estimate of the kernel load caused by
118 running cputimes, and a similar strategy could be used to measure the kernel
132 A system with a slower CPU will use a larger proportion of kernel time to
134 (switching between different processes) is likely to consume more kernel time