Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Fangyh09/gpustatus

A tiny, useful command-line tool to show each user gpu usage, pid under each gpu, provide more details than nvidia-smi/gpustat
https://github.com/Fangyh09/gpustatus

command-line-tool gpu gpu-memory monitoring-tool nvidia-gpu nvidia-smi

Last synced: 5 days ago
JSON representation

A tiny, useful command-line tool to show each user gpu usage, pid under each gpu, provide more details than nvidia-smi/gpustat

Awesome Lists containing this project

README

        

# gpustatus
Show each user gpu usage under each gpu, provide more details than nvidia-smi

# Screenshot

(User names are salted)

# Install
```bash
wget https://raw.githubusercontent.com/Fangyh09/gpustatus/master/gpustatus.sh
chmod 755 gpustatus.sh

# optional
sudo ln -s gpustatus.sh /usr/local/bin/gpustatus
```

# Usage
```bash
1. bash gpustatus.sh or
2. ./gpustatus.sh or
3. gpustatus (if have linked it to /usr/local/bin/gpustatus)
```