pingstats 0.9.4

Creator: railscoder56

Last updated:

Add to Cart

Description:

pingstats 0.9.4

Readme==========================Software Description====================This script provides a simple CLI based ping visualization script by utilizing `hipster plot`_ with customize-able UI views.The software aims to remain lightweight and as os-independent as possible while maintaining ex sensibility throughout the software.----------------------Why should you use it?----------------------.. *Right, but why would I use it?*The long and short is that ``pingstats`` provides a simple and stable method to visualize average ping over time from the command line. Aside from that, it provides the following features:- Provides a highly modular dynamic UI layout selector, allowing the user to modify the way the software presents data.- Provides a simple API for implementing unique and new UI behaviour- Automatically resizes and stays aware of viewport size- Stays under a megabyte of total size============Installation============Installation has been made easy on any system that implements ``pip3``.:: pip3 install pingstats--------------------------Installing from source----------------------Installing from source can be achieved relatively simply by first cloning therepository and moving into the subsequent directory::: git clone https://gitlab.com/EclectickMediaSolutions/pingstats.git && cd pingstats.. note:: To checkout the newest, experimental changes ensure you are on the ``rolling-release`` branch with ``git checkout rolling-release``Once the repository is cloned, you can run the ``setup.py`` script to installthe local files::: python3 setup.py install=====Usage=====This software was implemented with simplicity in mind, and only provides one point of access::: pingstats google.ca----------------------Command Line Arguments----------------------The software also has a variety of command line arguments avaialable::: usage: pingstats [-h] [-l LAYOUT] [--list-widgets] [-V] address positional arguments: address The address to ping. This could be either a web address (i.e, "google.ca") or an IP address. optional arguments: -h, --help show this help message and exit -l LAYOUT, --layout LAYOUT Specify a UI layout by listing ui elements in a comma separated list where 'realtimepane,progstatus,averagepane' displays the default layout. See the docs for more information. --list-widgets Output a list of available widgets for '-l' -V, --version show program's version number and exit===========================Examples of software in use===========================.. image:: http://i64.tinypic.com/33mv6ud.pngIn this image, we can see two separate outputs. The top display is a display of the most recent actual return times, whereas the bottom display is the average return time for each sequence.This display automatically scales to whatever window you have open, adding more lines and columns as necessary.=================Running the tests=================To run the tests, clone the repository::: git clone https://gitlab.com/eclectickmediasolutions/pingstats.gitThen simply run::: python3 setup.py test.. include:: CONTRIBUTION.rst.. _`hipster plot`: https://github.com/imh/hipsterplot.. _PingStats: https://github.com/eclectickmedia/pingstats

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.