Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ShapeShifter499/db2ed181432994f689055eb777b422ae to your computer and use it in GitHub Desktop.
Save ShapeShifter499/db2ed181432994f689055eb777b422ae to your computer and use it in GitHub Desktop.
root@debian:~# ping -n 192.168.1.101
PING 192.168.1.101 (192.168.1.101) 56(84) bytes of data.
64 bytes from 192.168.1.101: icmp_seq=1 ttl=64 time=0.120 ms
64 bytes from 192.168.1.101: icmp_seq=2 ttl=64 time=0.110 ms
64 bytes from 192.168.1.101: icmp_seq=3 ttl=64 time=0.113 ms
64 bytes from 192.168.1.101: icmp_seq=4 ttl=64 time=0.115 ms
64 bytes from 192.168.1.101: icmp_seq=5 ttl=64 time=0.118 ms
64 bytes from 192.168.1.101: icmp_seq=6 ttl=64 time=0.113 ms
64 bytes from 192.168.1.101: icmp_seq=7 ttl=64 time=0.115 ms
64 bytes from 192.168.1.101: icmp_seq=8 ttl=64 time=0.110 ms
64 bytes from 192.168.1.101: icmp_seq=9 ttl=64 time=0.113 ms
64 bytes from 192.168.1.101: icmp_seq=10 ttl=64 time=0.110 ms
64 bytes from 192.168.1.101: icmp_seq=11 ttl=64 time=0.111 ms
64 bytes from 192.168.1.101: icmp_seq=12 ttl=64 time=0.110 ms
^C
--- 192.168.1.101 ping statistics ---
12 packets transmitted, 12 received, 0% packet loss, time 10999ms
rtt min/avg/max/mdev = 0.110/0.113/0.120/0.006 ms
root@debian:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment