LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   kernel activity meassurement (https://www.linuxquestions.org/questions/linux-general-1/kernel-activity-meassurement-349944/)

eantoranz 08-04-2005 11:21 AM

kernel activity meassurement
 
Where can I see the amount of CPU time the kernel is taking?

in top: is it the sys cpu time?

are there other ways to know, one way or another?

btmiller 08-05-2005 09:01 PM

The system time in the process statistics is the amount of time your process spend in kernel mode (i.e. executing system calls). The sar command should help you and can also use vmstat and iostat to get some idea. There may be a better way too that I'm missing.


All times are GMT -5. The time now is 11:18 AM.