experimental/cuda-ubi9/: gpustat-1.1.1 metadata and description

Homepage Simple index

An utility to monitor NVIDIA GPU status and usage

author Jongwook Choi
author_email wookayin@gmail.com
classifiers
  • Development Status :: 5 - Production/Stable
  • License :: OSI Approved :: MIT License
  • Operating System :: POSIX :: Linux
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Topic :: System :: Monitoring
description_content_type text/markdown
keywords nvidia-smi gpu cuda monitoring gpustat
license MIT
provides_extras test
requires_dist
  • nvidia-ml-py >=11.450.129
  • psutil >=5.6.0
  • blessed >=1.17.1
  • shtab ; extra == 'completion'
  • mockito >=1.2.1 ; extra == 'test'
  • pytest >=5.4.1 ; extra == 'test'
  • pytest-runner ; extra == 'test'
requires_python >=3.6
File Tox results History
gpustat-1.1.1-py3-none-any.whl
Size
26 KB
Type
Python Wheel
Python
3

gpustat

pypi Build Status license

Just less than nvidia-smi?

Screenshot: gpustat -cp

NOTE: This works with NVIDIA Graphics Devices only, no AMD support as of now. Contributions are welcome!

Self-Promotion: A web interface of gpustat is available (in alpha)! Check out gpustat-web.

Quick Installation

Install from PyPI:

pip install gpustat

If you don't have root (sudo) privilege, please try installing gpustat on user namespace: pip install --user gpustat.

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

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

NVIDIA Driver Requirements

gpustat uses NVIDIA's official python bindings for NVML library (pynvml). As of now gpustat requires nvidia-ml-py >= 11.450.129, which is compatible with NVIDIA driver versions R450.00 or higher. Please upgrade the NVIDIA driver if gpustat fails to display process information. If your NVIDIA driver is too old, you can use older gpustat versions (pip install gpustat<1.0). See #107 for more details.

Python requirements

Usage

$ gpustat

Options (Please see gpustat --help for more details):

Tips

Default display

[0] GeForce GTX Titan X | 77°C,  96 % | 11848 / 12287 MB | python/52046(11821M)

Changelog

See CHANGELOG.md

License

MIT License