<?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: memory utilization in Operating System - Tru64 Unix</title>
    <link>https://community.hpe.com/t5/operating-system-tru64-unix/memory-utilization/m-p/4075477#M21063</link>
    <description>Thanks for ur reply??? but dear!!!1&lt;BR /&gt;&lt;BR /&gt;As per your statement one page size is of 8k but some where it is also mentioned 4K is that system specific??? if yes then how i will get what paging size my system is using i am having tru64 v5.1. if there is any command or method to know that will solve my problem.....&lt;BR /&gt;&lt;BR /&gt;thank again in advance</description>
    <pubDate>Wed, 26 Sep 2007 13:52:35 GMT</pubDate>
    <dc:creator>Mohammad Sanaullah</dc:creator>
    <dc:date>2007-09-26T13:52:35Z</dc:date>
    <item>
      <title>memory utilization</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/memory-utilization/m-p/4075463#M21049</link>
      <description>hi all guru's&lt;BR /&gt;&lt;BR /&gt;Here i am facing a problem on HP Tru64 Server where memory urtilization is more than the 99% and swap utilization is only 6%, i am attaching the vmstat -p output and swapon output.&lt;BR /&gt;&lt;BR /&gt;Please suggest me where my all memories are utilized. also how to make it normal.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Total Physical Memory =  8192.00 M&lt;BR /&gt;                      =  1048576 pages&lt;BR /&gt;&lt;BR /&gt;Physical Memory Clusters:&lt;BR /&gt;&lt;BR /&gt;start_pfn  end_pfn  type  size_pages / size_bytes&lt;BR /&gt;         0 885      pal   885 /    6.91M&lt;BR /&gt;       885 1048567  os    1047682 / 8185.02M&lt;BR /&gt;   1048567 1048576  pal   9 /   72.00k&lt;BR /&gt;&lt;BR /&gt;Physical Memory Use:&lt;BR /&gt;&lt;BR /&gt;start_pfn end_pfn  type  size_pages/size_bytes&lt;BR /&gt;&lt;BR /&gt;   885    1057    scavenge     172 /    1.34M&lt;BR /&gt;   1057   2216        text     1159 /    9.05M&lt;BR /&gt;   2216   2480        data     264 /    2.06M&lt;BR /&gt;   2480   2979         bss     499 /    3.90M&lt;BR /&gt;   2979   3270      kdebug     291 /    2.27M&lt;BR /&gt;   3270   3277     cfgmgmt     7 /   56.00k&lt;BR /&gt;   3277   3279       locks     2 /   16.00k&lt;BR /&gt;   3279   3293        pmap     14 /  112.00k&lt;BR /&gt;   3293   6073   unixtable     2780 /   21.72M&lt;BR /&gt;   6073   6265        logs     192 /    1.50M&lt;BR /&gt;   6265   30638    vmtables    24373 /  190.41M&lt;BR /&gt;   30638  1048567  managed  1017929 / 7952.57M&lt;BR /&gt;                             =====================&lt;BR /&gt;Total Physical Memory Use:1047682 / 8185.02M&lt;BR /&gt;&lt;BR /&gt;Managed Pages Break Down:&lt;BR /&gt;&lt;BR /&gt;       free pages = 4816&lt;BR /&gt;     active pages = 130373&lt;BR /&gt;   inactive pages = 100738&lt;BR /&gt;      wired pages = 113329&lt;BR /&gt;        ubc pages = 668845&lt;BR /&gt;        ==================&lt;BR /&gt;            Total = 1018101&lt;BR /&gt;&lt;BR /&gt;WIRED Pages Break Down:&lt;BR /&gt;&lt;BR /&gt;   vm wired pages = 11841&lt;BR /&gt;  ubc wired pages = 6&lt;BR /&gt;  meta data pages = 31358&lt;BR /&gt;     malloc pages = 60076&lt;BR /&gt;     contig pages = 3769&lt;BR /&gt;    user ptepages = 4854&lt;BR /&gt;  kernel ptepages = 1051&lt;BR /&gt;    free ptepages = 10&lt;BR /&gt;        ==================&lt;BR /&gt;            Total = 112965&lt;BR /&gt;&lt;BR /&gt;Swap partition /dev/disk/dsk15c (default swap):&lt;BR /&gt;    Allocated space:      2222817 pages (16.96GB)&lt;BR /&gt;    In-use space:          149081 pages (  6%)&lt;BR /&gt;    Free space:           2073736 pages ( 93%)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Total swap allocation:&lt;BR /&gt;    Allocated space:      2222817 pages (16.96GB)&lt;BR /&gt;    Reserved space:        361374 pages ( 16%)&lt;BR /&gt;    In-use space:          149081 pages (  6%)&lt;BR /&gt;    Available space:      1861443 pages ( 83%)&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Sep 2007 02:32:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/memory-utilization/m-p/4075463#M21049</guid>
      <dc:creator>Mohammad Sanaullah</dc:creator>
      <dc:date>2007-09-25T02:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: memory utilization</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/memory-utilization/m-p/4075464#M21050</link>
      <description>As far I can see, the system is using your memory correctly because is not swapping, and most of the memory is used by the UBC (cache for file system objects). The UBC memory is reused if application need it.&lt;BR /&gt;&lt;BR /&gt;You can tune the memory % used by UBC tuning the ubc_maxpercent kernel paramenter.</description>
      <pubDate>Tue, 25 Sep 2007 05:54:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/memory-utilization/m-p/4075464#M21050</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-09-25T05:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: memory utilization</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/memory-utilization/m-p/4075465#M21051</link>
      <description>Ivan may be right. It looks OK to me also.&lt;BR /&gt;Can you post output of:&lt;BR /&gt;# sysconfig -q vm</description>
      <pubDate>Tue, 25 Sep 2007 06:31:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/memory-utilization/m-p/4075465#M21051</guid>
      <dc:creator>Vladimir Fabecic</dc:creator>
      <dc:date>2007-09-25T06:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: memory utilization</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/memory-utilization/m-p/4075466#M21052</link>
      <description>Are you only concerned about memory use because it does not match what some other operating system reports?&lt;BR /&gt;&lt;BR /&gt;If you have a real performance issue, you should describe that issue and the data you have collected.  It is almost never as simple as VM use.&lt;BR /&gt;&lt;BR /&gt;Without specific goals and tests that can be repeated to determine the results, changing tuning from the system defaults will only make problems worse.&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Sep 2007 07:47:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/memory-utilization/m-p/4075466#M21052</guid>
      <dc:creator>jim owens_1</dc:creator>
      <dc:date>2007-09-25T07:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: memory utilization</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/memory-utilization/m-p/4075467#M21053</link>
      <description>Thanks for responsing to ma question dear all my problem is that on the production server i have 8GB of RAM there is a application running on that server and their vendor says that application is ok network team also says same, i see every thing is ok OS side but i was unable to explain why it shows 99.9% memory is utilised and during vmstat -P output it shows that almost all the RAM is utilised or in use.. but the scene is that i checked the earlier report when there was no application problem then too my server memory is showing 99.9% memory utilised.&lt;BR /&gt;&lt;BR /&gt;then how can i proof that this is not an OS related problem and everything is ok from my side. or is there any problem in my server end???? please suggest!!!</description>
      <pubDate>Tue, 25 Sep 2007 09:01:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/memory-utilization/m-p/4075467#M21053</guid>
      <dc:creator>Mohammad Sanaullah</dc:creator>
      <dc:date>2007-09-25T09:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: memory utilization</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/memory-utilization/m-p/4075468#M21054</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Can you explain exactly what the problem is...?&lt;BR /&gt;&lt;BR /&gt;What symptoms are you seeing with the application, other than all of the memory being used ?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Rob</description>
      <pubDate>Tue, 25 Sep 2007 09:09:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/memory-utilization/m-p/4075468#M21054</guid>
      <dc:creator>Rob Leadbeater</dc:creator>
      <dc:date>2007-09-25T09:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: memory utilization</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/memory-utilization/m-p/4075469#M21055</link>
      <description>As said before, your memory is probably used by UBC.&lt;BR /&gt;So all unused memory (unused by applications) is used for caching.&lt;BR /&gt;This is normal. You are NOT having problem with server.</description>
      <pubDate>Tue, 25 Sep 2007 09:11:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/memory-utilization/m-p/4075469#M21055</guid>
      <dc:creator>Vladimir Fabecic</dc:creator>
      <dc:date>2007-09-25T09:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: memory utilization</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/memory-utilization/m-p/4075470#M21056</link>
      <description>Please also keep asigning points!&lt;BR /&gt;&lt;BR /&gt;Have a nice day.</description>
      <pubDate>Tue, 25 Sep 2007 09:33:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/memory-utilization/m-p/4075470#M21056</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-09-25T09:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: memory utilization</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/memory-utilization/m-p/4075471#M21057</link>
      <description>Dear Rob Leadbeater,&lt;BR /&gt;&lt;BR /&gt;My server is having messaging with one of VAX server and there is no problem at all, but some time it got slow messaging response and when i checked all the CPU, SWAP, MEMORY and SWAP,, there is no difference in report from normal time.&lt;BR /&gt;network report also have no problem. but the application team is pointing that why system is utilising the 99.9% Memory which is same as that of normal time to.&lt;BR /&gt;&lt;BR /&gt;Now what should be my course of action on this point.&lt;BR /&gt;how can i prove that memory utilisation that is 99.9% have no bad impact on applications running.&lt;BR /&gt;&lt;BR /&gt;that all!!!! hope u all got my point...&lt;BR /&gt;&lt;BR /&gt;Suggest!!&amp;gt;???&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Sep 2007 09:48:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/memory-utilization/m-p/4075471#M21057</guid>
      <dc:creator>Mohammad Sanaullah</dc:creator>
      <dc:date>2007-09-25T09:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: memory utilization</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/memory-utilization/m-p/4075472#M21058</link>
      <description>As I understand it, there are times when your users complain that response is slower than at other times.  This complaint is common when users compare it to what they get as "best response" and expect that is what they should always see.&lt;BR /&gt;&lt;BR /&gt;There are no easy ways to determine what is happening and if the response times match what can be expected from the system configuration.&lt;BR /&gt;&lt;BR /&gt;The only technique I know is to use a tool like "collect" to monitor the system across a wide interval as the load and response changes.  Note that any monitor tool also affects the system and runs the risk that the performance will degrade to an unacceptible state by running the tool.&lt;BR /&gt;&lt;BR /&gt;Collecting the data is the easiest part of the problem.  Analyzing it is the hard part and requires expert knowledge.  I would get someone with more experience to handle that. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Sep 2007 11:44:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/memory-utilization/m-p/4075472#M21058</guid>
      <dc:creator>jim owens_1</dc:creator>
      <dc:date>2007-09-25T11:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: memory utilization</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/memory-utilization/m-p/4075473#M21059</link>
      <description>&amp;gt;&amp;gt;&amp;gt; How can i prove that memory utilisation that is 99.9% have no bad impact on applications running.&lt;BR /&gt;&lt;BR /&gt;Send to them the "Tru64 UNIX - System Configuration and Tuning" manual, available at the HP Tru64 documentation web page, and ask them to read the sections:&lt;BR /&gt;&lt;BR /&gt;1.5.1.1 Using the UBC&lt;BR /&gt;4.4.1.3 Modifying the Percentage of Physical Memory the UBC is Using&lt;BR /&gt;11.1.3 Tuning the UBC&lt;BR /&gt;12â  1 UBC Memory Allocation&lt;BR /&gt;&lt;BR /&gt;If they are unhappy with UBC memory utilization, change the kernel value menthioned before.</description>
      <pubDate>Tue, 25 Sep 2007 13:52:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/memory-utilization/m-p/4075473#M21059</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-09-25T13:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: memory utilization</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/memory-utilization/m-p/4075474#M21060</link>
      <description>Dear All once again can any one jsut tell me what free pages means in the above output of vmstat -P does the UBC pages are also taken as free pages as system frees them whenever applications required the...&lt;BR /&gt;&lt;BR /&gt;if Total Physical Memory=8192.00 M=1048576 pages does that means 1 page equal the 0.007815 MB, if that then my free memory that is &lt;BR /&gt;free pages = 4816=4816*0.007815 MB=37MB&lt;BR /&gt;ubc pages = 668845 means 5227MB&lt;BR /&gt;can i assume that total free memory is 5254MB and rest are Memory Utilised????&lt;BR /&gt;&lt;BR /&gt;Please clear my doubt...&lt;BR /&gt;&lt;BR /&gt;All will get good points......</description>
      <pubDate>Wed, 26 Sep 2007 12:50:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/memory-utilization/m-p/4075474#M21060</guid>
      <dc:creator>Mohammad Sanaullah</dc:creator>
      <dc:date>2007-09-26T12:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: memory utilization</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/memory-utilization/m-p/4075475#M21061</link>
      <description>One more thing how to get the page size of the sytem.. i think i have page size of 8k as 2222817 pages allocated shows 16.96 GB that comes only if 2222817*8K = 16.96GB.. then above calculations have to be changed in that respect.&lt;BR /&gt;&lt;BR /&gt;please any one can tell how to know the page size?????</description>
      <pubDate>Wed, 26 Sep 2007 13:30:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/memory-utilization/m-p/4075475#M21061</guid>
      <dc:creator>Mohammad Sanaullah</dc:creator>
      <dc:date>2007-09-26T13:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: memory utilization</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/memory-utilization/m-p/4075476#M21062</link>
      <description>From the same manual menthioned in my previous post:&lt;BR /&gt;&lt;BR /&gt;1.6 Memory Resources&lt;BR /&gt;&lt;BR /&gt;The total amount of physical memory is determined by the capacity of the memory boards installed in your system. The virtual memory (vm) subsystem tracks and manages this memory in 8-KB portions called pages, distributing them among the following areas:&lt;BR /&gt;&lt;BR /&gt;- Static wired memory&lt;BR /&gt;- Dynamically wired memory&lt;BR /&gt;- Physical memory for processes and data caching</description>
      <pubDate>Wed, 26 Sep 2007 13:44:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/memory-utilization/m-p/4075476#M21062</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-09-26T13:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: memory utilization</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/memory-utilization/m-p/4075477#M21063</link>
      <description>Thanks for ur reply??? but dear!!!1&lt;BR /&gt;&lt;BR /&gt;As per your statement one page size is of 8k but some where it is also mentioned 4K is that system specific??? if yes then how i will get what paging size my system is using i am having tru64 v5.1. if there is any command or method to know that will solve my problem.....&lt;BR /&gt;&lt;BR /&gt;thank again in advance</description>
      <pubDate>Wed, 26 Sep 2007 13:52:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/memory-utilization/m-p/4075477#M21063</guid>
      <dc:creator>Mohammad Sanaullah</dc:creator>
      <dc:date>2007-09-26T13:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: memory utilization</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/memory-utilization/m-p/4075478#M21064</link>
      <description>Tru64 base memory pages are always 8192 bytes.&lt;BR /&gt;&lt;BR /&gt;The term "page" is not exclusive to VM and may refer to something else.&lt;BR /&gt;&lt;BR /&gt;HP-UX uses 4096 byte memory pages as do other platforms so you will see a lot of 4K page discussions.</description>
      <pubDate>Wed, 26 Sep 2007 14:04:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/memory-utilization/m-p/4075478#M21064</guid>
      <dc:creator>jim owens_1</dc:creator>
      <dc:date>2007-09-26T14:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: memory utilization</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/memory-utilization/m-p/4075479#M21065</link>
      <description>if thats the fact!!! i can handle situation now better with the customer but it will be better if any one can suggest me the commands to know the same????&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Wed, 26 Sep 2007 14:13:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/memory-utilization/m-p/4075479#M21065</guid>
      <dc:creator>Mohammad Sanaullah</dc:creator>
      <dc:date>2007-09-26T14:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: memory utilization</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/memory-utilization/m-p/4075480#M21066</link>
      <description>From the output of vmstat&lt;BR /&gt;&lt;BR /&gt;vmstat 5&lt;BR /&gt;Virtual Memory Statistics: (pagesize = 8192)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;See the the header. No doubts there.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Sep 2007 14:26:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/memory-utilization/m-p/4075480#M21066</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-09-26T14:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: memory utilization</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/memory-utilization/m-p/4075481#M21067</link>
      <description>Going back to your vmstat, the order of memory availability is:&lt;BR /&gt;&lt;BR /&gt;free pages = 4816... about 39MB ready for immediate use.&lt;BR /&gt;&lt;BR /&gt;inactive pages = 100738... about 825MB not referenced now and reusable after VM cleanup.&lt;BR /&gt;&lt;BR /&gt;ubc pages = 668845... about 5.4GB that will be reallocated as needed.  Note that ubc is where applications have their running code and data that lives on disk unless this is something like an oracle database applicattion.&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Sep 2007 14:42:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/memory-utilization/m-p/4075481#M21067</guid>
      <dc:creator>jim owens_1</dc:creator>
      <dc:date>2007-09-26T14:42:04Z</dc:date>
    </item>
  </channel>
</rss>

