https://github.com/rapidloop/rtop-vis
Ad hoc Cluster Monitoring Over SSH
https://github.com/rapidloop/rtop-vis
Last synced: 2 months ago
JSON representation
Ad hoc Cluster Monitoring Over SSH
- Host: GitHub
- URL: https://github.com/rapidloop/rtop-vis
- Owner: rapidloop
- License: other
- Created: 2015-09-13T14:07:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-01T09:50:12.000Z (over 9 years ago)
- Last Synced: 2025-04-14T17:07:26.546Z (2 months ago)
- Language: Go
- Size: 234 KB
- Stars: 58
- Watchers: 4
- Forks: 14
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rtop-vis
[](https://gitter.im/rapidloop/rtop-vis?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
`rtop-vis` can monitor load and memory usage of all the specified servers
and visualize the data as a graph with a bit (10 minutes' worth) of history.
It connects to servers via SSH and does not need anything to be installed
on the servers. The collected data is not persisted. It is lost when `rtop-vis` is stopped.`rtop-vis` is MIT-licensed and can be used anywhere with attribution.
*`rtop-vis`'s [home page](http://www.rtop-monitor.org/rtop-vis) has more
information and screenshots!*You might also be interested in the sibling projects
[rtop](http://www.rtop-monitor.org/) (CLI version, no GUI, single server)
and [rtop-bot](http://www.rtop-monitor.org/rtop-bot) (Slack and HipChat
bot version, on-demand).## build
`rtop-vis` is written in [go](http://golang.org/), and requires Go
version 1.2 or higher. To build, `go get` it:go get github.com/rapidloop/rtop-vis
You should find the binary `rtop-vis` under `$GOPATH/bin` when the command
completes. There are no runtime dependencies or configuration needed.## contribute
Pull requests welcome. Keep it simple.
## changelog
* 13-Sep-2015: first public release