Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shunk031/nvinfo-go
Rewrite of ikr7/nvinfo, a simple utility for monitoring your CUDA-enabled GPUs, with Golang
https://github.com/shunk031/nvinfo-go
cli cuda go golang gpu nvidia nvidia-smi
Last synced: about 2 months ago
JSON representation
Rewrite of ikr7/nvinfo, a simple utility for monitoring your CUDA-enabled GPUs, with Golang
- Host: GitHub
- URL: https://github.com/shunk031/nvinfo-go
- Owner: shunk031
- License: mit
- Created: 2020-10-09T11:50:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-26T14:54:11.000Z (over 4 years ago)
- Last Synced: 2024-06-20T01:58:30.278Z (8 months ago)
- Topics: cli, cuda, go, golang, gpu, nvidia, nvidia-smi
- Language: Go
- Homepage:
- Size: 1.51 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
nvinfo
========[![Release](https://github.com/shunk031/nvinfo-go/workflows/Release/badge.svg)](https://github.com/shunk031/nvinfo-go/actions?query=workflow%3ARelease) [![Latest Release](https://img.shields.io/github/release/shunk031/nvinfo-go.svg)](https://github.com/shunk031/nvinfo-go/releases)
Rewrite of [ikr7/nvinfo](https://github.com/ikr7/nvinfo) with Golang.
> nvinfo is a simple utility for monitoring your CUDA-enabled GPUs.
![](https://github.com/shunk031/nvinfo-go/raw/master/.github/screenshot.png)
## Usage
```sh
$ nvinfo
```## Installation
Download the binary from [GitHub Releases](https://github.com/shunk031/nvinfo-go/releases/latest) and drop it in your `$PATH`.
- [Darwin / Mac](https://github.com/shunk031/nvinfo-go/releases/latest)
- [Linux](https://github.com/shunk031/nvinfo-go/releases/latest)```sh
$ 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](https://github.com/shunk031/nvinfo-go/blob/master/LICENSE)