shunk031 / nvinfo-go

Rewrite of ikr7/nvinfo, a simple utility for monitoring your CUDA-enabled GPUs, with Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nvinfo

Release Latest Release

Rewrite of ikr7/nvinfo with Golang.

nvinfo is a simple utility for monitoring your CUDA-enabled GPUs.

Usage

$ nvinfo

Installation

Download the binary from GitHub Releases and drop it in your $PATH.

$ wget https://github.com/shunk031/nvinfo-go/releases/latest/download/nvinfo_linux_x86_64.tar.gz \
    && tar -xvzf nvinfo_linux_x86_64.tar.gz nvinfo \
    && rm nvinfo_linux_x86_64.tar.gz

License

MIT

About

Rewrite of ikr7/nvinfo, a simple utility for monitoring your CUDA-enabled GPUs, with Golang

License:MIT License


Languages

Language:Go 100.0%