Skip to content

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

Contributors 5

Languages