Crates.io | toa-ping |
lib.rs | toa-ping |
version | 0.1.1 |
source | src |
created_at | 2017-02-07 21:41:45.120347 |
updated_at | 2017-03-19 22:04:49.7294 |
description | Utility to perform pings. |
homepage | https://github.com/DoumanAsh/toa-ping |
repository | https://github.com/DoumanAsh/toa-ping |
max_upload_size | |
id | 8425 |
size | 18,927 |
Utility to perform pings.
Supported protocols:
Named after cute Toa
usage: toa-ping [flags] [options] <destination>
Performs ping toward destination.
Destination format: <host>[:<port>]
Flags:
-h, --help - Prints this message.
-f, --forever - Keep going forever.
Options:
-p <protocol> - Specifies protocol to use. Default is tcp.
-n <number> - Number of pings to send. Default is 4.
-i <interval> - Time interval between pings in milliseconds. Default is 500.
-w <timeout> - Time to wait for each response in milliseconds. Default is 1000.
-4 - Enforce IPv4 version. Default is first resolved address.
-6 - Enforce IPv6 version. Default is first resolved address.
Supported protocols:
tcp - Measures RTT of connection establishment.