Skip to content

yancz1989/gpustat

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

43 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

gpustat

pypi license

Just less than nvidia-smi?

Screenshot: gpustat -cp

Usage

$ gpustat

Options:

  • --no-color : Suppress color (by default, color is enabled)
  • -u, --show-user : Display username of the process owner
  • -c, --show-cmd : Display the process name
  • -p, --show-pid : Display PID of the process

Tips

  • To periodically watch, try watch --color -n1.0 gpustat (built-in watch support will be added soon).
  • Running nvidia-smi daemon (root privilege required) will make the query much faster.

Quick Installation

Install from PyPI:

sudo pip install gpustat

To install the latest version (master branch) via pip:

pip install git+https://github.com/wookayin/gpustat.git@master

Alternatively, you can just download an unstable version of gpustat.py (or any stable version) into somewhere in PATH, e.g. ~/.local/bin/ (when you do not have root privilege, for example):

sudo wget https://git.io/gpustat.py -O /usr/local/bin/gpustat && sudo chmod +x /usr/local/bin/gpustat

License

MIT License

About

๐Ÿ“Š A simple command-line script (wrapper for nvidia-smi) for querying and monitoring GPU status

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%