Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 708 Bytes

File metadata and controls

28 lines (17 loc) · 708 Bytes

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)