<?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: Disk I/O performance. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-i-o-performance/m-p/4922155#M815488</link>
    <description>use /dev/null , /dev/zero&lt;BR /&gt;/dev/random</description>
    <pubDate>Tue, 30 Aug 2005 13:23:53 GMT</pubDate>
    <dc:creator>RAC_1</dc:creator>
    <dc:date>2005-08-30T13:23:53Z</dc:date>
    <item>
      <title>Disk I/O performance.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-i-o-performance/m-p/4922151#M815484</link>
      <description>All.  I seem to recall a way of generating random data (such as /dev/random_data) that could be used as input for a 'dd' test.  (I want to test throughpuot to my array.)&lt;BR /&gt;&lt;BR /&gt;ie.  dd if=/dev/random_data of=/home/array/test bs=512 count=1024&lt;BR /&gt;&lt;BR /&gt;Any help will be appreciated.&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Aug 2005 13:07:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-i-o-performance/m-p/4922151#M815484</guid>
      <dc:creator>Unix Admin c o R.Porter</dc:creator>
      <dc:date>2005-08-30T13:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Disk I/O performance.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-i-o-performance/m-p/4922152#M815485</link>
      <description>dd if="some_file_of_known_size" of=/home/arry/file bs=1k&lt;BR /&gt;&lt;BR /&gt;Will also do what you want.</description>
      <pubDate>Tue, 30 Aug 2005 13:17:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-i-o-performance/m-p/4922152#M815485</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-08-30T13:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: Disk I/O performance.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-i-o-performance/m-p/4922153#M815486</link>
      <description>Actually, I don't think the content of the data stream will have any effect at all. Arrays will improve performance by buffering writes and reads but don't look at the data. Similarly, using dd will generate a series of serial I/O operations. The first run with bs=512 and count=1024 will take place fairly quickly but all subsequent runs will be significantly faster as the data will be bufferred by HP-UX. Also, the bs=512 is extremely small and for a lot of data (dozens of megabytes), you will see a significantly faster performance with bs=32k or perhaps bs=128k.</description>
      <pubDate>Tue, 30 Aug 2005 13:19:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-i-o-performance/m-p/4922153#M815486</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-08-30T13:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Disk I/O performance.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-i-o-performance/m-p/4922154#M815487</link>
      <description>I should have been more clear with my initial question.  I do not want to read my input data from disk.  (It would skew my performance results.)  Just like you can write to /dev/null to dump output, I want to read input from a source that is not a disk.</description>
      <pubDate>Tue, 30 Aug 2005 13:21:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-i-o-performance/m-p/4922154#M815487</guid>
      <dc:creator>Unix Admin c o R.Porter</dc:creator>
      <dc:date>2005-08-30T13:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Disk I/O performance.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-i-o-performance/m-p/4922155#M815488</link>
      <description>use /dev/null , /dev/zero&lt;BR /&gt;/dev/random</description>
      <pubDate>Tue, 30 Aug 2005 13:23:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-i-o-performance/m-p/4922155#M815488</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-08-30T13:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Disk I/O performance.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-i-o-performance/m-p/4922156#M815489</link>
      <description>The answer I was looking for --&lt;BR /&gt;&lt;BR /&gt;/dev/zero&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 30 Aug 2005 13:32:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-i-o-performance/m-p/4922156#M815489</guid>
      <dc:creator>Unix Admin c o R.Porter</dc:creator>
      <dc:date>2005-08-30T13:32:06Z</dc:date>
    </item>
  </channel>
</rss>

