|
Rtop is a remote system monitoring tool based on SSH. Through rtop, you can remotely monitor CPU, memory, disk, and network usage.
Rtop prepared using the Go language, the following steps can be obtained from the source and translation:
Git clone --recursive https://github.com/rapidloop/rtop
Cd rtop
Make
To run rtop you can execute:
Rtop user @ host: port
among them :
User: SSH user
Host: SSH host or IP
Port: SSH port, optional |
|
|
|