I ran a ping on that and arbitrarily killed it (Ctrl-C) midway through the 10th packet (causing received packet loss).

Most (all?) variants of ping take the -c flag which lets you specify in advance how many packets to send. Adjust the value to suit your own patience level. eg:

$ ping -n -c 5 66.39.54.27 PING 66.39.54.27 (66.39.54.27) 56(84) bytes of data. 64 bytes from 66.39.54.27: icmp_seq=1 ttl=57 time=92.0 ms 64 bytes from 66.39.54.27: icmp_seq=2 ttl=57 time=92.5 ms 64 bytes from 66.39.54.27: icmp_seq=3 ttl=57 time=92.8 ms 64 bytes from 66.39.54.27: icmp_seq=4 ttl=57 time=91.5 ms 64 bytes from 66.39.54.27: icmp_seq=5 ttl=57 time=91.8 ms --- 66.39.54.27 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4005ms rtt min/avg/max/mdev = 91.522/92.123/92.783/0.465 ms $

🦛


In reply to Re^2: 209.197.123.153 Down by hippo
in thread 209.197.123.153 Down by choroba

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.