<?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 HP-UX top command specifics in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-top-command-specifics/m-p/5260034#M472023</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Partial output of TOP&lt;BR /&gt;System Page Size: 4Kbytes&lt;BR /&gt;Memory: 1831796K (853596K) real, 2985852K (1874188K) virtual, 10458236K free Page# 1/6&lt;BR /&gt;&lt;BR /&gt;And here the memory from syslog&lt;BR /&gt;&lt;BR /&gt;/var/adm/syslog #cat syslog.log |grep -i phy&lt;BR /&gt;&lt;TRUNCATED&gt; vmunix: Class Physmem Lockmem Swapmem&lt;BR /&gt;&lt;TRUNCATED&gt; vmunix: physical page size = 4096 bytes, logical page size = 4096 bytes&lt;BR /&gt;&lt;TRUNCATED&gt; vmunix: Physical: 16777216 Kbytes, lockable: 12368624 Kbytes, available: 14127676 Kbytes&lt;BR /&gt;&lt;BR /&gt;Can anyone help me understand the difference between the two.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ashutosh Singh&lt;/TRUNCATED&gt;&lt;/TRUNCATED&gt;&lt;/TRUNCATED&gt;</description>
    <pubDate>Mon, 25 Oct 2010 06:46:24 GMT</pubDate>
    <dc:creator>Tata Consultants</dc:creator>
    <dc:date>2010-10-25T06:46:24Z</dc:date>
    <item>
      <title>HP-UX top command specifics</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-top-command-specifics/m-p/5260034#M472023</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Partial output of TOP&lt;BR /&gt;System Page Size: 4Kbytes&lt;BR /&gt;Memory: 1831796K (853596K) real, 2985852K (1874188K) virtual, 10458236K free Page# 1/6&lt;BR /&gt;&lt;BR /&gt;And here the memory from syslog&lt;BR /&gt;&lt;BR /&gt;/var/adm/syslog #cat syslog.log |grep -i phy&lt;BR /&gt;&lt;TRUNCATED&gt; vmunix: Class Physmem Lockmem Swapmem&lt;BR /&gt;&lt;TRUNCATED&gt; vmunix: physical page size = 4096 bytes, logical page size = 4096 bytes&lt;BR /&gt;&lt;TRUNCATED&gt; vmunix: Physical: 16777216 Kbytes, lockable: 12368624 Kbytes, available: 14127676 Kbytes&lt;BR /&gt;&lt;BR /&gt;Can anyone help me understand the difference between the two.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ashutosh Singh&lt;/TRUNCATED&gt;&lt;/TRUNCATED&gt;&lt;/TRUNCATED&gt;</description>
      <pubDate>Mon, 25 Oct 2010 06:46:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-top-command-specifics/m-p/5260034#M472023</guid>
      <dc:creator>Tata Consultants</dc:creator>
      <dc:date>2010-10-25T06:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX top command specifics</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-top-command-specifics/m-p/5260035#M472024</link>
      <description>&amp;gt;Can anyone help me understand the difference between the two?&lt;BR /&gt;&lt;BR /&gt;What are you really trying to figure out?  Have you read the top(1) man page?&lt;BR /&gt;Have you looked at "swapinfo -tam"?</description>
      <pubDate>Mon, 25 Oct 2010 07:42:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-top-command-specifics/m-p/5260035#M472024</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-10-25T07:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX top command specifics</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-top-command-specifics/m-p/5260036#M472025</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have checked the man page of TOP but it doesn't clarifies what does the memory part in its output shows. It says&lt;BR /&gt;&lt;BR /&gt;Memory Data&lt;BR /&gt;Reports virtual and real memory used by user processes (with&lt;BR /&gt;the amount of memory considered "active" in parentheses) and&lt;BR /&gt;the amount of free memory.&lt;BR /&gt;&lt;BR /&gt;So, I want to know what is the diff b/w real, virtual and free and the significance of the memory shown in brackets.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ashutosh Singh</description>
      <pubDate>Mon, 25 Oct 2010 07:51:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-top-command-specifics/m-p/5260036#M472025</guid>
      <dc:creator>Tata Consultants</dc:creator>
      <dc:date>2010-10-25T07:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX top command specifics</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-top-command-specifics/m-p/5260037#M472026</link>
      <description>The latter output is the allocated page size and the allocated RAM . Physical is the RAM on the system. Kernel and data structures require some amount of space. The rest is available. Lockable memory is the pages that cannot be paged out to swap space. This is the allocated part.&lt;BR /&gt;&lt;BR /&gt;Top displays an output which tells us the memory used as of "now". It is a REAL TIME monitoring tool and swapinfo tells us how much is allocated. This is the most significant difference.</description>
      <pubDate>Wed, 10 Nov 2010 15:49:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-top-command-specifics/m-p/5260037#M472026</guid>
      <dc:creator>Ismail Azad</dc:creator>
      <dc:date>2010-11-10T15:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX top command specifics</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-top-command-specifics/m-p/5260038#M472027</link>
      <description>Thanks to all for the help.</description>
      <pubDate>Thu, 18 Nov 2010 12:49:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-top-command-specifics/m-p/5260038#M472027</guid>
      <dc:creator>Tata Consultants</dc:creator>
      <dc:date>2010-11-18T12:49:16Z</dc:date>
    </item>
  </channel>
</rss>

