A powerful Python script for monitoring network health, latency, and connectivity.
Developed by Azoth-Engineer, this tool provides real-time insights into network performance. It is designed for DevOps engineers and developers who need a simple yet effective way to track connection stability and latency spikes.
- Connectivity Check: Automated ping tests to verify internet or server availability.
- Latency Tracking: Measures round-trip time (RTT) for network packets.
- Real-time Logging: Continuous updates directly in your terminal/Termux.
- Lightweight: Minimal CPU and RAM usage, perfect for background monitoring.
- Clone the repository:
git clone https://github.com/Azoth-Engineer/python-network-monitor.git - Navigate to the folder:
cd python-network-monitor - Run the script:
python3 monitor.py
Created by Azoth-Engineer | GitHub Profile