<?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 awux / ps -edalf in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-awux-ps-edalf/m-p/3945502#M289441</link>
    <description>nice one ....&lt;BR /&gt;&lt;BR /&gt;PAGESIZE = 4096 (4k)&lt;BR /&gt;&lt;BR /&gt;Thanks James.&lt;BR /&gt;&lt;BR /&gt;Chris.</description>
    <pubDate>Thu, 15 Feb 2007 12:19:03 GMT</pubDate>
    <dc:creator>lawrenzo</dc:creator>
    <dc:date>2007-02-15T12:19:03Z</dc:date>
    <item>
      <title>ps awux / ps -edalf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-awux-ps-edalf/m-p/3945500#M289439</link>
      <description>guys,&lt;BR /&gt;&lt;BR /&gt;I am seeing 99% memory usage, no pages being release and not much processing on the box - approx 120 procs running.&lt;BR /&gt;&lt;BR /&gt;There is 8gb of memory and this is concerning me that something is not configured correctly.&lt;BR /&gt;&lt;BR /&gt;I run ps awux or ps -edalf and calculate the size field, my question is what is the number a representation of in blocks ie is it reporting 512byte blocks or 4k blocks?&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Thu, 15 Feb 2007 11:59:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-awux-ps-edalf/m-p/3945500#M289439</guid>
      <dc:creator>lawrenzo</dc:creator>
      <dc:date>2007-02-15T11:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: ps awux / ps -edalf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-awux-ps-edalf/m-p/3945501#M289440</link>
      <description>Hi Chris:&lt;BR /&gt;&lt;BR /&gt;The definitive way to answer what is the value of the 'sz' field output by 'ps' is to interrogate SC_PAGE_SIZE:&lt;BR /&gt;&lt;BR /&gt;# getconf SC_PAGE_SIZE&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Feb 2007 12:16:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-awux-ps-edalf/m-p/3945501#M289440</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-02-15T12:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: ps awux / ps -edalf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-awux-ps-edalf/m-p/3945502#M289441</link>
      <description>nice one ....&lt;BR /&gt;&lt;BR /&gt;PAGESIZE = 4096 (4k)&lt;BR /&gt;&lt;BR /&gt;Thanks James.&lt;BR /&gt;&lt;BR /&gt;Chris.</description>
      <pubDate>Thu, 15 Feb 2007 12:19:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-awux-ps-edalf/m-p/3945502#M289441</guid>
      <dc:creator>lawrenzo</dc:creator>
      <dc:date>2007-02-15T12:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: ps awux / ps -edalf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-awux-ps-edalf/m-p/3945503#M289442</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;whats the uptime on this server ?&lt;BR /&gt;&lt;BR /&gt;also check # top 10   and see if any command / process is hanging , some times that can eat up all your memory . &lt;BR /&gt;&lt;BR /&gt;rgds / James&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Feb 2007 12:26:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-awux-ps-edalf/m-p/3945503#M289442</guid>
      <dc:creator>James George_1</dc:creator>
      <dc:date>2007-02-15T12:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: ps awux / ps -edalf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-awux-ps-edalf/m-p/3945504#M289443</link>
      <description>The HP-UX version of ps has very powerful options to summarize local memory usage. This command will show you all the processes sorted by size (in Kbytes):&lt;BR /&gt; &lt;BR /&gt;UNIX95=1 ps -e -o vsz,ruser,pid,args | sort -rn&lt;BR /&gt; &lt;BR /&gt;Now you will quickly see that all the numbers do not come even close to the amount of RAM you have. ps counts local process memory. It knows nothing about what the kernel uses, nor does it count shared memory usage or the buffer cache. If you never tuned your system, the buffer cache is probably 50% of your memory. Note that memory usage is not is an indication of performance so "not much processing" has nothing to do with memory usage.</description>
      <pubDate>Thu, 15 Feb 2007 16:03:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-awux-ps-edalf/m-p/3945504#M289443</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-02-15T16:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: ps awux / ps -edalf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ps-awux-ps-edalf/m-p/3945505#M289444</link>
      <description>Ok thanks chaps,&lt;BR /&gt;&lt;BR /&gt;you are correct Bill, all proc's add to 4.5gb so will check other settings.&lt;BR /&gt;&lt;BR /&gt;Chris.&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Feb 2007 03:35:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ps-awux-ps-edalf/m-p/3945505#M289444</guid>
      <dc:creator>lawrenzo</dc:creator>
      <dc:date>2007-02-16T03:35:51Z</dc:date>
    </item>
  </channel>
</rss>

