Crates.io | gpustat |
lib.rs | gpustat |
version | 0.1.8 |
source | src |
created_at | 2021-06-09 01:31:50.865412 |
updated_at | 2023-08-03 03:51:27.873162 |
description | A rust-version of gpustat. |
homepage | https://github.com/AlongWY/gpustat |
repository | https://github.com/AlongWY/gpustat |
max_upload_size | |
id | 408004 |
size | 58,886 |
gpustat
A rust version of gpustat.
Just less than nvidia-smi?
$ gpustat
Options:
--color
: Force colored output (even when stdout is not a tty)
--no-color
: Suppress colored output
-u
, --show-user
: Display username of the process owner
-c
, --show-cmd
: Display the process name
-f
, --show-full-cmd
: Display full command and cpu stats of running process
-p
, --show-pid
: Display PID of the process
-F
, --show-fan
: Display GPU fan speed
-e
, --show-codec
: Display encoder and/or decoder utilization
-a
, --show-all
: Display all gpu properties above
Install from Cargo:
cargo install gpustat
[0] | A100-PCIE-40GB | 65'C | 75 % | 33409 / 40536 MB | along(33407M)
[0]
: GPUindex (starts from 0) as PCI_BUS_IDA100-PCIE-40GB
: GPU name65'C
: Temperature75 %
: Utilization33409 / 40536 MB
: GPU Memory Usagealong(33407M)
: Username of the running processes owner on GPU (and their memory usage)See CHANGELOG.md