Crates.io | gpu-info |
lib.rs | gpu-info |
version | 0.1.0 |
source | src |
created_at | 2021-06-19 02:24:28.541252 |
updated_at | 2021-06-19 02:24:28.541252 |
description | A minimal command-line utility for querying GPU status written in Rust |
homepage | https://github.com/BDHU/gpuinfo |
repository | https://github.com/BDHU/gpuinfo |
max_upload_size | |
id | 411955 |
size | 22,743 |
A small command-line tool used to query and monitor GPU status.
NOTE: We only support NVIDIA GPU currently, AMD GPU is not yet supported. All contributions are welcome! This is an ongoing project and there might be changes in the future.
$ gpu-info
Options:
-w
, --watch
: Prints GPU information to terminal every second-i
, --interval <interval>
: Prints GPU information to terminal according to given interval (seconds)cargo install gpuinfo