<?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 Simple question about RAM checking in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-question-about-ram-checking/m-p/2445800#M9267</link>
    <description>I use "Glance" find out my HP server 's memory is 100% FULL, my question is :&lt;BR /&gt; " If I don't use "glance", which hp-ux command can be used to check memory usage?"&lt;BR /&gt; " After that, which command I can use to get the process id that use the most ram?"&lt;BR /&gt;&lt;BR /&gt;    Thank you very much!&lt;BR /&gt;</description>
    <pubDate>Fri, 15 Sep 2000 17:14:48 GMT</pubDate>
    <dc:creator>Sunny Chen</dc:creator>
    <dc:date>2000-09-15T17:14:48Z</dc:date>
    <item>
      <title>Simple question about RAM checking</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-question-about-ram-checking/m-p/2445800#M9267</link>
      <description>I use "Glance" find out my HP server 's memory is 100% FULL, my question is :&lt;BR /&gt; " If I don't use "glance", which hp-ux command can be used to check memory usage?"&lt;BR /&gt; " After that, which command I can use to get the process id that use the most ram?"&lt;BR /&gt;&lt;BR /&gt;    Thank you very much!&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Sep 2000 17:14:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-question-about-ram-checking/m-p/2445800#M9267</guid>
      <dc:creator>Sunny Chen</dc:creator>
      <dc:date>2000-09-15T17:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Simple question about RAM checking</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-question-about-ram-checking/m-p/2445801#M9268</link>
      <description>Sunny:&lt;BR /&gt;&lt;BR /&gt;# swapinfo -ta&lt;BR /&gt;&lt;BR /&gt;Also vmstat and sar can be very useful.  See the man pages for both.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 15 Sep 2000 17:18:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-question-about-ram-checking/m-p/2445801#M9268</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-09-15T17:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Simple question about RAM checking</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-question-about-ram-checking/m-p/2445802#M9269</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Oh, almost forgot, 'top' is good for looking at indivicual processes' memory.  See man pages for top.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 15 Sep 2000 17:26:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-question-about-ram-checking/m-p/2445802#M9269</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-09-15T17:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Simple question about RAM checking</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-question-about-ram-checking/m-p/2445803#M9270</link>
      <description>To find which processes are using the most memory, you can use the ps command.  To use teh XPG4 flags, t is necessary to set the UNIX95 environmental variable.&lt;BR /&gt;&lt;BR /&gt;export UNIX95=1&lt;BR /&gt;ps -e -o "user,pid,ppid,sz,vsz,comm" | sort -rn +4|more</description>
      <pubDate>Fri, 15 Sep 2000 17:26:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-question-about-ram-checking/m-p/2445803#M9270</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-09-15T17:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Simple question about RAM checking</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-question-about-ram-checking/m-p/2445804#M9271</link>
      <description>Hey Alan,&lt;BR /&gt;&lt;BR /&gt;Good call!  Works like a charm, and with Linux too.  I was not very aware of UNIX95 prior to this (heard of it), but it suggests that a considerable amount of portability issues can be easily dealt with.  Thanks again.</description>
      <pubDate>Fri, 15 Sep 2000 18:01:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-question-about-ram-checking/m-p/2445804#M9271</guid>
      <dc:creator>Tim Malnati</dc:creator>
      <dc:date>2000-09-15T18:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Simple question about RAM checking</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-question-about-ram-checking/m-p/2445805#M9272</link>
      <description>You're welcome.  I was happy when I learned about it, too.&lt;BR /&gt;&lt;BR /&gt;I used to like the old Berkley flags (ps gv, etc.) on AIX and was frustrated when I could not get the same functionaliy on hp.  I had never tried it on linux -- glad to know it unctions there, too.</description>
      <pubDate>Fri, 15 Sep 2000 18:44:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-question-about-ram-checking/m-p/2445805#M9272</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-09-15T18:44:34Z</dc:date>
    </item>
  </channel>
</rss>

