Advertisement
riboos

Untitled

Nov 17th, 2016
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.87 KB | None | 0 0
  1. ping при копировании фала с nfs
  2.  
  3. ping -c 10 192.168.73.1
  4. PING 192.168.73.1 (192.168.73.1) 56(84) bytes of data.
  5. 64 bytes from 192.168.73.1: icmp_seq=1 ttl=64 time=19.2 ms
  6. 64 bytes from 192.168.73.1: icmp_seq=2 ttl=64 time=15.7 ms
  7. 64 bytes from 192.168.73.1: icmp_seq=3 ttl=64 time=19.0 ms
  8. 64 bytes from 192.168.73.1: icmp_seq=4 ttl=64 time=12.2 ms
  9. 64 bytes from 192.168.73.1: icmp_seq=5 ttl=64 time=16.6 ms
  10. 64 bytes from 192.168.73.1: icmp_seq=6 ttl=64 time=22.9 ms
  11. 64 bytes from 192.168.73.1: icmp_seq=7 ttl=64 time=20.0 ms
  12. 64 bytes from 192.168.73.1: icmp_seq=8 ttl=64 time=11.3 ms
  13. 64 bytes from 192.168.73.1: icmp_seq=9 ttl=64 time=7.33 ms
  14. 64 bytes from 192.168.73.1: icmp_seq=10 ttl=64 time=14.0 ms
  15.  
  16. --- 192.168.73.1 ping statistics ---
  17. 10 packets transmitted, 10 received, 0% packet loss, time 9010ms
  18. rtt min/avg/max/mdev = 7.332/15.856/22.916/4.460 ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement