<?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: Strange processes in R80.10 GW in General Topics</title>
    <link>https://community.checkpoint.com/t5/General-Topics/Strange-processes-in-R80-10-GW/m-p/5109#M626</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or use other keys for ps command:&lt;/P&gt;&lt;P&gt;ps axwf -o pid,comm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;ak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Aug 2017 13:02:40 GMT</pubDate>
    <dc:creator>Andrejs__Андрей</dc:creator>
    <dc:date>2017-08-09T13:02:40Z</dc:date>
    <item>
      <title>Strange processes in R80.10 GW</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Strange-processes-in-R80-10-GW/m-p/5107#M624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saw these processes eating my CPU, but didn't have idea what they are doing on the GW:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND&lt;BR /&gt; 5215 admin 25 0 660 180 144 R 94 0.0 20198:16 /bin/cat /dev/urandom&lt;BR /&gt; 5216 admin 18 0 1592 432 360 S 4 0.0 778:04.27 /usr/bin/tr -dc a-zA-Z0-9&lt;BR /&gt; 5217 admin 18 0 1580 432 360 S 3 0.0 414:26.27 /usr/bin/fold -w 32&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems they are working since from the installation.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I made clean install of R80.10 GW 9 days ago and patched to Take 15.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any idea what these processes are doing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2017 07:15:47 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Strange-processes-in-R80-10-GW/m-p/5107#M624</guid>
      <dc:creator>Dilian_Chernev</dc:creator>
      <dc:date>2017-08-09T07:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Strange processes in R80.10 GW</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Strange-processes-in-R80-10-GW/m-p/5108#M625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Need to see the Parent Process ID (PPID) of those strange processes to help figure out what they are, easiest way is to post output of command "pstree".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can run "ps -ef", the first number shown is Process ID, second number shown is Parent Process ID (PPID).&amp;nbsp; Once you have PPID of the mysterious process try "ps -ef | grep PPID", then look at the parent process ID of that process, rinse, repeat...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;BR /&gt; My book "Max Power: Check Point Firewall Performance Optimization" &lt;BR /&gt; now available via &lt;A href="http://maxpowerfirewalls.com" target="_blank"&gt;http://maxpowerfirewalls.com&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2017 12:27:49 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Strange-processes-in-R80-10-GW/m-p/5108#M625</guid>
      <dc:creator>Timothy_Hall</dc:creator>
      <dc:date>2017-08-09T12:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Strange processes in R80.10 GW</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Strange-processes-in-R80-10-GW/m-p/5109#M626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or use other keys for ps command:&lt;/P&gt;&lt;P&gt;ps axwf -o pid,comm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;ak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2017 13:02:40 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Strange-processes-in-R80-10-GW/m-p/5109#M626</guid>
      <dc:creator>Andrejs__Андрей</dc:creator>
      <dc:date>2017-08-09T13:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Strange processes in R80.10 GW</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Strange-processes-in-R80-10-GW/m-p/5110#M627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Tim, Andrej&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the pstree&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.checkpoint.com/legacyfs/online/checkpoint/57882_pstree.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems that &lt;STRONG&gt;scrubd&amp;nbsp;&lt;/STRONG&gt;is responsible for these processes, and &lt;STRONG&gt;scrubd&amp;nbsp;&lt;/STRONG&gt;is related to Threat Extraction blade.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;There is &lt;STRONG&gt;sk118353&amp;nbsp;&lt;/STRONG&gt;which describes how to deal with this issue and solves my problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;Thanks to&amp;nbsp;&lt;A href="https://community.checkpoint.com/migrated-users/46785" target="_blank"&gt;Bogdan Tatomir&lt;/A&gt;&amp;nbsp;for sharing resolution in this thread :&amp;nbsp;&lt;A href="https://community.checkpoint.com/thread/5144-r8010-threat-extraction-high-cpu-usage" target="_blank"&gt;https://community.checkpoint.com/thread/5144-r8010-threat-extraction-high-cpu-usage&lt;/A&gt;&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;BR,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;Dilian&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jun 2019 08:56:24 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Strange-processes-in-R80-10-GW/m-p/5110#M627</guid>
      <dc:creator>Dilian_Chernev</dc:creator>
      <dc:date>2019-06-21T08:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Strange processes in R80.10 GW</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Strange-processes-in-R80-10-GW/m-p/5111#M628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You, Dilian!&lt;/P&gt;&lt;P&gt;excellent work!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;ak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 11:01:53 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Strange-processes-in-R80-10-GW/m-p/5111#M628</guid>
      <dc:creator>Andrejs__Андрей</dc:creator>
      <dc:date>2017-08-10T11:01:53Z</dc:date>
    </item>
  </channel>
</rss>

