<?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: HPUX Command to print page of memory in bytes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-command-to-print-page-of-memory-in-bytes/m-p/3667234#M797445</link>
    <description>In HP-UX, there is a general information command called getconf which can query dozens of system values. man getconf will provide the details.</description>
    <pubDate>Tue, 08 Nov 2005 21:08:22 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2005-11-08T21:08:22Z</dc:date>
    <item>
      <title>HPUX Command to print page of memory in bytes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-command-to-print-page-of-memory-in-bytes/m-p/3667232#M797443</link>
      <description>Hi..&lt;BR /&gt;&lt;BR /&gt;On Solaris there is a command called pagesize which prints the size of a page of memory  in  bytes. Is there an equivalent command on HPUX 10.20 11.00 and 11i. ???&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
      <pubDate>Tue, 08 Nov 2005 20:27:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-command-to-print-page-of-memory-in-bytes/m-p/3667232#M797443</guid>
      <dc:creator>Eddie Salvatierra</dc:creator>
      <dc:date>2005-11-08T20:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX Command to print page of memory in bytes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-command-to-print-page-of-memory-in-bytes/m-p/3667233#M797444</link>
      <description>Default page size on hpux is 4096 bytes, it's viewable w/ dmesg output. Also have a look at this thread for more info&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=690811" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=690811&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;-denver</description>
      <pubDate>Tue, 08 Nov 2005 20:47:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-command-to-print-page-of-memory-in-bytes/m-p/3667233#M797444</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2005-11-08T20:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX Command to print page of memory in bytes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-command-to-print-page-of-memory-in-bytes/m-p/3667234#M797445</link>
      <description>In HP-UX, there is a general information command called getconf which can query dozens of system values. man getconf will provide the details.</description>
      <pubDate>Tue, 08 Nov 2005 21:08:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-command-to-print-page-of-memory-in-bytes/m-p/3667234#M797445</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-11-08T21:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX Command to print page of memory in bytes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-command-to-print-page-of-memory-in-bytes/m-p/3667235#M797446</link>
      <description>One other note: starting with 10.20 on PA-8000 processors (or higher), the page size for individual programs can be variable, 4k up to 64megs. Large page sizes are commonly used with extremely large programs that manipulate and compute massive arrays of data. A large pagesize will reduce the number of times the memory address translation registers (TLB) need to be reloaded during program execution.</description>
      <pubDate>Tue, 08 Nov 2005 21:12:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-command-to-print-page-of-memory-in-bytes/m-p/3667235#M797446</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-11-08T21:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX Command to print page of memory in bytes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-command-to-print-page-of-memory-in-bytes/m-p/3667236#M797447</link>
      <description>Hi:&lt;BR /&gt;The memory page size is defaultly as 4KB, but sometimes it can be 8KB or others.&lt;BR /&gt;&lt;BR /&gt;In /var/adm/syslog/syslog.log you can see the boot information , where you can also see the real page size for memory on your server.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Nov 2005 21:48:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-command-to-print-page-of-memory-in-bytes/m-p/3667236#M797447</guid>
      <dc:creator>Fred.Wu</dc:creator>
      <dc:date>2005-11-08T21:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX Command to print page of memory in bytes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-command-to-print-page-of-memory-in-bytes/m-p/3667237#M797448</link>
      <description>Here's the HP-UX equivalent:&lt;BR /&gt;&lt;BR /&gt;# getconf PAGE_SIZE</description>
      <pubDate>Wed, 09 Nov 2005 01:28:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-command-to-print-page-of-memory-in-bytes/m-p/3667237#M797448</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2005-11-09T01:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: HPUX Command to print page of memory in bytes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-command-to-print-page-of-memory-in-bytes/m-p/3667238#M797449</link>
      <description>You can use sam to get these details as,&lt;BR /&gt;&lt;BR /&gt;sam -&amp;gt; performance monitor -&amp;gt; system properties -&amp;gt; Memory Tab&lt;BR /&gt;&lt;BR /&gt;will give all details.&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Wed, 09 Nov 2005 01:34:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-command-to-print-page-of-memory-in-bytes/m-p/3667238#M797449</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-11-09T01:34:06Z</dc:date>
    </item>
  </channel>
</rss>

