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.
bash
$ 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)bash
cargo install gpuinfo