<?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: SHOW MEMORY - Buffer Object Usage in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/show-memory-buffer-object-usage/m-p/3637115#M7946</link>
    <description>Hello Art,&lt;BR /&gt;&lt;BR /&gt;I won't pretend that I am an expert on buffer objects so I will just quote from the Alpha Internals bible:&lt;BR /&gt;&lt;BR /&gt;"A buffer object is a special kind of I/O buffer. The pages that make up a buffer object are locked into physical memory and may be doubly mapped in system space as well as process-private space. Multiple I/O requests can be initiated to or from an existing buffer object with less overhead than with the standard I/O mechanisms, direct and buffered I/O".&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Ian&lt;BR /&gt;</description>
    <pubDate>Wed, 28 Sep 2005 15:29:06 GMT</pubDate>
    <dc:creator>Ian McKerracher_1</dc:creator>
    <dc:date>2005-09-28T15:29:06Z</dc:date>
    <item>
      <title>SHOW MEMORY - Buffer Object Usage</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/show-memory-buffer-object-usage/m-p/3637114#M7945</link>
      <description>What information is this bit of the SHOW MEMORY display conveying?&lt;BR /&gt;&lt;BR /&gt;Buffer Object Usage (pages):                  In Use        Peak&lt;BR /&gt;  32-bit System Space Windows (S0/S1)              0           1&lt;BR /&gt;  64-bit System Space Windows (S2)                20          38&lt;BR /&gt;  Physical pages locked by buffer objects         20           1&lt;BR /&gt;&lt;BR /&gt;Some of my Alpha's show 0 in use, this system as an example shows 20.&lt;BR /&gt;&lt;BR /&gt;VMS Help - doesn't - "Displays information about system resources used by buffer objects."&lt;BR /&gt;&lt;BR /&gt;What are "Buffer Objects"?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Art</description>
      <pubDate>Wed, 28 Sep 2005 09:48:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/show-memory-buffer-object-usage/m-p/3637114#M7945</guid>
      <dc:creator>Art Wiens</dc:creator>
      <dc:date>2005-09-28T09:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: SHOW MEMORY - Buffer Object Usage</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/show-memory-buffer-object-usage/m-p/3637115#M7946</link>
      <description>Hello Art,&lt;BR /&gt;&lt;BR /&gt;I won't pretend that I am an expert on buffer objects so I will just quote from the Alpha Internals bible:&lt;BR /&gt;&lt;BR /&gt;"A buffer object is a special kind of I/O buffer. The pages that make up a buffer object are locked into physical memory and may be doubly mapped in system space as well as process-private space. Multiple I/O requests can be initiated to or from an existing buffer object with less overhead than with the standard I/O mechanisms, direct and buffered I/O".&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Ian&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Sep 2005 15:29:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/show-memory-buffer-object-usage/m-p/3637115#M7946</guid>
      <dc:creator>Ian McKerracher_1</dc:creator>
      <dc:date>2005-09-28T15:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: SHOW MEMORY - Buffer Object Usage</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/show-memory-buffer-object-usage/m-p/3637116#M7947</link>
      <description>buffer objects are used by the FAST I/O feature of VMS.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/82FINAL/5841/5841pro_069.html#index_x_1904" target="_blank"&gt;http://h71000.www7.hp.com/doc/82FINAL/5841/5841pro_069.html#index_x_1904&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Sep 2005 15:34:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/show-memory-buffer-object-usage/m-p/3637116#M7947</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-09-28T15:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: SHOW MEMORY - Buffer Object Usage</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/show-memory-buffer-object-usage/m-p/3637117#M7948</link>
      <description>Art,&lt;BR /&gt;&lt;BR /&gt;  Quick explanation... consider the $QIO system service. It has 12 arguments. Performance studies revealed that a significant fraction of the CPU consumed by a typical $QIO call was purely "bookwork", validating and probing the arguments.&lt;BR /&gt;&lt;BR /&gt;  A buffer object can be thought of as a protected (and trusted) argument list for a $QIO. You "set up" the argument list for a particular I/O operation once and then use it many times. All that changes is the data. This allows the system to bypass all the extra checks and thus reduces the CPU overhead of I/O.&lt;BR /&gt;&lt;BR /&gt;  Obviously an application needs to be specially coded to use buffer objects, and, you may also need to adjust SYSGEN parameters to allocate memory to be used (see MAXBOBMEM).&lt;BR /&gt;&lt;BR /&gt;  Some data base products make use of buffer objects. Perhaps the system that's showing non-zero usage has a data base product running?&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Sep 2005 21:13:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/show-memory-buffer-object-usage/m-p/3637117#M7948</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2005-09-28T21:13:56Z</dc:date>
    </item>
  </channel>
</rss>

