While running a test to diagnose some alleged network problem,
I got this output from ping
:
--- r01c01b11n02 ping statistics ---
30000 packets transmitted, 29995 received, 0% packet loss, time 6309ms
rtt min/avg/max/mdev = 0.091/0.343/118.051/3.605 ms, pipe 9, ipg/ewma 0.210/0.130 ms
PING r01c02b06n01 (10.1.1.61) 56(84) bytes of data.
The pipe 9
part I had never seen before; currently, I only get it on
this couple of hosts, and the actual number varies (e.g., could be
pipe 8
or pipe 2
).
What does pipe <number>
mean in ping
output?