Skip to content

A tool for collecting packet delay and loss statistics using ICMP echo

License

Notifications You must be signed in to change notification settings

xiaoxuanzi/multi-Pings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multi-Pings

A tool for collecting packet delay and loss statistics using ICMP echo.

Description

Multi-Pings is a tool for collecting packet delay and loss statistics using ICMP echo. It is not a linux command, such as ping or mping.

  • Ability to send ICMP ECHO_REQUEST to multiple hosts simultaneously
  • Host ips be read from stdin
  • The results are output in a specified format

Usage

How to use

  • make
  • Usage : ./pings -o [OUTPUT_STYLE]
    OUTPUT_STYLE := { stream | json | yaml }

Example

  • In directory script, a file called pings.py written by PYTHON
    import this module and use like this:

    p = Pings( hosts, format = fmt, logger = logger )
rst = p.run()
  • For more detailed information of Pings, please refer to pings.py

About

A tool for collecting packet delay and loss statistics using ICMP echo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published