<?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: Slow internal disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-internal-disk/m-p/3491056#M624862</link>
    <description>Hi,&lt;BR /&gt;I tried the dd command on one of our systems.&lt;BR /&gt;&lt;BR /&gt;if was a very large (1.2GB) database file, of /dev/null.&lt;BR /&gt;&lt;BR /&gt;With bs=4096 I got about 30MB/s. No significant improvement with bloksize above 4k.&lt;BR /&gt;&lt;BR /&gt;With blocksize &amp;lt;4k user and sys time begin to increase but I still got 20MB/s with bs=512.&lt;BR /&gt;&lt;BR /&gt;Disk was  mirrored 15k.</description>
    <pubDate>Wed, 23 Feb 2005 11:31:01 GMT</pubDate>
    <dc:creator>Leif Halvarsson_2</dc:creator>
    <dc:date>2005-02-23T11:31:01Z</dc:date>
    <item>
      <title>Slow internal disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-internal-disk/m-p/3491047#M624853</link>
      <description>Why is my throughput so low?&lt;BR /&gt;&lt;BR /&gt;Performing:&lt;BR /&gt;time dd if=file1 of=/dev/null&lt;BR /&gt;results in 24.3 seconds or approximately 4.11MB/s transfer rate.  &lt;BR /&gt;&lt;BR /&gt;Screen copy of action:&lt;BR /&gt;&lt;BR /&gt;104858624 Feb 22 14:14 redo01.log&lt;BR /&gt;$ time dd if=redo01.log of=/dev/null&lt;BR /&gt;204802+0 records in&lt;BR /&gt;204802+0 records out&lt;BR /&gt;&lt;BR /&gt;real       24.3&lt;BR /&gt;user       12.3&lt;BR /&gt;sys         4.0&lt;BR /&gt;&lt;BR /&gt;This is from the internal disk on an L2000.  The disk is 18.2 GB LVD 10K rpm internal (A5803A).&lt;BR /&gt;&lt;BR /&gt;When I ran this just now glance showed:&lt;BR /&gt;cpu 3%&lt;BR /&gt;disk 20%&lt;BR /&gt;mem 44%&lt;BR /&gt;swap 31%&lt;BR /&gt;&lt;BR /&gt;so there was activity on the system.  However, I have run the test after hours with all other file system unmounted and I never get more than 7MB/s throughput.&lt;BR /&gt;&lt;BR /&gt;I am patched up through the December 2004 Support Plus CD.&lt;BR /&gt;&lt;BR /&gt;I have patches PHKL_30511 and PHKL_32090.  &lt;BR /&gt;&lt;BR /&gt;HP has suggested the following patches as well:&lt;BR /&gt;PHCO_30698  LVM commands cumulative patch&lt;BR /&gt;PHKL_30257  Fibre Channel Mass Storage Patch&lt;BR /&gt;PHKL_30607 VxVM,EMC,PM,vPar,slpq,KRS,DUMP,LVM,VM,DaS,IF&lt;BR /&gt;PHKL_31216  LVM Cumulative Patch; LVM OLR;&lt;BR /&gt;&lt;BR /&gt;and I will load them as well.&lt;BR /&gt;&lt;BR /&gt;After loading patches I have not seen any signifant increase.&lt;BR /&gt;&lt;BR /&gt;I also have external raid arrays - ultra160 and see slow throughput with them as well (6-7MB/s throughput, 1MB/s backing up from Openview Data Protector).&lt;BR /&gt;&lt;BR /&gt;I think I'm missing something very obvious here.  Any suggestions?</description>
      <pubDate>Tue, 22 Feb 2005 15:01:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-internal-disk/m-p/3491047#M624853</guid>
      <dc:creator>Scott Minter</dc:creator>
      <dc:date>2005-02-22T15:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: Slow internal disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-internal-disk/m-p/3491048#M624854</link>
      <description>&lt;BR /&gt;Have you tried to increase the block size (bs=###)?&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry d brown jr</description>
      <pubDate>Tue, 22 Feb 2005 15:07:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-internal-disk/m-p/3491048#M624854</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2005-02-22T15:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Slow internal disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-internal-disk/m-p/3491049#M624855</link>
      <description>I have not tried increasing the block size.  &lt;BR /&gt;&lt;BR /&gt;Could that be slowing down these disks that much (from 160MB/s to 6-7MB/s)?</description>
      <pubDate>Tue, 22 Feb 2005 15:19:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-internal-disk/m-p/3491049#M624855</guid>
      <dc:creator>Scott Minter</dc:creator>
      <dc:date>2005-02-22T15:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Slow internal disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-internal-disk/m-p/3491050#M624856</link>
      <description>well the DEFAULT is 512 bytes.&lt;BR /&gt;&lt;BR /&gt;thus 204802 * 2 IO actions (+/- a few cached).&lt;BR /&gt;&lt;BR /&gt;So increase your bs to a bigger number!&lt;BR /&gt;&lt;BR /&gt;(see man dd)&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry d brown jr</description>
      <pubDate>Tue, 22 Feb 2005 15:24:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-internal-disk/m-p/3491050#M624856</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2005-02-22T15:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Slow internal disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-internal-disk/m-p/3491051#M624857</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You will NEVER get 160MB/s from one disk, 160MB/s is the theoretical speed of the bus, not when transfering data to the magnetic platters. Specification for a 10k disk says 39-80MB/s sustained transfer rate (I belive, depending on inner/outer tracks). &lt;BR /&gt;&lt;BR /&gt;Increasing blocksize for dd may help or, use a better benchmark tool (e.g. bonnie).</description>
      <pubDate>Tue, 22 Feb 2005 15:37:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-internal-disk/m-p/3491051#M624857</guid>
      <dc:creator>Leif Halvarsson_2</dc:creator>
      <dc:date>2005-02-22T15:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Slow internal disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-internal-disk/m-p/3491052#M624858</link>
      <description>I'm fully aware I won't get 160MB/s, but I should be getting performance than 4MB/s.&lt;BR /&gt;&lt;BR /&gt;Changing the block size increased the throughput tremendously.  See new output below:&lt;BR /&gt;&lt;BR /&gt;$ time dd bs=32768 if=redo01.log of=/dev/null&lt;BR /&gt;3200+1 records in&lt;BR /&gt;3200+1 records out&lt;BR /&gt;&lt;BR /&gt;real        3.9&lt;BR /&gt;user        0.0&lt;BR /&gt;sys         0.7&lt;BR /&gt;&lt;BR /&gt;That is 25MB/s.  Still, a lot lower than the 39-80, but an improvement all the same.&lt;BR /&gt;&lt;BR /&gt;I will try to find bonnie and test with it.</description>
      <pubDate>Tue, 22 Feb 2005 15:41:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-internal-disk/m-p/3491052#M624858</guid>
      <dc:creator>Scott Minter</dc:creator>
      <dc:date>2005-02-22T15:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Slow internal disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-internal-disk/m-p/3491053#M624859</link>
      <description>[root@vpart1 /var/appl]# ls -l xrated &lt;BR /&gt;-rw-rw-rw-   1 root       sys        665931776 Sep 22 09:27 xrated&lt;BR /&gt;[root@vpart1 /var/appl]# timex dd if=xrated of=/dev/null&lt;BR /&gt;58655+0 records in&lt;BR /&gt;58654+0 records out&lt;BR /&gt;&lt;BR /&gt;real        4.18&lt;BR /&gt;user        2.87&lt;BR /&gt;sys         0.94&lt;BR /&gt;&lt;BR /&gt;[root@vpart1 /var/appl]# date;timex dd if=xrated of=/dev/null;date&lt;BR /&gt;Tue Feb 22 15:35:05 EST 2005&lt;BR /&gt;1300648+0 records in&lt;BR /&gt;1300648+0 records out&lt;BR /&gt;&lt;BR /&gt;real     1:32.35&lt;BR /&gt;user     1:03.35&lt;BR /&gt;sys        20.34&lt;BR /&gt;&lt;BR /&gt;Tue Feb 22 15:36:37 EST 2005&lt;BR /&gt;[root@vpart1 /var/appl]# date;timex dd if=xrated of=/dev/null bs=1024;date&lt;BR /&gt;Tue Feb 22 15:38:20 EST 2005&lt;BR /&gt;650324+0 records in&lt;BR /&gt;650324+0 records out&lt;BR /&gt;&lt;BR /&gt;real       22.00&lt;BR /&gt;user        1.53&lt;BR /&gt;sys        12.65&lt;BR /&gt;&lt;BR /&gt;Tue Feb 22 15:38:42 EST 2005&lt;BR /&gt;[root@vpart1 /var/appl]# date;timex dd if=xrated of=/dev/null bs=2048;date&lt;BR /&gt;Tue Feb 22 15:38:56 EST 2005&lt;BR /&gt;325162+0 records in&lt;BR /&gt;325162+0 records out&lt;BR /&gt;&lt;BR /&gt;real       19.11&lt;BR /&gt;user        0.75&lt;BR /&gt;sys         8.57&lt;BR /&gt;&lt;BR /&gt;Tue Feb 22 15:39:15 EST 2005&lt;BR /&gt;[root@vpart1 /var/appl]# date;timex dd if=xrated of=/dev/null bs=4096;date&lt;BR /&gt;Tue Feb 22 15:39:36 EST 2005&lt;BR /&gt;162581+0 records in&lt;BR /&gt;162581+0 records out&lt;BR /&gt;&lt;BR /&gt;real       33.36&lt;BR /&gt;user        0.38&lt;BR /&gt;sys         5.90&lt;BR /&gt;&lt;BR /&gt;Tue Feb 22 15:40:10 EST 2005&lt;BR /&gt;[root@vpart1 /var/appl]# date;timex dd if=xrated of=/dev/null bs=8192;date&lt;BR /&gt;Tue Feb 22 15:40:30 EST 2005&lt;BR /&gt;81290+1 records in&lt;BR /&gt;81290+1 records out&lt;BR /&gt;&lt;BR /&gt;real       37.94&lt;BR /&gt;user        0.20&lt;BR /&gt;sys         5.72&lt;BR /&gt;&lt;BR /&gt;Tue Feb 22 15:41:08 EST 2005&lt;BR /&gt;[root@vpart1 /var/appl]# date;timex dd if=xrated of=/dev/null bs=16384;date &lt;BR /&gt;Tue Feb 22 15:41:31 EST 2005&lt;BR /&gt;40645+1 records in&lt;BR /&gt;40645+1 records out&lt;BR /&gt;&lt;BR /&gt;real       25.35&lt;BR /&gt;user        0.10&lt;BR /&gt;sys         4.95&lt;BR /&gt;&lt;BR /&gt;Tue Feb 22 15:41:56 EST 2005&lt;BR /&gt;[root@vpart1 /var/appl]# date;timex dd if=xrated of=/dev/null bs=32768;date&lt;BR /&gt;Tue Feb 22 15:42:12 EST 2005&lt;BR /&gt;20322+1 records in&lt;BR /&gt;20322+1 records out&lt;BR /&gt;&lt;BR /&gt;real       24.86&lt;BR /&gt;user        0.06&lt;BR /&gt;sys         4.63&lt;BR /&gt;&lt;BR /&gt;Tue Feb 22 15:42:37 EST 2005&lt;BR /&gt;[root@vpart1 /var/appl]# date;timex dd if=xrated of=/dev/null bs=65536;date&lt;BR /&gt;Tue Feb 22 15:43:14 EST 2005&lt;BR /&gt;10161+1 records in&lt;BR /&gt;10161+1 records out&lt;BR /&gt;&lt;BR /&gt;real       21.11&lt;BR /&gt;user        0.03&lt;BR /&gt;sys         4.50&lt;BR /&gt;&lt;BR /&gt;Tue Feb 22 15:43:36 EST 2005&lt;BR /&gt;[root@vpart1 /var/appl]# date;timex dd if=xrated of=/dev/null bs=131072;date&lt;BR /&gt;Tue Feb 22 15:43:52 EST 2005&lt;BR /&gt;5080+1 records in&lt;BR /&gt;5080+1 records out&lt;BR /&gt;&lt;BR /&gt;real       20.25&lt;BR /&gt;user        0.02&lt;BR /&gt;sys         4.39&lt;BR /&gt;&lt;BR /&gt;Tue Feb 22 15:44:13 EST 2005&lt;BR /&gt;[root@vpart1 /var/appl]# date;timex dd if=xrated of=/dev/null bs=262144;date&lt;BR /&gt;Tue Feb 22 15:44:34 EST 2005&lt;BR /&gt;2540+1 records in&lt;BR /&gt;2540+1 records out&lt;BR /&gt;&lt;BR /&gt;real       18.91&lt;BR /&gt;user        0.01&lt;BR /&gt;sys         0.56&lt;BR /&gt;&lt;BR /&gt;Tue Feb 22 15:44:53 EST 2005&lt;BR /&gt;[root@vpart1 /var/appl]# date;timex dd if=xrated of=/dev/null bs=524288;date&lt;BR /&gt;Tue Feb 22 15:45:40 EST 2005&lt;BR /&gt;1270+1 records in&lt;BR /&gt;1270+1 records out&lt;BR /&gt;&lt;BR /&gt;real       18.97&lt;BR /&gt;user        0.01&lt;BR /&gt;sys         0.54&lt;BR /&gt;&lt;BR /&gt;Tue Feb 22 15:45:59 EST 2005&lt;BR /&gt;[root@vpart1 /var/appl]# date;timex dd if=xrated of=/dev/null bs=1048576;date&lt;BR /&gt;Tue Feb 22 15:46:09 EST 2005&lt;BR /&gt;635+1 records in&lt;BR /&gt;635+1 records out&lt;BR /&gt;&lt;BR /&gt;real       18.75&lt;BR /&gt;user        0.00&lt;BR /&gt;sys         0.50&lt;BR /&gt;&lt;BR /&gt;Tue Feb 22 15:46:28 EST 2005&lt;BR /&gt;[root@vpart1 /var/appl]# &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I guess there's a limit to how much BS you can use :-))&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry d brown jr</description>
      <pubDate>Tue, 22 Feb 2005 15:48:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-internal-disk/m-p/3491053#M624859</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2005-02-22T15:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Slow internal disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-internal-disk/m-p/3491054#M624860</link>
      <description>Hi, Scott.&lt;BR /&gt;&lt;BR /&gt;I made some tests in the past and the best results were always achieved with a block size of 4MB (bs=4096k), no more, no less.&lt;BR /&gt;&lt;BR /&gt;Later on, I spoke about this with our Account Support Engineer and he said that this was because that was exactly the size of the buffer of those disks.&lt;BR /&gt;&lt;BR /&gt;If you happen to do some tests on block size, make sure you combine both block size and count options so that you come with a steady amount of data to transfer in the operation. This way you can compare times. Also, make sure the amount of transferred data is big enough to notice the difference...&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;Xavier.</description>
      <pubDate>Tue, 22 Feb 2005 15:51:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-internal-disk/m-p/3491054#M624860</guid>
      <dc:creator>Xavier Gutierrez_2</dc:creator>
      <dc:date>2005-02-22T15:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Slow internal disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-internal-disk/m-p/3491055#M624861</link>
      <description>Even with changing the block size to 8196 I still only get 8MB/s throughput.&lt;BR /&gt;&lt;BR /&gt;Any idea why my throughput would be so lousy on this disk (I've run the test when I'm the only user on the disk and still poor performance).</description>
      <pubDate>Wed, 23 Feb 2005 10:57:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-internal-disk/m-p/3491055#M624861</guid>
      <dc:creator>Scott Minter</dc:creator>
      <dc:date>2005-02-23T10:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: Slow internal disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-internal-disk/m-p/3491056#M624862</link>
      <description>Hi,&lt;BR /&gt;I tried the dd command on one of our systems.&lt;BR /&gt;&lt;BR /&gt;if was a very large (1.2GB) database file, of /dev/null.&lt;BR /&gt;&lt;BR /&gt;With bs=4096 I got about 30MB/s. No significant improvement with bloksize above 4k.&lt;BR /&gt;&lt;BR /&gt;With blocksize &amp;lt;4k user and sys time begin to increase but I still got 20MB/s with bs=512.&lt;BR /&gt;&lt;BR /&gt;Disk was  mirrored 15k.</description>
      <pubDate>Wed, 23 Feb 2005 11:31:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-internal-disk/m-p/3491056#M624862</guid>
      <dc:creator>Leif Halvarsson_2</dc:creator>
      <dc:date>2005-02-23T11:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Slow internal disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-internal-disk/m-p/3491057#M624863</link>
      <description>Do you have the same setup as I describe above (ultra160 card)?</description>
      <pubDate>Wed, 23 Feb 2005 11:46:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-internal-disk/m-p/3491057#M624863</guid>
      <dc:creator>Scott Minter</dc:creator>
      <dc:date>2005-02-23T11:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Slow internal disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-internal-disk/m-p/3491058#M624864</link>
      <description>One of the things that you are doing that really skews your results is the use of cooked files. You really aren't measuring disk performance or blocksize but rather the efficiency of the filesystem and the buffer cache. You need to get the filesystem and buffer cache out of the picture and read from the raw device.&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/rdsk/c1t5d0 bs=256k count=400 of=/dev/null</description>
      <pubDate>Wed, 23 Feb 2005 12:43:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-internal-disk/m-p/3491058#M624864</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-02-23T12:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Slow internal disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-internal-disk/m-p/3491059#M624865</link>
      <description>Thank you Clay.  You are absolutely correct.&lt;BR /&gt;&lt;BR /&gt;Now I'm getting 28MB/s throughput.  My throughput is limited by my drive channel in the SCSI array at 40MB/s.&lt;BR /&gt;&lt;BR /&gt;This would indicate my performance is being hurt by the file system wouldn't it?</description>
      <pubDate>Wed, 23 Feb 2005 13:25:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-internal-disk/m-p/3491059#M624865</guid>
      <dc:creator>Scott Minter</dc:creator>
      <dc:date>2005-02-23T13:25:29Z</dc:date>
    </item>
  </channel>
</rss>

