gpustat_fork 0.2.1

A rust-version of gpustat. All credit to the original crate author: just added functionality for continuous monitoring every 2 seconds
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# `gpustat`

A simple fork of the rust version of the gpustat package. See original repo: https://github.com/AlongWY/gpustat
Made for my own private use case.
Just wanted a simple batteries included continuous output to the terminal of the original.

Only works for machines with NVIDIA GPUs.

## Quick Installation

Install from Cargo:

```
cargo install gpustat_fork
```