Skip to content

Simple GUI to ping one or more host and trend the response time

License

Notifications You must be signed in to change notification settings

vfiksdal/pingtrend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple GUI to ping one or more host and trend the response time

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages