<?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: Filesystem buffer cache in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-buffer-cache/m-p/5080229#M440307</link>
    <description>EOF</description>
    <pubDate>Mon, 19 Nov 2007 13:09:47 GMT</pubDate>
    <dc:creator>Eric SAUBIGNAC</dc:creator>
    <dc:date>2007-11-19T13:09:47Z</dc:date>
    <item>
      <title>Filesystem buffer cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-buffer-cache/m-p/5080223#M440301</link>
      <description>Hi every body,&lt;BR /&gt;&lt;BR /&gt;until HP-UX 11iv1 i was looking at filesystem buffer cache with the following command :&lt;BR /&gt;&lt;BR /&gt;echo "bufpages/D" | /usr/bin/adb /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;This way of getting the value doesn't work since HP-UX 11iv2.&lt;BR /&gt;&lt;BR /&gt;Does anyone know the proper way to do it ?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Mon, 19 Nov 2007 11:43:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-buffer-cache/m-p/5080223#M440301</guid>
      <dc:creator>Eric SAUBIGNAC</dc:creator>
      <dc:date>2007-11-19T11:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem buffer cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-buffer-cache/m-p/5080224#M440302</link>
      <description>Bufpages is no longer defined at 11iv2 and up and your method would only have meaning in 11iv1 in that case of a static buffer cache.&lt;BR /&gt;&lt;BR /&gt;change your "bufpages" to "dbc_min_pct" and "dbc_max_pct" and you will have the values that the buffer cache fluctuates between.</description>
      <pubDate>Mon, 19 Nov 2007 12:05:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-buffer-cache/m-p/5080224#M440302</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-11-19T12:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem buffer cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-buffer-cache/m-p/5080225#M440303</link>
      <description>Hi Eric,&lt;BR /&gt;&lt;BR /&gt;I use 11.23 (PA) and it seems to work ...&lt;BR /&gt;# echo "bufpages/D" |adb  /stand/vmunix /dev/kmem&lt;BR /&gt;bufpages:&lt;BR /&gt;bufpages:       69622&lt;BR /&gt;&lt;BR /&gt;try this , use -o or -n ( compatibility or normal mode )&lt;BR /&gt;&lt;BR /&gt;#echo "bufpages/D" | adb -o /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;RD</description>
      <pubDate>Mon, 19 Nov 2007 12:07:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-buffer-cache/m-p/5080225#M440303</guid>
      <dc:creator>rajdev</dc:creator>
      <dc:date>2007-11-19T12:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem buffer cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-buffer-cache/m-p/5080226#M440304</link>
      <description>Clay, that's because i use dbc_min_pct and dbc_max_pct as kernel parameters instead of bufpages that i would like to know at a glance how much memory is in used by FS buffer cache.&lt;BR /&gt;&lt;BR /&gt;Rajdev, i test your syntaxe ... as soon as i get an HP-UX box&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Nov 2007 12:19:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-buffer-cache/m-p/5080226#M440304</guid>
      <dc:creator>Eric SAUBIGNAC</dc:creator>
      <dc:date>2007-11-19T12:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem buffer cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-buffer-cache/m-p/5080227#M440305</link>
      <description>If you want usage, then use:&lt;BR /&gt;&lt;BR /&gt;kcusage&lt;BR /&gt;&lt;BR /&gt;kcusage |grep dbc_max_pct&lt;BR /&gt;&lt;BR /&gt;In 11.31:&lt;BR /&gt;&lt;BR /&gt;kcusage |grep filecache_max&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 19 Nov 2007 12:36:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-buffer-cache/m-p/5080227#M440305</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2007-11-19T12:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem buffer cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-buffer-cache/m-p/5080228#M440306</link>
      <description>Well, Rajdev, finally I got an HP-UX box more quickly than i thought. So, thanks, the "-o" option is the definitively answer.&lt;BR /&gt;&lt;BR /&gt;Geoff, i didn't know i could have the current value of the data buffer cache with "kcusage dbc_max_pct". Thanks for the information ... but the returned value is just an integer percentage which is less accurate than bufpages.&lt;BR /&gt;&lt;BR /&gt;Thanks every body&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Mon, 19 Nov 2007 13:06:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-buffer-cache/m-p/5080228#M440306</guid>
      <dc:creator>Eric SAUBIGNAC</dc:creator>
      <dc:date>2007-11-19T13:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem buffer cache</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-buffer-cache/m-p/5080229#M440307</link>
      <description>EOF</description>
      <pubDate>Mon, 19 Nov 2007 13:09:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-buffer-cache/m-p/5080229#M440307</guid>
      <dc:creator>Eric SAUBIGNAC</dc:creator>
      <dc:date>2007-11-19T13:09:47Z</dc:date>
    </item>
  </channel>
</rss>

