Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rapidloop/rtop
rtop is an interactive, remote system monitoring tool based on SSH
https://github.com/rapidloop/rtop
cli monitoring ssh
Last synced: 5 days ago
JSON representation
rtop is an interactive, remote system monitoring tool based on SSH
- Host: GitHub
- URL: https://github.com/rapidloop/rtop
- Owner: rapidloop
- License: other
- Created: 2015-05-09T11:24:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-06T14:35:54.000Z (over 2 years ago)
- Last Synced: 2024-10-29T17:42:37.466Z (about 1 month ago)
- Topics: cli, monitoring, ssh
- Language: Go
- Size: 32.2 KB
- Stars: 2,119
- Watchers: 65
- Forks: 161
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - rapidloop/rtop - rtop is an interactive, remote system monitoring tool based on SSH (monitoring)
- starred-awesome - rtop - rtop is an interactive, remote system monitoring tool based on SSH (Go)
README
# rtop
[![Join the chat at https://gitter.im/rapidloop/rtop](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/rapidloop/rtop?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
`rtop` is a remote system monitor. It connects over SSH to a remote system
and displays vital system metrics (CPU, disk, memory, network). No special
software is needed on the remote system, other than an SSH server and
working credentials.Only Linux systems can be monitored, and most modern distros will work.
`rtop` is MIT-licensed and can be used anywhere with attribution.
*`rtop`'s [home page](http://www.rtop-monitor.org/) has more information
and screenshots!*## build
`rtop` is written in [go](http://golang.org/), and requires Go version 1.2
or higher. To build, `go get` it:go install github.com/rapidloop/rtop@latest
You should find the binary `rtop` under `$GOPATH/bin` when the command
completes. There are no runtime dependencies or configuration needed.## contribute
Pull requests welcome. Keep it simple.
## changelog
* 9-May-2015: first public release