rnvtop 1.1.0

General Nvidia GPU monitoring
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# rnvtop
Rust Nvidia SMI top like program, as a playground for eventually writing a gnome extension for monitoring GPU usage in the toolbar...

## There are 3 different output types

* Tabular `rnvtop -tc`

  ![Table View]./artifacts/tabular.png "Table View"

* Json `rnvtop -j`

  ![Json View]./artifacts/json.png "Json View"

* Mutliline print `rnvtop -lc`

  ![Multiline View]./artifacts/multiline.png "Multiline View"