1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 12:45:59 +02:00

nvidia-smi: add page (#4065)

This commit is contained in:
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

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`