JacquesVonHamsterviel / pypinger

A real-time ping/httping plotter in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyPinger

A simple python command-line tool to graph real-time ping/httping latency.

Usage

Usage: python ping.py [-h] [-H HOST] [-i INTERVAL] [-l LIMIT] [-t TIMEOUT]

       python httping.py [-h] [-H HOST] [-i INTERVAL] [-l LIMIT] [-t TIMEOUT]

Plots a real-time graph of ping latency.

optional arguments:
  -h, --help            show this help message and exit
  -H HOST, --host HOST  the host to ping
  -i INTERVAL, --interval INTERVAL
                        the interval (in ms) between consecutive ping calls
  -l LIMIT, --limit LIMIT
                        max number of data points to display
  -t TIMEOUT, --timeout TIMEOUT
                        max ping timeout (in ms)

Requirements

Python v3+ is required to run the tool, with additional libraries:

You can also install all of them using:

pip install -r requirements.txt

About

A real-time ping/httping plotter in Python

License:MIT License


Languages

Language:Python 100.0%