<?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: TOP Process on CPU/Memory in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/top-process-on-cpu-memory/m-p/4674476#M382078</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If look at man TOP, this what describes memory and time taken&lt;BR /&gt;&lt;BR /&gt;       n: %MEM --  Memory usage (RES)&lt;BR /&gt;   A task's currently used share of available physical memory.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;       l: TIME --  CPU Time&lt;BR /&gt;   Total CPU time the task has used since it started.  When 'Cumulative&lt;BR /&gt;   mode'  is  On,  each process is listed with the cpu time that it and&lt;BR /&gt;   its dead children has used.  You toggle 'Cumulative mode' with  'S',&lt;BR /&gt;   which  is a command-line option and an interactive command.  See the&lt;BR /&gt;   'S' interactive command for additional  information  regarding  this&lt;BR /&gt;   mode.&lt;BR /&gt;&lt;BR /&gt;So looking at these two statistcis in TOP you can figure out whatever you are looking for.&lt;BR /&gt;&lt;BR /&gt;-Pramod.</description>
    <pubDate>Mon, 16 Aug 2010 03:45:32 GMT</pubDate>
    <dc:creator>Pramod Kumar M</dc:creator>
    <dc:date>2010-08-16T03:45:32Z</dc:date>
    <item>
      <title>TOP Process on CPU/Memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/top-process-on-cpu-memory/m-p/4674474#M382076</link>
      <description>Hi All!&lt;BR /&gt;&lt;BR /&gt;1.How to find Top Process on CPU  i.e greater than 100 mins of CPU time?&lt;BR /&gt;&lt;BR /&gt;2.How to find top process on memory i.e greater than 100MB?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ganesh</description>
      <pubDate>Fri, 13 Aug 2010 08:51:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/top-process-on-cpu-memory/m-p/4674474#M382076</guid>
      <dc:creator>Ganesh Balraman</dc:creator>
      <dc:date>2010-08-13T08:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: TOP Process on CPU/Memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/top-process-on-cpu-memory/m-p/4674475#M382077</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;1. Use top -h and see the processes consuming the resources.&lt;BR /&gt;2. Use tool like Glance/gpm to see and sort the processes, glance will also give you the process details.&lt;BR /&gt;3. UNIX95=1 ps -e -o vsz,pid,ruser,args | sort -rn |head&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;VVS</description>
      <pubDate>Fri, 13 Aug 2010 09:00:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/top-process-on-cpu-memory/m-p/4674475#M382077</guid>
      <dc:creator>VVS</dc:creator>
      <dc:date>2010-08-13T09:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: TOP Process on CPU/Memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/top-process-on-cpu-memory/m-p/4674476#M382078</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If look at man TOP, this what describes memory and time taken&lt;BR /&gt;&lt;BR /&gt;       n: %MEM --  Memory usage (RES)&lt;BR /&gt;   A task's currently used share of available physical memory.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;       l: TIME --  CPU Time&lt;BR /&gt;   Total CPU time the task has used since it started.  When 'Cumulative&lt;BR /&gt;   mode'  is  On,  each process is listed with the cpu time that it and&lt;BR /&gt;   its dead children has used.  You toggle 'Cumulative mode' with  'S',&lt;BR /&gt;   which  is a command-line option and an interactive command.  See the&lt;BR /&gt;   'S' interactive command for additional  information  regarding  this&lt;BR /&gt;   mode.&lt;BR /&gt;&lt;BR /&gt;So looking at these two statistcis in TOP you can figure out whatever you are looking for.&lt;BR /&gt;&lt;BR /&gt;-Pramod.</description>
      <pubDate>Mon, 16 Aug 2010 03:45:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/top-process-on-cpu-memory/m-p/4674476#M382078</guid>
      <dc:creator>Pramod Kumar M</dc:creator>
      <dc:date>2010-08-16T03:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: TOP Process on CPU/Memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/top-process-on-cpu-memory/m-p/4674477#M382079</link>
      <description>1.How to find Top Process on CPU i.e greater than 100 mins of CPU time?&lt;BR /&gt;&amp;gt;&amp;gt; ps -ef|head -20|sort  -rk8&lt;BR /&gt;&lt;BR /&gt;so this would list you the process took maximum CPU time.&lt;BR /&gt;&lt;BR /&gt;2.How to find top process on memory i.e greater than 100MB?&lt;BR /&gt; just check top RES &lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Aug 2010 05:59:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/top-process-on-cpu-memory/m-p/4674477#M382079</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2010-08-16T05:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: TOP Process on CPU/Memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/top-process-on-cpu-memory/m-p/4674478#M382080</link>
      <description>OOps....my bad no head -20&lt;BR /&gt;&lt;BR /&gt;#ps -ef|sort -rk8&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+</description>
      <pubDate>Mon, 16 Aug 2010 06:00:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/top-process-on-cpu-memory/m-p/4674478#M382080</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2010-08-16T06:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: TOP Process on CPU/Memory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/top-process-on-cpu-memory/m-p/4674479#M382081</link>
      <description>Hi Kapil&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I thing you want to say: ps -ef | sort -rnk 8&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Mon, 16 Aug 2010 16:05:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/top-process-on-cpu-memory/m-p/4674479#M382081</guid>
      <dc:creator>nightwich</dc:creator>
      <dc:date>2010-08-16T16:05:56Z</dc:date>
    </item>
  </channel>
</rss>

