4 个版本
使用旧的 Rust 2015
0.1.1 | 2017年3月19日 |
---|---|
0.1.0 | 2017年2月9日 |
0.0.2 | 2017年2月8日 |
0.0.1 | 2017年2月7日 |
#15 在 #cute
15KB
392 行
toa-ping
执行 ping 的实用程序。
支持的协议
- TCP
以可爱的 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.
依赖项
~260KB