<?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: monitoring bufcache without glance in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-bufcache-without-glance/m-p/2791444#M79795</link>
    <description>You can use sar as Paula said and have the results save to file. see sar man pages.</description>
    <pubDate>Fri, 23 Aug 2002 16:44:46 GMT</pubDate>
    <dc:creator>Glerick Dale</dc:creator>
    <dc:date>2002-08-23T16:44:46Z</dc:date>
    <item>
      <title>monitoring bufcache without glance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-bufcache-without-glance/m-p/2791441#M79792</link>
      <description>&lt;BR /&gt;How can i monitor my unixbuffer cache size without using glance ?&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Aug 2002 06:27:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-bufcache-without-glance/m-p/2791441#M79792</guid>
      <dc:creator>Michael Dalanek</dc:creator>
      <dc:date>2002-08-22T06:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: monitoring bufcache without glance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-bufcache-without-glance/m-p/2791442#M79793</link>
      <description>Heres a little script to display bufcache size every 15 mins;&lt;BR /&gt;&lt;BR /&gt;#!/bin/ksh&lt;BR /&gt;while true&lt;BR /&gt;do&lt;BR /&gt;DATESTAMP=`date +"%d-%m-%Y.%H:%M".%S`&lt;BR /&gt;CURRENT=`sysdef|grep bufpages|awk '{print $2}'`&lt;BR /&gt;(( BUF_IN_MB=(CURRENT*4) / 1024 ))&lt;BR /&gt;print "$BUF_IN_MB MB at $DATESTAMP" &lt;BR /&gt;sleep 15&lt;BR /&gt;done&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Aug 2002 06:30:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-bufcache-without-glance/m-p/2791442#M79793</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-08-22T06:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: monitoring bufcache without glance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-bufcache-without-glance/m-p/2791443#M79794</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Using sar&lt;BR /&gt;&lt;BR /&gt;sar -b 10 100&lt;BR /&gt;&lt;BR /&gt;Will collect every 10 seconds 100 times - see man sar.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Thu, 22 Aug 2002 06:38:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-bufcache-without-glance/m-p/2791443#M79794</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-08-22T06:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: monitoring bufcache without glance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-bufcache-without-glance/m-p/2791444#M79795</link>
      <description>You can use sar as Paula said and have the results save to file. see sar man pages.</description>
      <pubDate>Fri, 23 Aug 2002 16:44:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-bufcache-without-glance/m-p/2791444#M79795</guid>
      <dc:creator>Glerick Dale</dc:creator>
      <dc:date>2002-08-23T16:44:46Z</dc:date>
    </item>
  </channel>
</rss>

