<?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: please explain &amp;quot;show system resources&amp;quot; output in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/please-explain-quot-show-system-resources-quot-output/m-p/30922#M22632</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it's 'top'.&amp;nbsp; Just like on any linux box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add the term 'follow' to the end, 'show system resources follow', and you getting a running view of the CPU.&amp;nbsp; I assume it only shows CPU, memory, swap and processes for the control plane.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After you've executed the command with the 'follow' attribute, you can interact with it; just like top on a linux box.&amp;nbsp; press 'h' for help.&lt;/P&gt;&lt;P&gt;'s' and then '1' to speed of the refresh.&amp;nbsp; Capital 'P' to sort the process list by CPU usage.&amp;nbsp; '1' to expose the multicores on the CPU(s) header.&lt;/P&gt;&lt;P&gt;and 'q' to quit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tell ya.. I'm likin' this box more and more everyday..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Sep 2012 15:38:45 GMT</pubDate>
    <dc:creator>GaryFowler</dc:creator>
    <dc:date>2012-09-12T15:38:45Z</dc:date>
    <item>
      <title>please explain "show system resources" output</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/please-explain-quot-show-system-resources-quot-output/m-p/30921#M22631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="12-9-2555 20-18-16.png" class="jive-image-thumbnail jive-image" src="https://live.paloaltonetworks.com/legacyfs/online/4024_12-9-2555 20-18-16.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hi, could anyone explain me what each result means or can I find a technote ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 13:20:16 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/please-explain-quot-show-system-resources-quot-output/m-p/30921#M22631</guid>
      <dc:creator>mindterra</dc:creator>
      <dc:date>2012-09-12T13:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: please explain "show system resources" output</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/please-explain-quot-show-system-resources-quot-output/m-p/30922#M22632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it's 'top'.&amp;nbsp; Just like on any linux box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add the term 'follow' to the end, 'show system resources follow', and you getting a running view of the CPU.&amp;nbsp; I assume it only shows CPU, memory, swap and processes for the control plane.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After you've executed the command with the 'follow' attribute, you can interact with it; just like top on a linux box.&amp;nbsp; press 'h' for help.&lt;/P&gt;&lt;P&gt;'s' and then '1' to speed of the refresh.&amp;nbsp; Capital 'P' to sort the process list by CPU usage.&amp;nbsp; '1' to expose the multicores on the CPU(s) header.&lt;/P&gt;&lt;P&gt;and 'q' to quit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tell ya.. I'm likin' this box more and more everyday..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 15:38:45 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/please-explain-quot-show-system-resources-quot-output/m-p/30922#M22632</guid>
      <dc:creator>GaryFowler</dc:creator>
      <dc:date>2012-09-12T15:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: please explain "show system resources" output</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/please-explain-quot-show-system-resources-quot-output/m-p/30923#M22633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As mentioned by Gary, it is just similar to a linux box.&lt;/P&gt;&lt;P&gt;This command is used to monitor processes running on the management plane.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Columns in the output mean the following:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PID is the process ID of the process&lt;/P&gt;&lt;P&gt;%CPU is the management plane CPU usage&lt;/P&gt;&lt;P&gt;%MEM is the physical Memory usage (RES)&lt;/P&gt;&lt;P&gt;VIRT -- The total virtual memory usgae:&amp;nbsp; Virtual Image (kb)&lt;/P&gt;&lt;P&gt;VIRT == SWAP + RES.&lt;/P&gt;&lt;P&gt;TIME&amp;nbsp; is the CPU Time a task has used since it is started.&lt;/P&gt;&lt;P&gt;TIME+ is the CPU Time reflecting more granularity. (hundredths of a second.)&lt;/P&gt;&lt;P&gt;COMMAND will show all the deaomons running over the management plane and its memory/CPU utilization&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Parth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 21:53:31 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/please-explain-quot-show-system-resources-quot-output/m-p/30923#M22633</guid>
      <dc:creator>ppatel</dc:creator>
      <dc:date>2012-09-12T21:53:31Z</dc:date>
    </item>
  </channel>
</rss>

