mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-05 12:00:16 +00:00
7 lines
200 B
Plaintext
7 lines
200 B
Plaintext
# A simple command-line script (wrapper for nvidia-smi) for querying and monitoring GPU status
|
|
# to install: pip install gpustat
|
|
|
|
# show GPU statistsics with the processes PIDs and names
|
|
gpustat -cp
|
|
|