Yeah, what are you doing? Time how long something takes? If that is the case:
Code:
[andrew@andrew-desktop-fedora ~]$ time ping -c 10 schotty.com
PING schotty.com (64.202.166.232) 56(84) bytes of data.
64 bytes from linhostjava04.prod.mesa1.secureserver.net (64.202.166.232): icmp_seq=1 ttl=43 time=73.4 ms
64 bytes from linhostjava04.prod.mesa1.secureserver.net (64.202.166.232): icmp_seq=2 ttl=43 time=73.6 ms
64 bytes from linhostjava04.prod.mesa1.secureserver.net (64.202.166.232): icmp_seq=3 ttl=43 time=76.3 ms
64 bytes from linhostjava04.prod.mesa1.secureserver.net (64.202.166.232): icmp_seq=4 ttl=43 time=72.5 ms
64 bytes from linhostjava04.prod.mesa1.secureserver.net (64.202.166.232): icmp_seq=5 ttl=43 time=75.0 ms
64 bytes from linhostjava04.prod.mesa1.secureserver.net (64.202.166.232): icmp_seq=6 ttl=43 time=75.6 ms
64 bytes from linhostjava04.prod.mesa1.secureserver.net (64.202.166.232): icmp_seq=7 ttl=43 time=74.0 ms
64 bytes from linhostjava04.prod.mesa1.secureserver.net (64.202.166.232): icmp_seq=8 ttl=43 time=74.3 ms
64 bytes from linhostjava04.prod.mesa1.secureserver.net (64.202.166.232): icmp_seq=9 ttl=43 time=75.2 ms
64 bytes from linhostjava04.prod.mesa1.secureserver.net (64.202.166.232): icmp_seq=10 ttl=43 time=74.6 ms
--- schotty.com ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9002ms
rtt min/avg/max/mdev = 72.526/74.491/76.394/1.140 ms
real 0m9.119s
user 0m0.001s
sys 0m0.001s
[andrew@andrew-desktop-fedora ~]$
Bookmarks