<?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: ps -el output in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-el-output/m-p/2552703#M917587</link>
    <description>You could try and use 'sar' but I would suggest you invest in glance. There is a 60 day trial copy on the application CD set. For memory it is on CD#2. &lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Michael</description>
    <pubDate>Fri, 13 Jul 2001 21:35:57 GMT</pubDate>
    <dc:creator>Michael Tully</dc:creator>
    <dc:date>2001-07-13T21:35:57Z</dc:date>
    <item>
      <title>ps -el output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-el-output/m-p/2552702#M917586</link>
      <description>I am looking for sz in k. Is this what I see from the output of ps -el. My dba wishes to monitor resource usage. Is there a better command other than top that he could use.&lt;BR /&gt;His real concern is memory usage.&lt;BR /&gt;Any insight will be appreciated.&lt;BR /&gt;dl</description>
      <pubDate>Fri, 13 Jul 2001 21:27:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-el-output/m-p/2552702#M917586</guid>
      <dc:creator>Dave La Mar</dc:creator>
      <dc:date>2001-07-13T21:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: ps -el output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-el-output/m-p/2552703#M917587</link>
      <description>You could try and use 'sar' but I would suggest you invest in glance. There is a 60 day trial copy on the application CD set. For memory it is on CD#2. &lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Michael</description>
      <pubDate>Fri, 13 Jul 2001 21:35:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-el-output/m-p/2552703#M917587</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2001-07-13T21:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: ps -el output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-el-output/m-p/2552704#M917588</link>
      <description>Hi Dave:&lt;BR /&gt;&lt;BR /&gt;Bill Hassell contributed this, now classic, method for rapidly viewing memory utilization at a process level:&lt;BR /&gt;&lt;BR /&gt;# UNIX95= ps -e -o "user,vsz,pid,ppid,args"|sort -rnk2|more&lt;BR /&gt;&lt;BR /&gt;Note the use of the POSIX (UNIX95) option of the 'ps' command to assist in this tracking, ranking the output in descending kilobyte core size. Note carefully that a space character follows the 'UNIX95' variable declaration and that the 'ps' command begins without any interceding delimiter. Thus, the variable UNIX95 is set only for the one command line. &lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 13 Jul 2001 22:00:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-el-output/m-p/2552704#M917588</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-07-13T22:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: ps -el output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-el-output/m-p/2552705#M917589</link>
      <description>Mr. "King" James (hope you are still reading this)&lt;BR /&gt;&lt;BR /&gt;I got a few questions .. &lt;BR /&gt;Why is the POSIX shell being referred to as&lt;BR /&gt;UNIX95? Why does this command not work with out the &lt;BR /&gt;UNIX95 variable?  When I do a man on ps to see what the &lt;BR /&gt;-o option is it says (XPG4 Only) what does that mean and is it &lt;BR /&gt;related to UNIX95? Finally is there was way to sort the ps command &lt;BR /&gt;by cpu usage like the top command?&lt;BR /&gt;&lt;BR /&gt;Thanks Richard</description>
      <pubDate>Fri, 13 Jul 2001 22:25:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-el-output/m-p/2552705#M917589</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2001-07-13T22:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: ps -el output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-el-output/m-p/2552706#M917590</link>
      <description>Thanks JRF. DBA is happy camper.</description>
      <pubDate>Fri, 13 Jul 2001 22:42:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-el-output/m-p/2552706#M917590</guid>
      <dc:creator>Dave La Mar</dc:creator>
      <dc:date>2001-07-13T22:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: ps -el output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-el-output/m-p/2552707#M917591</link>
      <description>Hi Richard:&lt;BR /&gt;&lt;BR /&gt;See here, for the answer to your question, above:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xfc5b46ff9277d511abcd0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xfc5b46ff9277d511abcd0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Sat, 14 Jul 2001 02:19:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-el-output/m-p/2552707#M917591</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-07-14T02:19:31Z</dc:date>
    </item>
  </channel>
</rss>

