<?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 Re: Latency check script in Scripts</title>
    <link>https://community.checkpoint.com/t5/Scripts/Latency-check-script/m-p/269953#M1442</link>
    <description>&lt;P&gt;Tried that too, but failed as well.&lt;/P&gt;</description>
    <pubDate>Sat, 07 Feb 2026 15:05:01 GMT</pubDate>
    <dc:creator>the_rock</dc:creator>
    <dc:date>2026-02-07T15:05:01Z</dc:date>
    <item>
      <title>Latency check script</title>
      <link>https://community.checkpoint.com/t5/Scripts/Latency-check-script/m-p/269941#M1439</link>
      <description>&lt;P&gt;Hey guys,&lt;/P&gt;
&lt;P&gt;I know this is super similar to doing basic ping on the fw expert mode, but it does give an option to also check latency to any IP that resolved to specific domain name. I paste dbelow example from my lab:&lt;/P&gt;
&lt;P&gt;[Expert@CP-GW:0]# ./cp-latency.sh&lt;BR /&gt;Usage:&lt;BR /&gt;./cp-latency.sh &amp;lt;fqdn|ip&amp;gt; [icmp|tcp|both] [port] [count] [timeout_sec]&lt;/P&gt;
&lt;P&gt;Examples:&lt;BR /&gt;./cp-latency.sh example.com&lt;BR /&gt;./cp-latency.sh 1.1.1.1 icmp&lt;BR /&gt;./cp-latency.sh example.com tcp 443 10 2&lt;BR /&gt;[Expert@CP-GW:0]# ./cp-latency.sh google.com&lt;BR /&gt;===============================================&lt;BR /&gt;Target: google.com&lt;BR /&gt;Mode: both&lt;BR /&gt;Port: 443&lt;BR /&gt;Count: 5&lt;BR /&gt;Timeout:2s&lt;BR /&gt;===============================================&lt;BR /&gt;Resolved IP(s):&lt;BR /&gt;- 142.250.139.102&lt;BR /&gt;- 142.250.139.113&lt;BR /&gt;- 142.250.139.139&lt;BR /&gt;- 142.250.139.101&lt;BR /&gt;- 142.250.139.138&lt;BR /&gt;- 142.250.139.100&lt;/P&gt;
&lt;P&gt;-----------------------------------------------&lt;BR /&gt;Testing IP: 142.250.139.102&lt;BR /&gt;-----------------------------------------------&lt;BR /&gt;ICMP (ping) to 142.250.139.102 count=5 timeout=2s&lt;BR /&gt;5 packets transmitted, 5 received, 0% packet loss, time 4000ms&lt;BR /&gt;min=3.935ms avg=5.010ms max=6.300ms (jitter=1.005ms)&lt;/P&gt;
&lt;P&gt;TCP connect timing to 142.250.139.102:443 samples=5 timeout=2s&lt;BR /&gt;sample 1: 16 ms (OK)&lt;BR /&gt;sample 2: 15 ms (OK)&lt;BR /&gt;sample 3: 15 ms (OK)&lt;BR /&gt;sample 4: 13 ms (OK)&lt;BR /&gt;sample 5: 16 ms (OK)&lt;BR /&gt;avg connect time: 15 ms (success 5/5)&lt;/P&gt;
&lt;P&gt;-----------------------------------------------&lt;BR /&gt;Testing IP: 142.250.139.113&lt;BR /&gt;-----------------------------------------------&lt;BR /&gt;ICMP (ping) to 142.250.139.113 count=5 timeout=2s&lt;BR /&gt;5 packets transmitted, 5 received, 0% packet loss, time 4004ms&lt;BR /&gt;min=6.312ms avg=7.187ms max=8.681ms (jitter=0.880ms)&lt;/P&gt;
&lt;P&gt;TCP connect timing to 142.250.139.113:443 samples=5 timeout=2s&lt;BR /&gt;sample 1: 25 ms (OK)&lt;BR /&gt;sample 2: 23 ms (OK)&lt;BR /&gt;sample 3: 20 ms (OK)&lt;BR /&gt;sample 4: 20 ms (OK)&lt;BR /&gt;sample 5: 19 ms (OK)&lt;BR /&gt;avg connect time: 21 ms (success 5/5)&lt;/P&gt;
&lt;P&gt;-----------------------------------------------&lt;BR /&gt;Testing IP: 142.250.139.139&lt;BR /&gt;-----------------------------------------------&lt;BR /&gt;ICMP (ping) to 142.250.139.139 count=5 timeout=2s&lt;BR /&gt;5 packets transmitted, 5 received, 0% packet loss, time 4003ms&lt;BR /&gt;min=5.963ms avg=7.019ms max=9.628ms (jitter=1.348ms)&lt;/P&gt;
&lt;P&gt;TCP connect timing to 142.250.139.139:443 samples=5 timeout=2s&lt;BR /&gt;sample 1: 21 ms (OK)&lt;BR /&gt;sample 2: 12 ms (OK)&lt;BR /&gt;sample 3: 18 ms (OK)&lt;BR /&gt;sample 4: 16 ms (OK)&lt;BR /&gt;sample 5: 16 ms (OK)&lt;BR /&gt;avg connect time: 16 ms (success 5/5)&lt;/P&gt;
&lt;P&gt;-----------------------------------------------&lt;BR /&gt;Testing IP: 142.250.139.101&lt;BR /&gt;-----------------------------------------------&lt;BR /&gt;ICMP (ping) to 142.250.139.101 count=5 timeout=2s&lt;BR /&gt;5 packets transmitted, 5 received, 0% packet loss, time 4003ms&lt;BR /&gt;min=6.286ms avg=7.008ms max=7.993ms (jitter=0.622ms)&lt;/P&gt;
&lt;P&gt;TCP connect timing to 142.250.139.101:443 samples=5 timeout=2s&lt;BR /&gt;sample 1: 17 ms (OK)&lt;BR /&gt;sample 2: 17 ms (OK)&lt;BR /&gt;sample 3: 19 ms (OK)&lt;BR /&gt;sample 4: 21 ms (OK)&lt;BR /&gt;sample 5: 19 ms (OK)&lt;BR /&gt;avg connect time: 18 ms (success 5/5)&lt;/P&gt;
&lt;P&gt;-----------------------------------------------&lt;BR /&gt;Testing IP: 142.250.139.138&lt;BR /&gt;-----------------------------------------------&lt;BR /&gt;ICMP (ping) to 142.250.139.138 count=5 timeout=2s&lt;BR /&gt;5 packets transmitted, 5 received, 0% packet loss, time 4002ms&lt;BR /&gt;min=4.406ms avg=4.574ms max=5.056ms (jitter=0.249ms)&lt;/P&gt;
&lt;P&gt;TCP connect timing to 142.250.139.138:443 samples=5 timeout=2s&lt;BR /&gt;sample 1: 21 ms (OK)&lt;BR /&gt;sample 2: 21 ms (OK)&lt;BR /&gt;sample 3: 21 ms (OK)&lt;BR /&gt;sample 4: 27 ms (OK)&lt;BR /&gt;sample 5: 20 ms (OK)&lt;BR /&gt;avg connect time: 22 ms (success 5/5)&lt;/P&gt;
&lt;P&gt;-----------------------------------------------&lt;BR /&gt;Testing IP: 142.250.139.100&lt;BR /&gt;-----------------------------------------------&lt;BR /&gt;ICMP (ping) to 142.250.139.100 count=5 timeout=2s&lt;BR /&gt;5 packets transmitted, 5 received, 0% packet loss, time 3999ms&lt;BR /&gt;min=5.439ms avg=5.682ms max=6.523ms (jitter=0.425ms)&lt;/P&gt;
&lt;P&gt;TCP connect timing to 142.250.139.100:443 samples=5 timeout=2s&lt;BR /&gt;sample 1: 15 ms (OK)&lt;BR /&gt;sample 2: 17 ms (OK)&lt;BR /&gt;sample 3: 14 ms (OK)&lt;BR /&gt;sample 4: 14 ms (OK)&lt;BR /&gt;sample 5: 19 ms (OK)&lt;BR /&gt;avg connect time: 15 ms (success 5/5)&lt;/P&gt;
&lt;P&gt;[Expert@CP-GW:0]#&lt;/P&gt;</description>
      <pubDate>Sat, 07 Feb 2026 16:18:53 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/Latency-check-script/m-p/269941#M1439</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2026-02-07T16:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Latency check script</title>
      <link>https://community.checkpoint.com/t5/Scripts/Latency-check-script/m-p/269942#M1440</link>
      <description>&lt;P&gt;Would not let me attach it here for some reason, so I uploaded it below.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://limewire.com/d/BsBfi#AoCO1oHENj" target="_blank"&gt;https://limewire.com/d/BsBfi#AoCO1oHENj&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Feb 2026 12:42:42 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/Latency-check-script/m-p/269942#M1440</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2026-02-07T12:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Latency check script</title>
      <link>https://community.checkpoint.com/t5/Scripts/Latency-check-script/m-p/269952#M1441</link>
      <description>&lt;P&gt;&lt;SPAN&gt;As usual, zip it and attach it.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Feb 2026 14:52:29 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/Latency-check-script/m-p/269952#M1441</guid>
      <dc:creator>Vincent_Bacher</dc:creator>
      <dc:date>2026-02-07T14:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Latency check script</title>
      <link>https://community.checkpoint.com/t5/Scripts/Latency-check-script/m-p/269953#M1442</link>
      <description>&lt;P&gt;Tried that too, but failed as well.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Feb 2026 15:05:01 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/Latency-check-script/m-p/269953#M1442</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2026-02-07T15:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Latency check script</title>
      <link>https://community.checkpoint.com/t5/Scripts/Latency-check-script/m-p/269954#M1443</link>
      <description>&lt;P&gt;Strange. I might have some fresh ideas once I'm back at work, and I'll try it out and see if it works.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Feb 2026 15:24:19 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/Latency-check-script/m-p/269954#M1443</guid>
      <dc:creator>Vincent_Bacher</dc:creator>
      <dc:date>2026-02-07T15:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: Latency check script</title>
      <link>https://community.checkpoint.com/t5/Scripts/Latency-check-script/m-p/269955#M1444</link>
      <description>&lt;P&gt;No rush at all, I will try again later.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Feb 2026 15:27:52 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/Latency-check-script/m-p/269955#M1444</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2026-02-07T15:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Latency check script</title>
      <link>https://community.checkpoint.com/t5/Scripts/Latency-check-script/m-p/269960#M1445</link>
      <description>&lt;P&gt;That worked : - )&lt;/P&gt;</description>
      <pubDate>Sat, 07 Feb 2026 16:19:12 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/Latency-check-script/m-p/269960#M1445</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2026-02-07T16:19:12Z</dc:date>
    </item>
  </channel>
</rss>

