<?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: Your firewall is on fire in General Topics</title>
    <link>https://community.checkpoint.com/t5/General-Topics/Your-firewall-is-on-fire/m-p/30784#M6418</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you don't want to dig too deep the following tools are also pretty helpful in giving a quick advice of possible root causes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Healthcheck-Tool:&amp;nbsp;&lt;A class="link-titled" href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk121447" title="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk121447"&gt;How to perform an automated health check of a Gaia based system&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;CP-Monitor:&amp;nbsp;&lt;A class="link-titled" href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk103212" title="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk103212"&gt;Traffic analysis using the &amp;amp;apos;CPMonitor&amp;amp;apos; tool&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jun 2018 12:24:54 GMT</pubDate>
    <dc:creator>Sven_Glock</dc:creator>
    <dc:date>2018-06-15T12:24:54Z</dc:date>
    <item>
      <title>Your firewall is on fire</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Your-firewall-is-on-fire/m-p/30778#M6412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So there you sit in your comfy chair and drink your morning coffee, sun is shining and then suddenly boom&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/66346_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/66362_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You put away your coffee and start investigating. What on earth is happening? Why is your CPU cores suddenly spiking so high? Are you under attack? One user or many users causing this? Where do you start investigating? What commands, tools or views do you use? Can we have a discussion where people share what they do in situations like this when it suddenly happens? Something like the top 3 CLI commands. Share your top 3 investigating steps.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You thought your firewall was tuned, didn't you&amp;nbsp;&lt;IMG src="https://community.checkpoint.com/legacyfs/online/checkpoint/emoticons/mischief.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2018 07:38:58 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Your-firewall-is-on-fire/m-p/30778#M6412</guid>
      <dc:creator>ED</dc:creator>
      <dc:date>2018-06-13T07:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: Your firewall is on fire</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Your-firewall-is-on-fire/m-p/30779#M6413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah this could happen easilly. I believe that you'll see many ways what you can check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My personal checks are:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;top&lt;/STRONG&gt; - for check if just any other stucked process consuming CPUs. Time to time could even CLISH instance freeze and start killing CPU.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;fwaccel stat&lt;/STRONG&gt; - is acceleration fine? Have you got drop templates enabled? I have experience that the SecureXL could turn off itself because of error counter in it. We hit this already twice in production (always with big impact) and general fix not exist yet.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;fw ctl pstat&amp;nbsp;&lt;/STRONG&gt;- see counters, watemarks and connection limits&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;fw tab -t connections -s&lt;/STRONG&gt; - again checking connection number and see if it reached limit for example&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;fwaccel conns | awk '{printf "%-16s %-16s %-10s\n", $1,$3,$4}' | sort | uniq -c | sort -n -r | head -n 50&amp;nbsp;&lt;/STRONG&gt;- to see top 50 connections when acceleration is running&lt;/LI&gt;&lt;LI&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;fw tab -u -t connections |awk '{ print $2 }'|sort -n |uniq -c|sort -nr|head -50&lt;/STRONG&gt; - to see 50 top connections according connection table&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;check /var/log/messages and core dump&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt; folder&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt; - just for sure&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;check interfaces counters and related switch interfaces utilization&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;try cpview, Smart View Monitor or other monitoring tool&amp;nbsp;&lt;/STRONG&gt;- to see if it could be connected to interface utilization&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course could be much more, but it depends on first finding results. I hope that other guys will share more interesting commands/hints here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2018 08:50:21 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Your-firewall-is-on-fire/m-p/30779#M6413</guid>
      <dc:creator>Petr_Hantak</dc:creator>
      <dc:date>2018-06-13T08:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: Your firewall is on fire</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Your-firewall-is-on-fire/m-p/30780#M6414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.checkpoint.com/migrated-users/41790"&gt;Petr Hantak&lt;/A&gt;‌ had some excellent suggestions, to dig in a little deeper you need to determine which specific type of CPU execution is tying up the CPU; this will give you some important clues about where to focus your efforts&amp;nbsp; The best tool for this is running &lt;STRONG&gt;top&lt;/STRONG&gt; in real-time while the event is occurring, &lt;STRONG&gt;sar&lt;/STRONG&gt; can also be used in historical mode but it rolls up the sy/si/hi/st values shown in top into a single figure (%system) which can obscure where the issue is occurring.&amp;nbsp; top can be run in batch mode to catch intermittent spikes which is covered in my book.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if you run top look at the us/sy/ni/id/wa/hi/si/st values which are listed below along with hints about how to proceed if that particular value is the high one:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;us - Consumption by processes, should be fairly low on a gateway unless there are features enabled such as HTTPS Inspection which cause "process space trips" on the firewall; this effect and what you can do about it is extensively covered in the second edition of my book.&amp;nbsp; fwd or its buddies can definitely be a culprit here if the gateway logging rate is extremely high as well.&amp;nbsp; Note that fw_worker_X CPU execution is NOT counted here, even though they look like processes, see sy below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sy - CPU consumption processing traffic in the Firewall (F2F) and Medium (PXL) paths, fw_worker_X CPU usage is usually counted here.&amp;nbsp; The fw_worker_X "processes" shown in top are simply representations of the firewall workers down in the kernel and not really processes in the traditional sense, in some cases CPU usage by fw_worker_X "processes" will appear under si, see below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ni - Execution by processes that have had their process CPU priority lowered (nice'd), irrelevant on a gateway but important on an SMS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;id - Idle time, hopefully self explanatory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa - Percentage of time a CPU was blocked (unable to do anything) waiting for an I/O event to occur (usually hard drive access).&amp;nbsp; Anything higher than 5% here (unless policy is currently being installed) is probably a low free memory situation on a gateway, use free -m to investigate further.&amp;nbsp; Any nonzero swap usage may indicate the need for more RAM or the presence of a runaway process consuming excessive amounts of memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hi - Percentage of CPU time processing hardware interrupts, on a gateway this is almost all the transfer of packets from the NIC hardware buffers into RAM memory (ring buffer).&amp;nbsp; An excessive value here could indicate extremely high packet rates traversing the firewall or possibly a NIC hardware/driver issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;si - Soft Interrupts, SoftIRQ processing (i.e. emptying the ring buffer and sending the packets up for inspection) AND the handling of fully-accelerated traffic in the Accelerated path (SXL).&amp;nbsp; If this value is high and your cores allocated to SND/IRQ functions are getting slammed, you may need to reduce the number of Firewall Worker cores so that more SND/IRQ cores can be allocated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;st - Steal - Percentage of CPU cycles requested but denied by the Hypervisor.&amp;nbsp; On a bare-metal firewall (i.e. non VSec/VE) this should always be zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;BR /&gt; Second Edition of my "Max Power" Firewall Book&lt;BR /&gt; Now Available at &lt;A href="http://www.maxpowerfirewalls.com" target="_blank"&gt;http://www.maxpowerfirewalls.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2018 14:20:13 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Your-firewall-is-on-fire/m-p/30780#M6414</guid>
      <dc:creator>Timothy_Hall</dc:creator>
      <dc:date>2018-06-13T14:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Your firewall is on fire</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Your-firewall-is-on-fire/m-p/30781#M6415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Appreciate the thorough explanation of the &lt;STRONG&gt;top&lt;/STRONG&gt; command result related to the gateway performance. While I didn't catch a screenshot of the &lt;STRONG&gt;top&lt;/STRONG&gt; result while they were at peak, here is the rest of screenshot from the screenshot above:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="66370" class="image-1 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/66370_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks for me that it was a lot of Windows update causing it, probably at same time. Traffic to internal WSUS 234 GB and towards Internet 106 GB for today from Smartview high bandwidth application.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2018 16:27:40 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Your-firewall-is-on-fire/m-p/30781#M6415</guid>
      <dc:creator>ED</dc:creator>
      <dc:date>2018-06-13T16:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Your firewall is on fire</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Your-firewall-is-on-fire/m-p/30782#M6416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And depending on your investigations, following &lt;A href="https://community.checkpoint.com/migrated-users/41790"&gt;Petr Hantak&lt;/A&gt;&amp;nbsp;and &lt;A href="https://community.checkpoint.com/migrated-users/41625"&gt;Tim Hall&lt;/A&gt;&amp;nbsp;indications, and if your environment evolved. You might end up running a cpsizeme to check whether your firewalls are still suitable for that environment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2018 08:18:05 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Your-firewall-is-on-fire/m-p/30782#M6416</guid>
      <dc:creator>EDA_IT_Security</dc:creator>
      <dc:date>2018-06-15T08:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: Your firewall is on fire</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Your-firewall-is-on-fire/m-p/30783#M6417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for sharing detailed explanation of TOP command&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2018 08:48:23 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Your-firewall-is-on-fire/m-p/30783#M6417</guid>
      <dc:creator>Gaurav_Pandya</dc:creator>
      <dc:date>2018-06-15T08:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Your firewall is on fire</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Your-firewall-is-on-fire/m-p/30784#M6418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you don't want to dig too deep the following tools are also pretty helpful in giving a quick advice of possible root causes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Healthcheck-Tool:&amp;nbsp;&lt;A class="link-titled" href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk121447" title="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk121447"&gt;How to perform an automated health check of a Gaia based system&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;CP-Monitor:&amp;nbsp;&lt;A class="link-titled" href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk103212" title="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk103212"&gt;Traffic analysis using the &amp;amp;apos;CPMonitor&amp;amp;apos; tool&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2018 12:24:54 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Your-firewall-is-on-fire/m-p/30784#M6418</guid>
      <dc:creator>Sven_Glock</dc:creator>
      <dc:date>2018-06-15T12:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Your firewall is on fire</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Your-firewall-is-on-fire/m-p/30785#M6419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to the top command, using pstree is very useful as well, to see which process is called by which parent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jun 2018 06:17:27 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Your-firewall-is-on-fire/m-p/30785#M6419</guid>
      <dc:creator>Vincent_Bacher</dc:creator>
      <dc:date>2018-06-16T06:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Your firewall is on fire</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Your-firewall-is-on-fire/m-p/30786#M6420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would start investigation with&amp;nbsp;sxl&amp;nbsp;, top connections, counters limitations, messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;&lt;CODE&gt;fwaccel stats &amp;gt;&amp;nbsp;&lt;/CODE&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;UL style="background-color: #ffffff; font-weight: 400;"&gt;&lt;LI&gt;Displays SecureXL acceleration statistics&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;&lt;CODE&gt;cat /proc/ppk/stats &amp;gt;&amp;nbsp;&lt;/CODE&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;UL style="background-color: #ffffff; font-weight: 400;"&gt;&lt;LI&gt;Displays total number of packets that passed through interface&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;&lt;CODE&gt;cat /proc/ppk/drop_statistics &amp;gt;&lt;/CODE&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;UL style="background-color: #ffffff; font-weight: 400;"&gt;&lt;LI&gt;Displays SecureXL drop statistics&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;&lt;CODE&gt;cpview &amp;gt;&amp;nbsp;&lt;/CODE&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;Displays the CPU utilization (and many other counters)&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;&lt;STRONG&gt;&lt;CODE&gt;cat /proc/interrupts &amp;gt;&amp;nbsp;&lt;/CODE&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL style="background-color: #ffffff; font-weight: 400;"&gt;&lt;LI&gt;Displays the number of interrupts on each CPU core from each IRQ&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;&lt;CODE&gt;fw ctl pstat &amp;gt;&amp;nbsp;&lt;/CODE&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;UL style="background-color: #ffffff; font-weight: 400;"&gt;&lt;LI&gt;Displays FireWall internal statistics about memory and traffic&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;&lt;CODE&gt;netstat -ni &amp;gt;&lt;/CODE&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;UL style="background-color: #ffffff; font-weight: 400;"&gt;&lt;LI&gt;Displays a table of all network interfaces&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;&lt;CODE&gt;sar [-u] [-P { &amp;lt;cpu&amp;gt; | ALL }] [&lt;EM&gt;interval_in_sec&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;[&lt;EM&gt;number_of_samples&lt;/EM&gt;]]&lt;/CODE&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;UL style="font-weight: 400;"&gt;&lt;LI&gt;Displays information about CPU activity, network devices, memory, paging, block IO, etc.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can also check&amp;nbsp;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;sk109236.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;&lt;CODE&gt;&amp;nbsp;&lt;/CODE&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jun 2018 09:27:43 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Your-firewall-is-on-fire/m-p/30786#M6420</guid>
      <dc:creator>Huseyin_Rencber</dc:creator>
      <dc:date>2018-06-16T09:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: Your firewall is on fire</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Your-firewall-is-on-fire/m-p/30787#M6421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am going to put this in &lt;A href="https://community.checkpoint.com/space/2030"&gt;General Product Topics&lt;/A&gt;‌ where it belongs.&lt;/P&gt;&lt;P&gt;Love the thread, keep it going!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2018 19:42:47 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Your-firewall-is-on-fire/m-p/30787#M6421</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2018-06-20T19:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Your firewall is on fire</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Your-firewall-is-on-fire/m-p/30788#M6422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dameon, how would your approach to a situation like this be? I think it's interesting for us all to hear that.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2018 20:19:58 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Your-firewall-is-on-fire/m-p/30788#M6422</guid>
      <dc:creator>ED</dc:creator>
      <dc:date>2018-06-20T20:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Your firewall is on fire</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Your-firewall-is-on-fire/m-p/30789#M6423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Y'all have covered most of the things I'd try &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2018 20:50:15 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Your-firewall-is-on-fire/m-p/30789#M6423</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2018-06-20T20:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: Your firewall is on fire</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Your-firewall-is-on-fire/m-p/30790#M6424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm curious what version you are running.&amp;nbsp; We are running R77.30, and just recently turned on&amp;nbsp;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;CoreXL Dynamic Dispatcher (&lt;SPAN&gt;sk105261)&lt;/SPAN&gt;.&amp;nbsp; It is on by default in R80.10.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;We went through some of these steps trying to figure out what was causing the spike.&amp;nbsp; Turns out it was one of our partners uploading/downloading content, consuming 100% of a cpu core.&amp;nbsp; The good thing that come from this incident was the discovery of&amp;nbsp;&lt;SPAN&gt;CoreXL Dynamic Dispatcher, and Priority Queuing that comes with it (&lt;SPAN style="background-color: #ffffff;"&gt;sk105762)&lt;/SPAN&gt;.&amp;nbsp; Since enabling these two SK's, cpu utilization on an individual core does reach 100%, but it does not stay there.&amp;nbsp; Traffic is sent to other cores that are not as busy, spreading the load out.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2018 21:41:13 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Your-firewall-is-on-fire/m-p/30790#M6424</guid>
      <dc:creator>Thomas_Allen</dc:creator>
      <dc:date>2018-06-21T21:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: Your firewall is on fire</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Your-firewall-is-on-fire/m-p/30791#M6425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am adding what was not covered, look at history utilization by SAR or CPVIEW -t (history), try to find some spikes and look at traffic at each interface or use some other monitoring tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check in&amp;nbsp;cpview&amp;nbsp;Top-Connections in Network tab and also CPU tab, to see how much CPU time consume each of one.&lt;/P&gt;&lt;P&gt;In Advanced, Network tab you can see how much traffic is processed&amp;nbsp;by SLX, PXL and F2F, this should give you hint what blades are causing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If its IPS look at&amp;nbsp;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;sk110737 to evaluate signatures impact. After that its all about properly tunning SecureXL and CoreXL.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2018 07:28:53 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Your-firewall-is-on-fire/m-p/30791#M6425</guid>
      <dc:creator>Martin_Raska</dc:creator>
      <dc:date>2018-06-26T07:28:53Z</dc:date>
    </item>
  </channel>
</rss>

