Linux Must-Know Series - View GPU usage

Disclaimer: This article is a blogger original article, shall not be reproduced without the bloggers allowed. https://blog.csdn.net/sinat_34611224/article/details/90201336
  1. Displays the current status information of all GPU:
    NVIDIA-SMI
  2. Discover all the current GPU Details:
    NVIDIA-SMI -q
  3. Equipment monitoring command, GPU display device statistics to form a rolling bar:
    NVIDIA-SMI DMON
  4. Process monitoring command to display the GPU process status information in the form of a scroll bar:
    NVIDIA-SMI PMON
  5. Real-time monitoring and highlight status:
    Watch -n 1 -d NVIDIA-SMI , 1 on behalf of the refresh interval 1s.

Guess you like

Origin blog.csdn.net/sinat_34611224/article/details/90201336