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!