Description
rtop is a simple, agent-less, remote server monitoring tool that works over plain SSH. It does not need any software to be installed on the server that you want to monitor. It works by establishing an SSH session, and running commands on the remote server to collect system metrics.
rtop alternatives and similar packages
Based on the "DevOps Tools" category.
Alternatively, view rtop alternatives based on common mentions on social networks and blogs.
-
Moby
A collaborative project for the container ecosystem to assemble container-based systems -
Packer
Packer is a tool for creating identical machine images for multiple platforms from a single source configuration. -
webhook
Tool which allows user to create HTTP endpoints (hooks) that execute commands on the server. -
Go Metrics
Go port of Coda Hale's Metrics library: https://github.com/codahale/metrics. -
script
Making it easy to write shell-like scripts in Go for DevOps and system administration tasks. -
StatusOK
Monitor your Website and REST APIs.Get Notified through Slack, E-mail when your server is down or response time is more than expected. -
s3gof3r
A small utility/library optimized for high speed transfer of large objects into and out of Amazon S3. -
Scaleway-cli
Manage BareMetal Servers from Command Line (as easily as with Docker). -
skm
SKM is a simple and powerful SSH Keys Manager, it helps you to manage your multiple SSH keys easily! -
uTask
Automation engine that models and executes business processes declared in yaml. -
gonative
Tool which creates a build of Go that can cross compile to all platforms while still using the Cgo-enabled versions of the stdlib packages. -
dogo
Monitoring changes in the source file and automatically compile and run (restart). -
metric
Minimal metrics for Go (counter/gauge/histogram). No dependencies. Compatible with expvar. Web UI included. -
EasySSH
Golang package for easy remote execution through SSH and SCP downloading. -
manssh
manssh is a command line tool for managing your ssh alias config easily. -
easyssh-proxy
Golang package for easy remote execution through SSH and SCP downloading via ProxyCommand.
Scout APM - Leading-edge performance monitoring starting at $39/month
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of rtop or a related project?
Popular Comparisons
README
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 get github.com/rapidloop/rtop
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
*Note that all licence references and agreements mentioned in the rtop README section above
are relevant to that project's source code only.