Skip to main content

An utility to monitor NVIDIA GPU status (wrapper of nvidia-smi)

Project description

[![pypi](https://img.shields.io/pypi/v/gpustat.svg?maxAge=86400)][pypi_gpustat] [![Build Status](https://travis-ci.org/wookayin/gpustat.svg?branch=master)](https://travis-ci.org/wookayin/gpustat) [![license](https://img.shields.io/github/license/wookayin/gpustat.svg?maxAge=86400)](LICENSE)

Just less than nvidia-smi?

![Screenshot: gpustat -cp](screenshot.png)

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

  • –json : JSON Output (Experimental, #10)

### 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.

  • The GPU ID (index) shown by gpustat (and nvidia-smi) is PCI BUS ID, while CUDA differently assigns the fastest GPU with the lowest ID by default. Therefore, in order to make CUDA and gpustat use same GPU index, configure the CUDA_DEVICE_ORDER environment variable to PCI_BUS_ID (before setting CUDA_VISIBLE_DEVICES for your CUDA program): export CUDA_DEVICE_ORDER=PCI_BUS_ID

Quick Installation

Install from [PyPI][pypi_gpustat]:

` 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][script_gitio] (or any [stable version][script_stable]) 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 `

[pypi_gpustat]: https://pypi.python.org/pypi/gpustat [script_gitio]: https://git.io/gpustat.py [script_stable]: https://raw.githubusercontent.com/wookayin/gpustat/v0.2.0/gpustat.py

License

[MIT License](LICENSE)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gpustat-0.3.2.tar.gz (6.4 kB view details)

Uploaded Source

File details

Details for the file gpustat-0.3.2.tar.gz.

File metadata

  • Download URL: gpustat-0.3.2.tar.gz
  • Upload date:
  • Size: 6.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for gpustat-0.3.2.tar.gz
Algorithm Hash digest
SHA256 a7bc6cb0daf0d8d5729639552adc0474eebcb98d949d2caa585edec43b345165
MD5 3826f06288af7ebe85ddc832b2847243
BLAKE2b-256 cbdd5e58cf3c1413d2e316827e719ccf97a9d1fb738f57e73d647c7d7f130655

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page