-t | ping continuously until stopped via control-c(持续Ping直到通过Ctrl-c停止) |
-n 5 | for instance, send 5 pings(例如,发送5个tcping) |
-i 5 | for instance, ping every 5 seconds(例如,每5秒tcping一次) |
-w 0.5 | for instance, wait 0.5 seconds for a response(例如,等待响应0.5秒) |
-d | include date and time on each line(每行包括日期和时间) |
-b 1 | enable beeps (1 for on-down, 2 for on-up, 3 for on-change, 4 for always)(启用哔哔声(1为关机,2为开机,3为重启,4为始终)) |
-r 5 | for instance, relookup the hostname every 5 pings(例如,每5次tcping就重新查找主机名) |
-s | automatically exit on a successful ping(在tcping成功时自动退出) |
-v | print version and exit(打印版本并退出) |
-j | include jitter, using default rolling average(包括抖动,使用默认滚动平均) |
-js 5 | include jitter, with a rolling average size of (for instance) 5.(包括抖动,滚动平均大小为(例如)5。) |
–tee | mirror output to a filename specified after ‘–tee’(镜像输出到’——tee’之后指定的文件名) |
–append | Append to the --tee filename rather than overwriting it(追加到——tee文件名,而不是覆盖它) |
-4 | prefer ipv4(优先ipv4) |
-6 | prefer ipv6(优先ipv6) |
-c | only show an output line on changed state(只显示已更改状态的输出行) |
–file | treat the “server-address” as a filename instead, loop through file line by line Note: --file is incompatible with options such as -j and -c as it is looping through different targets Optionally accepts server-port. For example, “example.org 443” is valid. Alternately, use -p to force a port at command line for everything in the file.(注意:——file与选项如-j和-c不兼容,因为它是循环通过不同的目标可选地接受服务器端口。例如,“example.org 443”有效。另外,使用-p强制在命令行为文件中的所有内容设置端口。) |
-g 5 | for instance, give up if we fail 5 times in a row(例如,如果我们连续失败5次,就放弃) |
| Specify source address X. Source must be a valid IP for the client computer.(指定源地址。源必须是客户端计算机的有效IP。) |
| Alternate method to specify port(另一种指定端口的方法) |
–fqdn | Print domain name on each line if available(如果可以,在每一行打印域名) |
–ansi | Use ANSI color sequences (cygwin)(使用ANSI颜色序列(cygwin)) |
–color | Use Windows color sequences(使用Windows颜色序列) |