gpu-info

Crates.iogpu-info
lib.rsgpu-info
version0.1.0
sourcesrc
created_at2021-06-19 02:24:28.541252
updated_at2021-06-19 02:24:28.541252
descriptionA minimal command-line utility for querying GPU status written in Rust
homepagehttps://github.com/BDHU/gpuinfo
repositoryhttps://github.com/BDHU/gpuinfo
max_upload_size
id411955
size22,743
Edward Hu (BDHU)

documentation

README

gpuinfo

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.

Usage

$ 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)

Installation

cargo install gpuinfo

License

MIT License

Commit count: 37

cargo fmt