<?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 - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilization/m-p/5143413#M453048</link>
    <description>Installed memory is not memory utilaztion.&lt;BR /&gt;&lt;BR /&gt;cd /var/adm/syslog&lt;BR /&gt;grep Physical syslog.log&lt;BR /&gt;&lt;BR /&gt;That will show available memory at startup.</description>
    <pubDate>Thu, 27 Nov 2008 08:04:46 GMT</pubDate>
    <dc:creator>Wim Rombauts</dc:creator>
    <dc:date>2008-11-27T08:04:46Z</dc:date>
    <item>
      <title>Memory Utilization?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilization/m-p/5143405#M453040</link>
      <description>&lt;BR /&gt; Hi Friends,&lt;BR /&gt;  &lt;BR /&gt;   How to find the memeory utilization in HP-UX.&lt;BR /&gt;&lt;BR /&gt;Pls anyone help tome? it's very urgent....&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Unixguy.&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Nov 2008 07:30:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilization/m-p/5143405#M453040</guid>
      <dc:creator>unixguy_1</dc:creator>
      <dc:date>2008-11-27T07:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Utilization?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilization/m-p/5143406#M453041</link>
      <description>I think "swapinfo -tm" may be a good start, or glance. It all depends on how much detail you want.</description>
      <pubDate>Thu, 27 Nov 2008 07:36:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilization/m-p/5143406#M453041</guid>
      <dc:creator>Wim Rombauts</dc:creator>
      <dc:date>2008-11-27T07:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Utilization?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilization/m-p/5143407#M453042</link>
      <description>Glance&lt;BR /&gt;&lt;BR /&gt;# glance&lt;BR /&gt;&lt;BR /&gt;then press m for memory usgae to check&lt;BR /&gt;&lt;BR /&gt;B3692A GlancePlus C.03.71.00    15:38:06   hudt02 9000/800    Current  Avg  High&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;CPU  Util   SAU                                                |  3%    3%    3%&lt;BR /&gt;Disk Util   FVV                                                |  5%    5%    5%&lt;BR /&gt;Mem  Util   S          SU                        UB       B    | 92%   92%   92%&lt;BR /&gt;Swap Util   U         UR             R                         | 50%   50%   50%&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;                                 MEMORY REPORT                      Users=    2&lt;BR /&gt;Event         Current   Cumulative   Current Rate   Cum Rate   High Rate&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;Page Faults       101          101        72.1       72.1        72.1&lt;BR /&gt;Page In             8            8         5.7        5.7         5.7&lt;BR /&gt;Page Out            0            0         0.0        0.0         0.0&lt;BR /&gt;KB Paged In     124kb        124kb        88.5       88.5        88.5&lt;BR /&gt;KB Paged Out      0kb          0kb         0.0        0.0         0.0&lt;BR /&gt;Reactivations       0            0         0.0        0.0         0.0&lt;BR /&gt;Deactivations       0            0         0.0        0.0         0.0&lt;BR /&gt;KB Deactivated    0kb          0kb         0.0        0.0         0.0&lt;BR /&gt;VM Reads            9            9         6.4        6.4         6.4&lt;BR /&gt;VM Writes           0            0         6.4        0.0         0.0&lt;BR /&gt;&lt;BR /&gt;Total VM :  1.62gb   Sys Mem  : 363.5mb   User Mem: 783.9mb   Phys Mem:  1.50gb&lt;BR /&gt;Active VM:  1.30gb   Buf Cache: 262.1mb   Free Mem: 126.5mb         Page 1 of 1</description>
      <pubDate>Thu, 27 Nov 2008 07:39:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilization/m-p/5143407#M453042</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2008-11-27T07:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Utilization?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilization/m-p/5143408#M453043</link>
      <description>Hi&lt;BR /&gt;If you have glance installed . Please use the glance command.&lt;BR /&gt;&lt;BR /&gt;Or Else use the below command&lt;BR /&gt;&lt;BR /&gt;#export UNIX95=1&lt;BR /&gt;#ps -efo vsz,sz,pid,args |grep -v grep | sort -rnk 1 | more&lt;BR /&gt;&lt;BR /&gt;Where vsz is the vitual memory and sz is the actual memory used by a process&lt;BR /&gt;&lt;BR /&gt;Sagar&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Nov 2008 07:40:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilization/m-p/5143408#M453043</guid>
      <dc:creator>Sagar Sirdesai</dc:creator>
      <dc:date>2008-11-27T07:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Utilization?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilization/m-p/5143409#M453044</link>
      <description>&amp;gt;How to find the memory utilization in HP-UX.&lt;BR /&gt;&lt;BR /&gt;What are you trying to find out?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Sagar: #export UNIX95=1&lt;BR /&gt;#ps -efo vsz,sz,pid,args&lt;BR /&gt;&lt;BR /&gt;It is very dangerous to export UNIX95, instead you should do:&lt;BR /&gt;UNIX95=EXTENDED_PS ps -efo vsz,sz,pid,args | sort -rn -k1&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Nov 2008 07:44:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilization/m-p/5143409#M453044</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-11-27T07:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Utilization?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilization/m-p/5143410#M453045</link>
      <description>download kmeminfo and run. this will show you the memory utilization.</description>
      <pubDate>Thu, 27 Nov 2008 07:47:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilization/m-p/5143410#M453045</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-11-27T07:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Utilization?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilization/m-p/5143411#M453046</link>
      <description>&lt;BR /&gt; Thanks friends for ur kindreplay.&lt;BR /&gt;&lt;BR /&gt;  But i am not able to use the Glance Command in our server.&lt;BR /&gt;&lt;BR /&gt;I thing that tools is not installed in Server.&lt;BR /&gt;&lt;BR /&gt;Am i right?&lt;BR /&gt;&lt;BR /&gt;and i want to know the exact Physical Memory?&lt;BR /&gt;&lt;BR /&gt;is there any command except the glance Command.&lt;BR /&gt;&lt;BR /&gt;Thanks Johnson ur output is giving the exact details.&lt;BR /&gt;&lt;BR /&gt; Iam Waiting for your reply.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Unixguy.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Nov 2008 07:58:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilization/m-p/5143411#M453046</guid>
      <dc:creator>unixguy_1</dc:creator>
      <dc:date>2008-11-27T07:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Utilization?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilization/m-p/5143412#M453047</link>
      <description>Hi &lt;BR /&gt;You use many commands to find the Memory size &lt;BR /&gt; &lt;BR /&gt;1)echo phys_mem_pages/D |adb /stand/vmunix /dev/kmem &lt;BR /&gt;&lt;BR /&gt;You Can cstm command&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2) echo "selclass qualifier memory;sleep;info;infolog" | cstm&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;3) dmesg | grep Phys&lt;BR /&gt;&lt;BR /&gt;Sagar&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Nov 2008 08:04:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilization/m-p/5143412#M453047</guid>
      <dc:creator>Sagar Sirdesai</dc:creator>
      <dc:date>2008-11-27T08:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Utilization?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilization/m-p/5143413#M453048</link>
      <description>Installed memory is not memory utilaztion.&lt;BR /&gt;&lt;BR /&gt;cd /var/adm/syslog&lt;BR /&gt;grep Physical syslog.log&lt;BR /&gt;&lt;BR /&gt;That will show available memory at startup.</description>
      <pubDate>Thu, 27 Nov 2008 08:04:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilization/m-p/5143413#M453048</guid>
      <dc:creator>Wim Rombauts</dc:creator>
      <dc:date>2008-11-27T08:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Utilization?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilization/m-p/5143414#M453049</link>
      <description>Memory Usage from "physmem", "swapinfo", "top", and "glance". &lt;BR /&gt;How do I undertand/resolve the different result about the memory usuage from "physmem", "swapinfo", "top", and "glance". &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Physical Memory &lt;BR /&gt;Can use dmesg to report Physical memory (RAM) info. For example:&lt;BR /&gt;&lt;BR /&gt;   # dmesg | grep Phys&lt;BR /&gt;   Physical: 212992 Kbytes, lockable: 152792 Kbytes, available: 178188 Kbytes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Note: &lt;BR /&gt;This system has 2GB physical memory. &lt;BR /&gt;Lockable memory is used for &lt;BR /&gt;Process images and overhead locked using the plock() system call (see HP-UX Reference entry plock(2)). &lt;BR /&gt;Shared memory segments locked with the SHM_LOC command of the shmctl() system call (see HP-UX Reference entry shmctl(2)). &lt;BR /&gt;Miscellaneous dynamic kernel data structures used by the shared memory system and some drivers &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can also report Physical memory (RAM) size with adb:&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;  11.x  # echo phys_mem_pages/D | adb /stand/vmunix /dev/kmem&lt;BR /&gt;        physmem:&lt;BR /&gt;        physmem: 524288&lt;BR /&gt;  10.x  # echo physmem/D |adb -k /stand/vmunix /dev/kmem&lt;BR /&gt;        physmem:&lt;BR /&gt;        physmem: 524288&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[ TOP ]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SWAP&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# swapinfo -tam&lt;BR /&gt;&lt;BR /&gt;             Mb      Mb      Mb   PCT  START/      Mb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev         288      59     229   20%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;reserve       -     146    -146&lt;BR /&gt;memory      102      45      57   44%&lt;BR /&gt;total       390     250     140   64%       -       0    - &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The "memory" line in the output of swapinfo is NOT physical memory, rather it is pseudoswap which is calculated to be 75% the size of RAM. &lt;BR /&gt;MORE... &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[ TOP ] &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;top &lt;BR /&gt;     System: opie1                                         Sat Dec 18 22:10:07 2004&lt;BR /&gt;     Load averages: 3.39, 4.42, 4.54&lt;BR /&gt;     193 processes: 155 sleeping, 38 running&lt;BR /&gt;     Cpu states:&lt;BR /&gt;      LOAD   USER   NICE    SYS   IDLE  BLOCK  SWAIT   INTR   SSYS&lt;BR /&gt;      3.39   0.0%   0.0%   0.0% 100.0%   0.0%   0.0%   0.0%   0.0%&lt;BR /&gt;&lt;BR /&gt;     Memory: 515216K (441660K) real, 1537516K (1434024K) virtual, 1365132K free&lt;BR /&gt;&lt;BR /&gt;         ^          ^             ^         ^                  ^ &lt;BR /&gt;&lt;BR /&gt;         |          |             |         |                  | &lt;BR /&gt;&lt;BR /&gt;              1          2             3         4                  5 &lt;BR /&gt;Memory is not all of physcial, memory, it is: &lt;BR /&gt;Total physical memory in the system DEDICATED to text, data or stack segments for all processes on the system. &lt;BR /&gt;Total physical memory for runnable processes, as opposed to sleeping processes. &lt;BR /&gt;Total memory dedicated to text, data or stack segments for all processes on the system. Some of this is paged out to disk (that is, not all of this is in current physical memory.) &lt;BR /&gt;Total memory for runnable processes, as opposed to sleeping or stopped processes. &lt;BR /&gt;Physical memory the system considers to be unused and available to new processes. When this value is low, swapping is likely to occur. &lt;BR /&gt;For more about top, see top(1) man page.  For example:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;TTY     PID USERNAME PRI NI   SIZE    RES STATE    TIME %WCPU  %CPU COMMAND&lt;BR /&gt;  ?     2034 root     154 20  3936K  1084K sleep 1066:16 14.88 14.85 X&lt;BR /&gt;  ?    18768 root     154 30   312K   724K sleep   10:29  6.98  6.97 dtscreen&lt;BR /&gt;  ?     1818 root     152 20  3080K  1460K run     18:29  1.13  1.13 ns-admin&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; top(1)                                                               top(1)&lt;BR /&gt;                     CPU         Processor number on which the process is&lt;BR /&gt;                                 executing (only on multi-processor&lt;BR /&gt;                                 systems).&lt;BR /&gt;&lt;BR /&gt;                     TTY         Terminal interface used by the process.&lt;BR /&gt;&lt;BR /&gt;                     PID         Process ID number.&lt;BR /&gt;&lt;BR /&gt;                     USERNAME    Name of the owner of the process.  When the&lt;BR /&gt;                                 -u option is specified, the user ID (uid)&lt;BR /&gt;                                 is displayed instead of USERNAME.&lt;BR /&gt;&lt;BR /&gt;                     PRI         Current priority of the process.&lt;BR /&gt;&lt;BR /&gt;                     NI          Nice value ranging from -20 to +20.&lt;BR /&gt;&lt;BR /&gt;                     SIZE        Total size of the process in kilobytes.&lt;BR /&gt;                                 This includes text, data, and stack.&lt;BR /&gt;&lt;BR /&gt;                     RES         Resident size of the process in kilobytes.&lt;BR /&gt;                                 The resident size information is, at best,&lt;BR /&gt;                                 an approximate value.&lt;BR /&gt;&lt;BR /&gt;                     STATE       Current state of the process.  The various&lt;BR /&gt;                                 states are sleep, wait, run, idl, zomb, or&lt;BR /&gt;                                 stop.&lt;BR /&gt;&lt;BR /&gt;                     TIME        Number of system and CPU seconds the&lt;BR /&gt;                                 process has consumed.&lt;BR /&gt;&lt;BR /&gt;                     %WCPU       Weighted CPU (central processing unit)&lt;BR /&gt;                                 percentage.&lt;BR /&gt;&lt;BR /&gt;                     %CPU        Raw CPU percentage.  This field is used to&lt;BR /&gt;                                 sort the top processes.&lt;BR /&gt;&lt;BR /&gt;                     COMMAND     Name of the command the process is&lt;BR /&gt;                                 currently running.&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Nov 2008 08:06:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilization/m-p/5143414#M453049</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2008-11-27T08:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Utilization?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilization/m-p/5143415#M453050</link>
      <description>or this command will show the description of your system&lt;BR /&gt;&lt;BR /&gt;#print_manifest|more</description>
      <pubDate>Thu, 27 Nov 2008 08:06:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilization/m-p/5143415#M453050</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-11-27T08:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Utilization?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilization/m-p/5143416#M453051</link>
      <description>&amp;gt;i want to know the exact Physical Memory?&lt;BR /&gt;&lt;BR /&gt;You can use the advance search to find these threads:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1096083" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1096083&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1081838" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1081838&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1258083" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1258083&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1242952" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1242952&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=124347" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=124347&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=99503" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=99503&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1179723" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1179723&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Nov 2008 08:13:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilization/m-p/5143416#M453051</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-11-27T08:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Utilization?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilization/m-p/5143417#M453052</link>
      <description>use glance (license software) to monitor memory usage, swapinfo -tam to see swap utilization or kmeminfo script to check memory usage.</description>
      <pubDate>Thu, 27 Nov 2008 08:22:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilization/m-p/5143417#M453052</guid>
      <dc:creator>yulianto piyut</dc:creator>
      <dc:date>2008-11-27T08:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Utilization?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilization/m-p/5143418#M453053</link>
      <description>&lt;BR /&gt; Thanks Mr.Johnson,dennis,sagar,ahsan,wilm,Yulinato&lt;BR /&gt;&lt;BR /&gt;for giving the wounderful support.&lt;BR /&gt;&lt;BR /&gt;it's resolved.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Unixguy.&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Nov 2008 09:05:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-utilization/m-p/5143418#M453053</guid>
      <dc:creator>unixguy_1</dc:creator>
      <dc:date>2008-11-27T09:05:59Z</dc:date>
    </item>
  </channel>
</rss>

