<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic PINGI - Ping Tool with Explicit Timeout Messages in Scripts</title>
    <link>https://community.checkpoint.com/t5/Scripts/PINGI-Ping-Tool-with-Explicit-Timeout-Messages/m-p/268093#M1340</link>
    <description>&lt;P&gt;&lt;SPAN&gt;PINGI - Ping Tool with Explicit Timeout Messages&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Why I created this:&lt;/STRONG&gt; I was frustrated with the standard &lt;CODE&gt;ping&lt;/CODE&gt; command on Linux/Gaia - when a ping times out, you get &lt;STRONG&gt;zero feedback&lt;/STRONG&gt;. Just silence. I hated not knowing if the timeout actually triggered, so I made &lt;STRONG&gt;PINGI&lt;/STRONG&gt;.&lt;/P&gt;
&lt;H3&gt;Features&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; &lt;STRONG&gt;Explicit timeout messages&lt;/STRONG&gt; - Red ✗ for every timeout&lt;/LI&gt;
&lt;LI&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; &lt;STRONG&gt;Color-coded output&lt;/STRONG&gt; - Green success, red failures&lt;/LI&gt;
&lt;LI&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; &lt;STRONG&gt;Configurable&lt;/STRONG&gt; - Set timeout (-t), count (-c), and packet size (-s)&lt;/LI&gt;
&lt;LI&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; &lt;STRONG&gt;Statistics&lt;/STRONG&gt; - Packet loss % and average latency (if awk available)&lt;/LI&gt;
&lt;LI&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; &lt;STRONG&gt;Minimal dependencies&lt;/STRONG&gt; - Just bash and ping, awk optional&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;Usage&lt;/H3&gt;
&lt;PRE&gt;&lt;CODE&gt;./pingi.sh &amp;lt;host&amp;gt; [-t timeout] [-c count] [-s size]

Options:
  -t &amp;lt;seconds&amp;gt;   Timeout in seconds (default: 3)
  -c &amp;lt;count&amp;gt;     Number of pings (default: infinite)
  -s &amp;lt;bytes&amp;gt;     Packet size in bytes (default: 56)

Examples:
  ./pingi.sh 8.8.8.8                    # Infinite pings, 3s timeout
  ./pingi.sh google.com -t 2 -c 10      # 10 pings, 2s timeout
  ./pingi.sh 192.168.1.1 -s 1024 -c 5   # 5 pings with 1024 byte packets
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;H3&gt;Example Output&lt;/H3&gt;
&lt;PRE&gt;&lt;CODE&gt;&lt;SPAN&gt;✓&lt;/SPAN&gt; seq=1 time=15.23 ms ttl=56 bytes=64
&lt;SPAN&gt;✓&lt;/SPAN&gt; seq=2 time=14.89 ms ttl=56 bytes=64
&lt;SPAN&gt;✗&lt;/SPAN&gt; seq=3 &lt;SPAN&gt;Request timeout&lt;/SPAN&gt; (3s)
&lt;SPAN&gt;✓&lt;/SPAN&gt; seq=4 time=16.01 ms ttl=56 bytes=64

--- 8.8.8.8 ping statistics ---
4 packets transmitted, 3 received, 1 lost (25% loss), time 5s
Average response time: ~15.37 ms
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Download attached. Make executable and use!&lt;/EM&gt; &lt;span class="lia-unicode-emoji" title=":rocket:"&gt;🚀&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Jan 2026 16:20:18 GMT</pubDate>
    <dc:creator>Vincent_Bacher</dc:creator>
    <dc:date>2026-01-21T16:20:18Z</dc:date>
    <item>
      <title>PINGI - Ping Tool with Explicit Timeout Messages</title>
      <link>https://community.checkpoint.com/t5/Scripts/PINGI-Ping-Tool-with-Explicit-Timeout-Messages/m-p/268093#M1340</link>
      <description>1</description>
      <pubDate>Wed, 21 Jan 2026 16:20:18 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/PINGI-Ping-Tool-with-Explicit-Timeout-Messages/m-p/268093#M1340</guid>
      <dc:creator>Vincent_Bacher</dc:creator>
      <dc:date>2026-01-21T16:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: PINGI - Ping Tool with Explicit Timeout Messages</title>
      <link>https://community.checkpoint.com/t5/Scripts/PINGI-Ping-Tool-with-Explicit-Timeout-Messages/m-p/268171#M1343</link>
      <description>&lt;P&gt;The Windows ping command gives you feedback, never understood why the Unix/Linux one doesn't.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jan 2026 22:17:39 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/PINGI-Ping-Tool-with-Explicit-Timeout-Messages/m-p/268171#M1343</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2026-01-21T22:17:39Z</dc:date>
    </item>
  </channel>
</rss>

