mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-17 09:25:32 +00:00
9 lines
222 B
Plaintext
9 lines
222 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 statistsics with the processes PIDs and names
|
|
gpustat -cp
|
|
|