Task Manager Flashcards
What are the processes that can be seen in the Task Manager that don’t have the .exe extension?
Kernel processes that don’t have an executable (System, Registry, etc.)
What does Suspended
status mean?
all threads within a given process are suspended and the app cannot make any furhter progress
What does the Not Responding
status mean?
thread managing the UI didn’t examine its message queue for at least 5 seconds
What is the correct column in Task Manager to look at to determine the private memory used by a process (whether in physical memory or not)?
Commit size
How to add the Commit size
column?
Task Manager > Details > right click > Select Columns > Commit size
What does Memory (active private working set)
mean?
memory that is only used by the process and not shared with other processes (DLLs); only represents the physical memory - not good enough in terms of the total consumption of the process