Metadata-Version: 1.1
Name: pingtop
Version: 0.2.7
Summary: Ping multiple servers and show the result in a top like terminal UI.
Home-page: https://github.com/laixintao/pingtop
Author: laixintao
Author-email: laixintaoo@gmail.com
License: UNKNOWN
Description: # pingtop
        
        Ping multiple servers and show the result in a top like terminal UI.
        
        [![asciicast](https://asciinema.org/a/onbBCmHzhltau7iqButUGx6yu.svg)](https://asciinema.org/a/onbBCmHzhltau7iqButUGx6yu)
        
        ## Usage
        
        ```
        pip install pingtop
        ```
        
        Then ping mutiple server:
        ```
        pingtop baidu.com google.com twitter.com
        ```
        
        This project is using [click](https://click.palletsprojects.com/en/7.x/). Check helo info with `pingtop -h`.
        
        ```
        ~ pingtop --help
        Usage: pingtop [OPTIONS] [HOST]...
        
        Options:
          -s, --packetsize INTEGER        specify the number of data bytes to be sent.
                                          The default is 56, which translates into 64
                                          ICMP data bytes when combined with the 8
                                          bytes of ICMP header data.  This option
                                          cannot be used with ping sweeps.  [default:
                                          56]
          -l, --logto PATH
          -v, --log-level [DEBUG|INFO|WARNING|ERROR|CRITICAL]
          --help                          Show this message and exit.
        ```
        
Keywords: IP,ping,icmp
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
