September 28, 2009
I were checking one of the servers connectivity using ping, usually i use CTRL + \ (backslash) to send a quit signal for applications i run in terminal, but ping responded to the signal by showing ping status:
64 bytes from x.x.x.x: icmp_seq=1253 ttl=47 time=433 ms
64 bytes from x.x.x.x: icmp_seq=1254 ttl=47 time=239 ms
64 bytes from x.x.x.x: icmp_seq=1255 ttl=47 time=359 ms
1255/1216 packets, 3% loss, min/avg/ewma/max = 221.050/393.449/357.675/977.157 ms
64 bytes from x.x.x.x: icmp_seq=1256 ttl=47 time=325 ms
64 bytes from x.x.x.x: icmp_seq=1257 ttl=47 time=411 ms
64 bytes from x.x.x.x: icmp_seq=1258 ttl=47 time=260 ms
64 bytes from x.x.x.x: icmp_seq=1259 ttl=47 time=275 ms
Pressing CTRL + \ while using ping will show ping status.
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
Posted in CLI, Linux others.., Scripting & CLI
September 28th, 2009 at 6:21 pm
[…] the original here: ping tip: CTRL + \ (backslash) Share and […]
September 28th, 2009 at 7:09 pm
Excellent tip! (and might I say, you have quite a dashing wordpress theme)
September 29th, 2009 at 10:55 pm
[…] http://blog.sqawasmi.com/index.php/2009/09/28/ping-tip-ctl-backslash/ […]
September 30th, 2009 at 4:41 pm
you have the same tips on windows, just use CTRL+PAUSE while ping’ing 😉
October 25th, 2011 at 5:03 am
[…] 有一个小技巧:Linux下,在ping运行的时候,可以按键“Ctrl+”,让ping在不停止的情况下得到统计信息(via)。 […]