<?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: mem usage on hp systems in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mem-usage-on-hp-systems/m-p/4933258#M410401</link>
    <description>You can use #top -s1 to find out memory usage. &lt;BR /&gt;or, &lt;BR /&gt;UNIX95= ps -e -o vsz,uid,ruser,args | sort -rn&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
    <pubDate>Wed, 12 Oct 2005 22:54:10 GMT</pubDate>
    <dc:creator>Arunvijai_4</dc:creator>
    <dc:date>2005-10-12T22:54:10Z</dc:date>
    <item>
      <title>mem usage on hp systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mem-usage-on-hp-systems/m-p/4933257#M410400</link>
      <description>I often have the debate on mem uage on hp systems. I wish to know avail and used mem on system. People tell me this is not important that amount of paging is- true of course. But I maintain that if you only have 10meg of mem avail on sys then you are going to be paging.&lt;BR /&gt;For our informix dbs we make the shared mem resident so it wont page so amount of mem avail on sys is critical when setting up dbs to run efficently.&lt;BR /&gt;Also if you are not monitoring amount of mem available on sys  how do you know if you have installed an inefficent  software release. We just did this . Our mem usage increase by 1 gig overnight- how do I know - by monitoring mem usage !&lt;BR /&gt;Any comments from the experts out there</description>
      <pubDate>Wed, 12 Oct 2005 20:34:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mem-usage-on-hp-systems/m-p/4933257#M410400</guid>
      <dc:creator>Karl oliver</dc:creator>
      <dc:date>2005-10-12T20:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: mem usage on hp systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mem-usage-on-hp-systems/m-p/4933258#M410401</link>
      <description>You can use #top -s1 to find out memory usage. &lt;BR /&gt;or, &lt;BR /&gt;UNIX95= ps -e -o vsz,uid,ruser,args | sort -rn&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 12 Oct 2005 22:54:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mem-usage-on-hp-systems/m-p/4933258#M410401</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-10-12T22:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: mem usage on hp systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mem-usage-on-hp-systems/m-p/4933259#M410402</link>
      <description>If you have glance installed: glance -m&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Thu, 13 Oct 2005 04:50:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mem-usage-on-hp-systems/m-p/4933259#M410402</guid>
      <dc:creator>Lee Harris_5</dc:creator>
      <dc:date>2005-10-13T04:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: mem usage on hp systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mem-usage-on-hp-systems/m-p/4933260#M410403</link>
      <description>Check the swap size and memory. You've to configure swap memory related with physical memory. &lt;BR /&gt;&lt;BR /&gt;# swapinfo -tam&lt;BR /&gt;&lt;BR /&gt;You can put a script like,&lt;BR /&gt;&lt;BR /&gt;#!/bin/ksh&lt;BR /&gt;# memusage.ksh&lt;BR /&gt;while [ 1 ]&lt;BR /&gt;do&lt;BR /&gt;  date &amp;gt;&amp;gt; /tmp/memory.log&lt;BR /&gt;  UNIX95= ps -ef -o sz= -o vsz= -o pid -o comm | sort -nkr &amp;gt;&amp;gt; /tmp/memory.log&lt;BR /&gt;  # five minutes sleep&lt;BR /&gt;   sleep 300&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;# end&lt;BR /&gt;&lt;BR /&gt;# chmod u+x memusage.ksh&lt;BR /&gt;# ./memusage.ksh 2&amp;gt;/tmp/memory.err &amp;amp;&lt;BR /&gt;&lt;BR /&gt;Check with /tmp/memory.log and /tmp/memory.err for information and error(s) if any.&lt;BR /&gt;&lt;BR /&gt;hth.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Oct 2005 05:07:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mem-usage-on-hp-systems/m-p/4933260#M410403</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-10-13T05:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: mem usage on hp systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mem-usage-on-hp-systems/m-p/4933261#M410404</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt; Just look at the following link which has Script &amp;amp; C program also:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/parseCurl.do?CURL=%2Fcm%2FQuestionAnswer%2F1%2C%2C0x026250011d20d6118ff40090279cd0f9%2C00.html&amp;amp;admit=-682735245+1129202554424+28353475" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/parseCurl.do?CURL=%2Fcm%2FQuestionAnswer%2F1%2C%2C0x026250011d20d6118ff40090279cd0f9%2C00.html&amp;amp;admit=-682735245+1129202554424+28353475&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 13 Oct 2005 06:28:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mem-usage-on-hp-systems/m-p/4933261#M410404</guid>
      <dc:creator>VEL_1</dc:creator>
      <dc:date>2005-10-13T06:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: mem usage on hp systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mem-usage-on-hp-systems/m-p/4933262#M410405</link>
      <description>Hi Karl,&lt;BR /&gt;&lt;BR /&gt;here are two scripts one is for top memory use and other is for claimed memory used.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Borislav</description>
      <pubDate>Thu, 13 Oct 2005 07:35:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mem-usage-on-hp-systems/m-p/4933262#M410405</guid>
      <dc:creator>Borislav Perkov</dc:creator>
      <dc:date>2005-10-13T07:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: mem usage on hp systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mem-usage-on-hp-systems/m-p/4933263#M410406</link>
      <description>here is memtop.sh</description>
      <pubDate>Thu, 13 Oct 2005 07:36:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mem-usage-on-hp-systems/m-p/4933263#M410406</guid>
      <dc:creator>Borislav Perkov</dc:creator>
      <dc:date>2005-10-13T07:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: mem usage on hp systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mem-usage-on-hp-systems/m-p/4933264#M410407</link>
      <description>Karl -- When it comes to memory usage and swapping, I find that the two most common errors are:&lt;BR /&gt;&lt;BR /&gt;1) Leaving dbc_max_pct, nbuf, and bufpages at 0 on large memory systems.  That leaves (be default) the dbc_max_pct set to 50 so you have 1 gig of a 2 gig system going to dbc.  I suggest a dbc_max_pct that uses at most 750 to 800 MB.&lt;BR /&gt;&lt;BR /&gt;2) Not having enough device swap space.  HP still recommends in general that you have 2xRAM worth of device swap (i.e. 4 GB of device swap for 2 GB of RAM).&lt;BR /&gt;&lt;BR /&gt;Monitoring it is essential of course regardless of which of these tools you use.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Oct 2005 09:45:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mem-usage-on-hp-systems/m-p/4933264#M410407</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2005-10-13T09:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: mem usage on hp systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mem-usage-on-hp-systems/m-p/4933265#M410408</link>
      <description>Kent&lt;BR /&gt;is this still true&lt;BR /&gt; HP still recommends in general that you have 2xRAM worth of device swap (i.e. 4 GB of device swap for 2 GB of RAM).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;We have 16 gig mem but dont have 32 gig swap&lt;BR /&gt;.&lt;BR /&gt;below shows mem as being used for swap so at what stage do you worry about swap space  below show no swap disk space. - agrees with sam - but not swapinfo !&lt;BR /&gt;have found prog memdetail that shows following&lt;BR /&gt;Memory Stat      total    used   avail  %used&lt;BR /&gt;physical        16382.0 9294.9  7087.1     57%&lt;BR /&gt;active virtual  9280.9  4342.1  4938.8     47%&lt;BR /&gt;active real     8826.0  3948.3  4877.6     45%&lt;BR /&gt;memory swap     13240.2 5313.8  7926.4     40%&lt;BR /&gt;device swap     8192.0  8189.3     2.7    100%&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Oct 2005 14:20:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mem-usage-on-hp-systems/m-p/4933265#M410408</guid>
      <dc:creator>Karl oliver</dc:creator>
      <dc:date>2005-10-13T14:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: mem usage on hp systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mem-usage-on-hp-systems/m-p/4933266#M410409</link>
      <description>Your device swap is full - you should increase it - to atleast the same size as your ram... &lt;BR /&gt;&lt;BR /&gt;This does not mean you are "swapping" in the traditional sense - it is just a place holder for what is already in memory...&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Fri, 14 Oct 2005 09:43:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mem-usage-on-hp-systems/m-p/4933266#M410409</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-10-14T09:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: mem usage on hp systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mem-usage-on-hp-systems/m-p/4933267#M410410</link>
      <description>Geoff I dont think system is out of swap space  or everyhing would have died !&lt;BR /&gt;As i showed above mem info line below shows memory is being used for swap is the correct ?&lt;BR /&gt;Memory Stat      total    used   avail   %usedmemory swap 13240.2 5313.8 7926.4 40%&lt;BR /&gt;&lt;BR /&gt;this is governed by kernal param  swapmem_on&lt;BR /&gt;Some say have it on others say have it off !&lt;BR /&gt;what do the experts say ?&lt;BR /&gt;&lt;BR /&gt;the HP-UX Performance Cookbook  paper by Stephen Ciullo and Doug GrumannRev. &lt;BR /&gt;recommends having pseudo swap off</description>
      <pubDate>Mon, 17 Oct 2005 20:51:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mem-usage-on-hp-systems/m-p/4933267#M410410</guid>
      <dc:creator>Karl oliver</dc:creator>
      <dc:date>2005-10-17T20:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: mem usage on hp systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mem-usage-on-hp-systems/m-p/4933268#M410411</link>
      <description>Does not seem to be anyone out there that really knows hp mem usage in detail. No one mentioned the &lt;BR /&gt;kernal param swapmem_on  -pseudo-swap and how it works. with this set uou can have disk swap all used and still work</description>
      <pubDate>Sun, 06 Nov 2005 19:32:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mem-usage-on-hp-systems/m-p/4933268#M410411</guid>
      <dc:creator>Karl oliver</dc:creator>
      <dc:date>2005-11-06T19:32:36Z</dc:date>
    </item>
  </channel>
</rss>

