
Explanation:
CPU utilization is a primary indicator of how effectively your cluster's compute resources are being leveraged. A sustained utilization level between 70% and 80% typically signifies that executors are busy performing work without being starved or overloaded. This specific range is considered efficient because it maximizes throughput while leaving sufficient headroom to absorb unexpected spikes in demand without causing significant contention or queuing.
Why other options are incorrect:
Ultimate access to all questions.
When monitoring a Databricks cluster with three executor nodes via Ganglia metrics, which of the following observations best indicates that the Virtual Machine (VM) resources are being utilized efficiently?
A
The five-minute load average remains steady and does not fluctuate.
B
Total disk space usage remains constant throughout the job execution.
C
CPU utilization is maintained at approximately 75%.
D
Network I/O remains consistently low without any sudden increases.
No comments yet.