#gpu #monitoring #nvidia-smi #command-line #rust

yanked gpu-info

A minimal command-line utility for querying GPU status written in Rust

0.1.0 Jun 19, 2021

#193 in #monitoring

MIT license

9KB
151 lines

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

Dependencies

~4MB
~77K SLoC