Problem Statement
Which command displays a real-time view of CPU and memory usage?
Explanation
top displays real-time system performance, including CPU, memory, and process statistics.
It’s useful for identifying high-load processes quickly.
Code Solution
SolutionRead Only
top
Practice Sets
This question appears in the following practice sets: