Metadata-Version: 2.1
Name: ping-multi-ext
Version: 1.0.4
Summary: Interactively ping one host from multiple locations via SSH
Home-page: https://github.com/famzah/ping-multi-ext
Author: Ivan Zahariev (famzah)
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/famzah/ping-multi-ext/issues
Project-URL: Source, https://github.com/famzah/ping-multi-ext
Description: ping-multi-ext
        **************
        
        This tool lets you interactively ping:
        
        * One host from multiple locations (via SSH)
        * Multiple hosts from one location (local machine, or remote via SSH)
        * Multiple hosts from multiple locations (via SSH)
        
        The ping results are summarized in real-time and you can
        also observe the following statistics:
        
        * TX_cnt: Count of sent PING requests
        * RX_cnt: Count of received PING replies which are not timeouts
        * XX_cnt: Count of timeouts and missing PING replies
        * Loss%: Packet loss defined as the percentage of timed out and missing replies
        * Avg: Average round trip time (RTT)
        * Min: Minimum (best) RTT
        * Max: Maximum (worst) RTT
        * StDev: Population standard deviation of all RTT data
        
        The interactive UI interface lets you visualize the RTT summary in three modes:
        
        * Successful vs. unsuccessful PING replies
        * The RTT values (ping time) as a number
        * Scaled per 100 ms where "0" means an RTT between 0 and 99 ms,
          "1" means an RTT between 100 and 199 ms, and so on
        
        You also have the option to review each host's "ping" command raw output.
        The full history is kept and you can navigate using the keys PgUp/PgDn/Home/End.
        
Keywords: ping,multi,console,ssh,terminal,interactive
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet
Classifier: Topic :: System :: Networking :: Monitoring
Classifier: Topic :: Terminals
Classifier: Topic :: Utilities
Requires-Python: >=3.6, <4
Description-Content-Type: text/x-rst
