Skip to content

CLI for getting information about GPUs from servers listed in SSH config

License

Notifications You must be signed in to change notification settings

fkdosilovic/gpustatus

Repository files navigation

gpustatus

A simple CLI for getting information about GPUs from servers listed in SSH config (.ssh/config).

Note: Currently, only NVIDIA GPUs are supported.

Example output:

Example output

Installation

You should have Go installed on your system. If you don't have it, you can install it from here.

Recommended way of installing gpustatus is to use the Makefile:

git clone https://github.com/fkdosilovic/gpustatus.git
cd gpustatus
make install

Run gpustatus --help to see all available options.

To Do

  • Add an option to sort by different criteria
  • Add different output options (json, csv)

About

CLI for getting information about GPUs from servers listed in SSH config

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published