An open API service indexing awesome lists of open source software.

https://github.com/kartikmehta8/ping-plot

The Python script uses ping command to measure latency of an IP address in real-time, displaying it on a graph along with current and aggregate statistics.
https://github.com/kartikmehta8/ping-plot

network-analysis ping python shell

Last synced: 3 months ago
JSON representation

The Python script uses ping command to measure latency of an IP address in real-time, displaying it on a graph along with current and aggregate statistics.

Awesome Lists containing this project

README

        

![BANNER](https://github.com/kartikmehta8/ping-plot/assets/77505989/660f3e7c-8f8b-487f-904f-1565f79c1ff0)

### Ping Plot
This Python script uses the ping command to continuously measure and visualize the latency of an IP address in real-time. It provides insights into network performance, making it useful for `network monitoring`, `troubleshooting`, and `analyzing latency trends` over time.

### Test the Script
```py
ip_address = input('Enter IP address to ping: ') # 8.8.8.8
duration = int(input('Enter duration to ping (in seconds): ')) # 20
```

### Test Output
![test](https://github.com/kartikmehta8/ping-plot/assets/77505989/91a1f558-951f-428b-80f5-28e202c7963c)