Week 5 - Process Utilization Flashcards
What’s the most common way to take a peak to see how system resources are doing? Windows
Resource monitor
What command for Linux lets us see the top processes that are using the most resources?
top
What does NPM, PM, WS, and VM stand for in the Get-Process output? Windows
NPM - Non-paged memory
PM - Paged memory
WS - Working set (pages of memory recently referenced)
VM - Amount of virtual memory being used
What’s a common reason a user’s computer is running a little slow?
The computer (a process) is overusing resources
What do you do if you find a process is using a lot of CPU/memory resources?
Either terminate the process or investigate the process
When using the uptime command in Linux, what does the load average of the machine show us?
It shows us the average CPU load in 1, 5, and 15 minute intervals
With what command do you list open files and what processes are using them in Linux?
lsof
____ utilization can be monitored separately from _____
hardware utilization can be monitored separately from processes
In Linux, what does a “load” mean? In terms of the average CPU load
it’s the amount of processes running or waiting to be run by the CPU
What are the 5 states when viewing the output of the Top command in Linux?
- Total
- Running
- Sleeping
- Stopped
- Zombie
In Linux, a load for a system that is idle with no processes running or waiting is classified as a ____
0
zero
In Linux, every process that’s running or waiting to run adds a value of___ to the load
1