Skip to content

nagual13/rtop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, but 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 needs just one dependent library x/crypto. rtop does not use any dependency managers, just a git submodule. Follow these steps to build:

git clone --recursive http://github.com/rapidloop/rtop
cd rtop
make

The --recursive option will pull in the git submodule also. If you forget to use the flag, try make init.

contribute

Pull requests welcome. Keep it simple.

changelog

  • 9-May-2015: first public release

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 93.5%
  • Makefile 6.5%