Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 772 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 772 Bytes

🚀 Paramiko - Node Monitoring (CPU, RAM, TX/RX)

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.

🔧 Configuration

📌 IP Settings

Define the list of nodes to be monitored:

ip_list = ["YOUR_IP1", "YOUR_IP2", "YOUR_IP3", "YOUR_IP4"]

🔑 Authentication

Provide credentials for SSH access:

username = "YOUR_USERNAME"
password = "YOUR_PASSWORD"

📌 Features

✅ 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!