156-582 · Question #81
Which of the following System Monitoring Commands (Linux) shows process resource utilization, as well as CPU and memory utilization?
The correct answer is D. top. The top command in Linux provides a real-time, dynamic view of system processes, showing CPU and memory usage among other metrics. It is the most suitable command for monitoring process resource utilization continuously. In contrast, df displays disk space usage, free shows memor
Question
Which of the following System Monitoring Commands (Linux) shows process resource utilization, as well as CPU and memory utilization?
Options
- Adf
- Bfree
- Cps
- Dtop
How the community answered
(29 responses)- A14% (4)
- B3% (1)
- C3% (1)
- D79% (23)
Explanation
The top command in Linux provides a real-time, dynamic view of system processes, showing CPU and memory usage among other metrics. It is the most suitable command for monitoring process resource utilization continuously. In contrast, df displays disk space usage, free shows memory usage, and ps provides a snapshot of current processes but without the dynamic, real- time monitoring that top offers.
Topics
Community Discussion
No community discussion yet for this question.