nvidia-smi: add page (#4065)

client-spec/clarity
James Hibbard 2020-05-27 14:29:47 +00:00 committed by GitHub
parent 4278e7b935
commit c19f05bf25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# nvidia-smi
> Aid the management and monitoring of NVIDIA GPU devices.
> More information: <https://developer.nvidia.com/nvidia-system-management-interface>.
- Display information on all available GPUs and processes using them:
`nvidia-smi`
- Display more detailed GPU information:
`nvidia-smi --query`
- Monitor overall GPU usage with 1-second update interval:
`nvidia-smi dmon`