Skip to content

Ping a set of hosts and produce a summary

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

danielparks/ping-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ping-monitor: Summarize host connectivity

Ping a list of hosts and output connectivity statistics about each of them.

--help

SYNOPSIS:
    ping-monitor [--count|-c <int>] [--help|-h|-?] [--icmp|-i]
                 [--output-csv|--csv] [<args>]

OPTIONS:
    --count|-c <int>      (default: 30)

    --help|-h|-?          (default: false)

    --icmp|-i             requires privileges (default: false)

    --output-csv|--csv    (default: false)

Example

❯ ping-monitor -c 5 google.com github.com
            Packets   Round trip times
Host        Received  Minimum      Maximum      Mean         Std. Dev.
google.com    5/5     6.477ms      13.387ms     8.9992ms     2.859179ms
github.com    5/5     83.166ms     86.511ms     84.501ms     1.174088ms

Development status

I am unlikely to put significant effort into this project, but if you run into problems please do file an issue or submit a PR.

License

This project dual-licensed under the Apache 2 and MIT licenses. You may choose to use either.

Contributions

Unless you explicitly state otherwise, any contribution you submit as defined in the Apache 2.0 license shall be dual licensed as above, without any additional terms or conditions.

About

Ping a set of hosts and produce a summary

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published