nerdexam
Check_Point

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

Introduction to Check Point Troubleshooting

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)
  • A
    14% (4)
  • B
    3% (1)
  • C
    3% (1)
  • D
    79% (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

#Linux monitoring#top command#CPU utilization#process resource utilization

Community Discussion

No community discussion yet for this question.

Full 156-582 Practice