Kernel Times in Windows XP Task Manager Explained

  • Thread starter Thread starter Crumbles
  • Start date Start date
  • Tags Tags
    Kernel
AI Thread Summary
The 'Show Kernel Times' option in Windows XP's Task Manager provides a visual representation of the CPU resources utilized by the kernel, indicated by a red meter alongside the green 'CPU Usage' meter. The kernel is a fundamental component of the operating system responsible for managing process and thread scheduling, memory management, and device input/output. Kernel Times reflect the percentage of CPU time dedicated to system calls made to the operating system, rather than user-level processes. In modern multitasking operating systems, the kernel can interrupt other processes to perform essential tasks like thread scheduling, highlighting its critical role in system performance.
Crumbles
Messages
137
Reaction score
0
I've recently noticed that there is a 'Show Kernel Times' option in Windows XP's Task Manager under the 'Performance' tab. This shows up as a red meter over the green 'CPU Usage' meter.

I gathered that the Kernel is a piece of software that allows the operating system to multi-task but what exactly is the 'Kernel Times'?
 
Computer science news on Phys.org
I'd imagine its the percentage of resources (CPU/Memory) spent on the kernel and not user level processes.

The kernel is the coure part of the operating system that handles process/thread scheduling, memory management, and device I/O, among other (not as critical) tasks.
 
Thanks for the reply so-crates, I suppose that would indeed make sense: the portion of the processor used by the kernel. It doesn't seem like the kernel shows up as a process under the 'Processes' tab though, unless it's under some odd name.
 
It is the percentage of processor time taken as system calls to the Operating System.
 
I don't think it would just be user-level calls to the OS (things like file access) Remember that in a modern preempted multitasking OS, the kernel process (or processes, in some cases) interrupts (i.e., "preempts") other processes in the middle of what there were doing so it can do thread scheduling among other things.
 
Sorry if 'Profile Badge' is not the correct term. I have an MS 365 subscription and I've noticed on my Word documents the small circle with my initials in it is sometimes different in colour document to document (it's the circle at the top right of the doc, that, when you hover over it it tells you you're signed in; if you click on it you get a bit more info). Last night I had four docs with a red circle, one with blue. When I closed the blue and opened it again it was red. Today I have 3...
Thread 'ChatGPT Examples, Good and Bad'
I've been experimenting with ChatGPT. Some results are good, some very very bad. I think examples can help expose the properties of this AI. Maybe you can post some of your favorite examples and tell us what they reveal about the properties of this AI. (I had problems with copy/paste of text and formatting, so I'm posting my examples as screen shots. That is a promising start. :smile: But then I provided values V=1, R1=1, R2=2, R3=3 and asked for the value of I. At first, it said...
Back
Top