This project utilizes Paramiko to monitor CPU usage, RAM consumption, and network TX/RX on multiple nodes. Ideal for system administrators and developers who need lightweight remote monitoring.
Define the list of nodes to be monitored:
ip_list = ["YOUR_IP1", "YOUR_IP2", "YOUR_IP3", "YOUR_IP4"]
Provide credentials for SSH access:
username = "YOUR_USERNAME"
password = "YOUR_PASSWORD"
β
Remote monitoring of CPU and RAM usage
β
TX/RX network traffic statistics
β
Secure connection using Paramiko
β
Supports multiple nodes
Feel free to contribute or modify according to your needs!