<?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 ten processes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/top-ten-processes/m-p/4795321#M392103</link>
    <description>Hi,&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;I just wanted to know the command which gives the o/p of processes which is consuming more memory from ascending order.</description>
    <pubDate>Fri, 03 Jun 2011 16:04:07 GMT</pubDate>
    <dc:creator>shikhar_1</dc:creator>
    <dc:date>2011-06-03T16:04:07Z</dc:date>
    <item>
      <title>top ten processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/top-ten-processes/m-p/4795319#M392101</link>
      <description>Hi Everyone,&lt;BR /&gt;&lt;BR /&gt;Whats the command for top ten processes in HP-UX?&lt;BR /&gt;I dont want to use "top" command as it is refreshing.&lt;BR /&gt;Is there any command which just give a o/p of top ten processes?</description>
      <pubDate>Fri, 03 Jun 2011 14:57:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/top-ten-processes/m-p/4795319#M392101</guid>
      <dc:creator>shikhar_1</dc:creator>
      <dc:date>2011-06-03T14:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: top ten processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/top-ten-processes/m-p/4795320#M392102</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;You could use 'top' and run it for one-cycle:&lt;BR /&gt;&lt;BR /&gt;# top -d 1&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 03 Jun 2011 15:08:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/top-ten-processes/m-p/4795320#M392102</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2011-06-03T15:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: top ten processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/top-ten-processes/m-p/4795321#M392103</link>
      <description>Hi,&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;I just wanted to know the command which gives the o/p of processes which is consuming more memory from ascending order.</description>
      <pubDate>Fri, 03 Jun 2011 16:04:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/top-ten-processes/m-p/4795321#M392103</guid>
      <dc:creator>shikhar_1</dc:creator>
      <dc:date>2011-06-03T16:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: top ten processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/top-ten-processes/m-p/4795322#M392104</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;If you prefer, then:&lt;BR /&gt;&lt;BR /&gt;# UNIX95= ps -e -ovsz= -opid= -ocomm= | sort -knr1,1 | head -10&lt;BR /&gt;&lt;BR /&gt;There is nothing but whitespace after the 'UNIX95=' and before the 'ps'. This keeps UNIX95 behavior set only for the commandline. To do otherwise may lead to different behavior than you want. The '-o' option selects the fields to display and the trailing '=' suppresses the field headers. The sort orders the process list in descending virtual memory size.&lt;BR /&gt;&lt;BR /&gt;For the CPU usage, you could look at the cumulative execution time':&lt;BR /&gt;&lt;BR /&gt;# UNIX95= ps -e -otime= -opid= -ocomm= | sort -kr1,1 | head -10 &lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Jun 2011 16:13:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/top-ten-processes/m-p/4795322#M392104</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2011-06-03T16:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: top ten processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/top-ten-processes/m-p/4795323#M392105</link>
      <description>Will these scommand work for OS vers. 11.11 &amp;amp; 11.23</description>
      <pubDate>Fri, 03 Jun 2011 16:14:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/top-ten-processes/m-p/4795323#M392105</guid>
      <dc:creator>shikhar_1</dc:creator>
      <dc:date>2011-06-03T16:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: top ten processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/top-ten-processes/m-p/4795324#M392106</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Will these scommand work for OS vers. 11.11 &amp;amp; 11.23&lt;BR /&gt;&lt;BR /&gt;Absolutely.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 03 Jun 2011 16:21:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/top-ten-processes/m-p/4795324#M392106</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2011-06-03T16:21:54Z</dc:date>
    </item>
  </channel>
</rss>

