Home
Softono

Rapidloop/rtop

Open source Go
2.2K
Stars
157
Forks
23
Issues
60
Watchers
4 years
Last Commit

 About Rapidloop/rtop

rtop is an interactive, remote system monitoring tool based on SSH

Platforms

Web Self-hosted

Languages

Go

Links

Need Help Installing Rapidloop/rtop?

We provide expert installation service for this software. Our team will install, configure, and secure Rapidloop/rtop on your server. plans start at just $30.

Rapidloop/rtop

View on GitHub

rtop

Join the chat at https://gitter.im/rapidloop/rtop

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 has more information and screenshots!

build

rtop is written in go, 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