<?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: io operation in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/io-operation/m-p/2652795#M921464</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;To be pedantic the system reads in a single operation 1 bit (0 or 1).&lt;BR /&gt;&lt;BR /&gt;Can you explain a little more the information you are looking for?&lt;BR /&gt;&lt;BR /&gt;Paula</description>
    <pubDate>Fri, 25 Jan 2002 08:56:27 GMT</pubDate>
    <dc:creator>Paula J Frazer-Campbell</dc:creator>
    <dc:date>2002-01-25T08:56:27Z</dc:date>
    <item>
      <title>io operation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/io-operation/m-p/2652794#M921463</link>
      <description>Hello friends, &lt;BR /&gt;How many bytes (maximum), the os can read/write in one single IO operation. How do I find out this ?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Fri, 25 Jan 2002 08:46:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/io-operation/m-p/2652794#M921463</guid>
      <dc:creator>Madhu Sudhan_1</dc:creator>
      <dc:date>2002-01-25T08:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: io operation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/io-operation/m-p/2652795#M921464</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;To be pedantic the system reads in a single operation 1 bit (0 or 1).&lt;BR /&gt;&lt;BR /&gt;Can you explain a little more the information you are looking for?&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Fri, 25 Jan 2002 08:56:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/io-operation/m-p/2652795#M921464</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-01-25T08:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: io operation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/io-operation/m-p/2652796#M921465</link>
      <description>Congrats on you new hat - looks good.&lt;BR /&gt;&lt;BR /&gt;Keep 'em coming.&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Fri, 25 Jan 2002 08:57:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/io-operation/m-p/2652796#M921465</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-01-25T08:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: io operation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/io-operation/m-p/2652797#M921466</link>
      <description>Thanks. Another way of putting this question that, At one stretch how much it can read ? 1-block or 2-block etc . Like that how many blocks it can read at one go ?&lt;BR /&gt;&lt;BR /&gt;an example,&lt;BR /&gt;&lt;BR /&gt;DB_BLOCK_SIZE of Oracle Databse is DB_BLOCK_SIZE = os_block_size * n&lt;BR /&gt;&lt;BR /&gt;Which is what Oracle gets.&lt;BR /&gt;&lt;BR /&gt;So, in equivalent what is it for the OS.&lt;BR /&gt;&lt;BR /&gt;Thank you.</description>
      <pubDate>Fri, 25 Jan 2002 09:20:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/io-operation/m-p/2652797#M921466</guid>
      <dc:creator>Madhu Sudhan_1</dc:creator>
      <dc:date>2002-01-25T09:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: io operation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/io-operation/m-p/2652798#M921467</link>
      <description>1. from the &lt;BR /&gt;/usr/include/sys/param.h:&lt;BR /&gt;&lt;BR /&gt;Block devices are read in BLKDEV_IOSIZE units. This number must be a power of two and in the range of&lt;BR /&gt;DEV_BSIZE &amp;lt;= &lt;BR /&gt;BLKDEV_IOSIZE &amp;lt;= MAXBSIZE&lt;BR /&gt;&lt;BR /&gt;DEV_BSIZE=1024&lt;BR /&gt;MAXBSIZE=65536&lt;BR /&gt;BLKDEV_IOSIZE   2048&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And if you make a measurement &lt;BR /&gt;on an idle system, with a &lt;BR /&gt;writing a large file,&lt;BR /&gt;you can check the results &lt;BR /&gt;with the sar -d option.&lt;BR /&gt;&lt;BR /&gt;(sar -d options)&lt;BR /&gt;r+w/s          &lt;BR /&gt;Number of data transfers per second                    (read and writes) from and to the                        device;&lt;BR /&gt;                 blks/s         &lt;BR /&gt;Number of bytes transferred (in 512-byte units from&lt;BR /&gt;and to the device)&lt;BR /&gt;                  &lt;BR /&gt;&lt;BR /&gt;Unfortunately i don't check the results ... :(&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Jan 2002 09:34:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/io-operation/m-p/2652798#M921467</guid>
      <dc:creator>Pal Szabo_1</dc:creator>
      <dc:date>2002-01-25T09:34:47Z</dc:date>
    </item>
  </channel>
</rss>

