mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-15 06:12:59 +00:00
9 lines
221 B
Plaintext
9 lines
221 B
Plaintext
# gpustat
|
|
# A simple command-line script for querying and monitoring GPU status.
|
|
# It is a wrapper for nvidia-smi.
|
|
# To install: `pip install gpustat`
|
|
|
|
# show GPU statistics with the processes PIDs and names
|
|
gpustat -cp
|
|
|