ping-monitor

command module
v0.0.0-...-f581c70 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 20, 2024 License: Apache-2.0, MIT Imports: 7 Imported by: 0

README

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.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL