Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 837 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 837 Bytes

PingTrend

Simple GUI to ping one or more host and trend the response time. The data can be logged to disk in a simple CSV format and is plotted in realtime. Helpfull to track uptime and responsiveness of networked devices or simply your internet connectivity.

Installation

First install a python3 distribution of your choice, winpython works well for windows users, linux/mac users can use what ships with their OS. Then you need to install some dependencies:

python -m pip install matplotlib ping3 netifaces

Usage

To start the program:

python pingtrend.py

image

After adding target domain names and setting the proper interval you can click start:

image