<?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 Cache in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cache/m-p/2446977#M9660</link>
    <description>&lt;BR /&gt;Dear Friends,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;       In HP UX how i can find out how much cache is there in the machine through a command ?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ajith&lt;BR /&gt;</description>
    <pubDate>Thu, 21 Sep 2000 11:47:29 GMT</pubDate>
    <dc:creator>Ajithnath.G</dc:creator>
    <dc:date>2000-09-21T11:47:29Z</dc:date>
    <item>
      <title>Cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cache/m-p/2446977#M9660</link>
      <description>&lt;BR /&gt;Dear Friends,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;       In HP UX how i can find out how much cache is there in the machine through a command ?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ajith&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Sep 2000 11:47:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cache/m-p/2446977#M9660</guid>
      <dc:creator>Ajithnath.G</dc:creator>
      <dc:date>2000-09-21T11:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: Cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cache/m-p/2446978#M9661</link>
      <description>If you mean the dynamic buffer cache, have a look at this previous thread:-&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0xf4870559ff7cd4118fef0090279cd0f9,00.html" target="_blank"&gt;http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0xf4870559ff7cd4118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;echo "bufpages/D" | adb /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;seems to be the best solution where the contents of bufpages is the total of 4Kb pages.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Sep 2000 11:54:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cache/m-p/2446978#M9661</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-09-21T11:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cache/m-p/2446979#M9662</link>
      <description>Dear ,&lt;BR /&gt;&lt;BR /&gt;     I not yet tried the command u have wrote to me but wheather it will give the machines cache memeory ?&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;an</description>
      <pubDate>Thu, 21 Sep 2000 12:33:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cache/m-p/2446979#M9662</guid>
      <dc:creator>Ajithnath.G</dc:creator>
      <dc:date>2000-09-21T12:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cache/m-p/2446980#M9663</link>
      <description>An example from one of my servers:-&lt;BR /&gt;&lt;BR /&gt;echo "bufpages/D" | adb /stand/vmunix /dev/kmem &lt;BR /&gt;bufpages:&lt;BR /&gt;bufpages:       13685&lt;BR /&gt;&lt;BR /&gt;So the buffer cache consists currently of 13685 pages which are 4Kb each. This give a total of just under 53.5Mb which is confirmed using 'glance'.</description>
      <pubDate>Thu, 21 Sep 2000 12:44:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cache/m-p/2446980#M9663</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-09-21T12:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cache/m-p/2446981#M9664</link>
      <description>I think Ajith is asking about the hardware cache on the processor board.  In this case, there is no HP-UX command although you could run the xstm or cstm diagnostic programs (the diags must be loaded from the latest SupportPlus CDROM) and see if it reports the cache size.&lt;BR /&gt;&lt;BR /&gt;And unlike PC's, there are several hardware features unique to the PA-RISC architecture in addition to instruction/data cache hardware such as the TLB (Translation Lookaside Buffer) which is used to map memory pages.  HP-UX can address dozens of Gbytes of RAM and with variable page sizes, efficient use of the TLB can be added to programs that use large RAM areas.</description>
      <pubDate>Thu, 21 Sep 2000 15:57:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cache/m-p/2446981#M9664</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2000-09-21T15:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cache/m-p/2446982#M9665</link>
      <description>Dear All,&lt;BR /&gt;&lt;BR /&gt;i was asking about the processor cache and thank you for the informations..&lt;BR /&gt;&lt;BR /&gt;wish u all a nice day,&lt;BR /&gt;&lt;BR /&gt;ajith</description>
      <pubDate>Fri, 22 Sep 2000 13:01:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cache/m-p/2446982#M9665</guid>
      <dc:creator>Ajithnath.G</dc:creator>
      <dc:date>2000-09-22T13:01:30Z</dc:date>
    </item>
  </channel>
</rss>

