Skip to content

Paramiko to monitor CPU usage, RAM consumption, and network TX/RX on multiple nodes.

Notifications You must be signed in to change notification settings

hazekezia/Paramiko

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Paramiko to monitor CPU usage, RAM consumption, and network TX/RX on multiple nodes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages