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.
- Host: GitHub
- URL: https://github.com/kartikmehta8/ping-plot
- Owner: kartikmehta8
- Created: 2023-05-18T08:37:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-18T08:49:29.000Z (about 2 years ago)
- Last Synced: 2025-01-16T05:55:23.581Z (4 months ago)
- Topics: network-analysis, ping, python, shell
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

### 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
