nvmon 0.3.0

Terminal-based NVIDIA GPU monitoring tool with real-time graphs using NVML
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# nvmon

> *What if the nv in nvtop actually stood for nvidia?*

`nvmon` is a terminal-based monitoring tool for NVIDIA GPUs, using NVML.
It provides real-time plotting of metrics such as GPU utilization, memory usage, temperature and power consumption, as well as a process explorer.
Really, it's just `nvtop` but it's NVIDIA only and has more graphs. I made this because I wanted more graphs, ok?

## Installation

```bash
cargo install nvmon
```

## Usage

All keybinds are printed in the terminal when you run `nvmon`.
Use `nvmon --help` for command line args but i doubt you'll need any of them.