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:
parent
4278e7b935
commit
c19f05bf25
1 changed files with 16 additions and 0 deletions
16
pages/common/nvidia-smi.md
Normal file
16
pages/common/nvidia-smi.md
Normal 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`
|
Loading…
Add table
Reference in a new issue