Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bwesterb/go-xentop
Go wrapper of xentop utility
https://github.com/bwesterb/go-xentop
golang prometheus-exporter xen xentop
Last synced: 2 months ago
JSON representation
Go wrapper of xentop utility
- Host: GitHub
- URL: https://github.com/bwesterb/go-xentop
- Owner: bwesterb
- License: lgpl-3.0
- Created: 2017-11-27T14:55:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-15T14:17:41.000Z (almost 5 years ago)
- Last Synced: 2024-06-19T00:38:56.512Z (7 months ago)
- Topics: golang, prometheus-exporter, xen, xentop
- Language: Go
- Size: 17.6 KB
- Stars: 8
- Watchers: 4
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
go-xentop
=========Wraps [xentop](https://wiki.xenproject.org/wiki/Xentop(1)). Documentation is
on [godoc](https://godoc.org/github.com/bwesterb/go-xentop).Xen prometheus exporter
-----------------------As an example, the `prometheus-xentop` folder contains a webserver that exposes
the xentop data to [Prometheus](https://prometheus.io).$ go get github.com/bwesterb/go-xentop/prometheus-xentop
$ $GOROOT/bin/prometheus-xentop -bind 0:8080