NCA-AIIO · Question #41
What is the primary command for checking the GPU utilization on a single DGX H100 system?
The correct answer is A. nvidia-smi. The nvidia-smi (System Management Interface) command is the primary tool for checking GPU utilization on NVIDIA systems, including the DGX H100. It provides real-time metrics like utilization percentage, memory usage, and power draw. NVML (NVIDIA Management Library) is an API…
Question
What is the primary command for checking the GPU utilization on a single DGX H100 system?
Options
- Anvidia-smi
- Bctop
- Cnvml
How the community answered
(58 responses)- A91% (53)
- B3% (2)
- C5% (3)
Explanation
The nvidia-smi (System Management Interface) command is the primary tool for checking GPU utilization on NVIDIA systems, including the DGX H100. It provides real-time metrics like utilization percentage, memory usage, and power draw. NVML (NVIDIA Management Library) is an API, not a command, and ctop is unrelated, solidifying nvidia-smi as the standard.
Topics
Community Discussion
No community discussion yet for this question.