toa-ping

Build Status

Utility to perform pings. Supported protocols: * TCP

Named after cute Toa

Usage

```

usage: toa-ping [flags] [options]

Performs ping toward destination.

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

Options: -n - Number of pings to send. Default is 4. -i - Time interval between pings in milliseconds. Default is 500. -w - Timeout to wait for each response in milliseconds. Default 1000ms. ```