toa-ping

Build status Build Status

Utility to perform pings.

Supported protocols: * TCP

Named after cute Toa

Usage

``` usage: toa-ping [flags] [options]

Performs ping toward destination.

Destination format: [:]

Flags: -h, --help - Prints this message. -f, --forever - Keep going forever.

Options: -p - Specifies protocol to use. Default is tcp. -n - Number of pings to send. Default is 4. -i - Time interval between pings in milliseconds. Default is 500. -w - Time to wait for each response in milliseconds. Default is 1000. -4 - Enforce IPv4 version. Default is determined by destination. -6 - Enforce IPv6 version. Default is determined by destination.

Supported protocols: tcp - Measures RTT of connection establishment.

```