<?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: Test write performance found error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/test-write-performance-found-error/m-p/4743429#M387499</link>
    <description>Hi Bill,&lt;BR /&gt;Thanks for your response,&lt;BR /&gt;as your points,if it runs below command, /tmp/sysinfo.tgz file will lose part of data, right ?&lt;BR /&gt;if yes, how to ensure the data integrity through command "dd if=/dev/zero of=/dev/rdsk/cxtxdx" for disk write performance? &lt;BR /&gt;&lt;BR /&gt;root@test:/tmp # time dd if=/dev/zero of=/tmp/sysinfo.tgz count=1000</description>
    <pubDate>Wed, 26 Jan 2011 07:59:04 GMT</pubDate>
    <dc:creator>study unix</dc:creator>
    <dc:date>2011-01-26T07:59:04Z</dc:date>
    <item>
      <title>Test write performance found error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/test-write-performance-found-error/m-p/4743422#M387492</link>
      <description>Hi All&lt;BR /&gt;I want to test disk write performance as below, the result is found error, and to check /dev/vg00/lvol6 becomes full, why it happened? If I want to test write and read performance, what command will it be performed? Thanks in advance!&lt;BR /&gt;&lt;BR /&gt;that is  "time dd if=/dev/zero of=/tmp/sysinfo.tgz " should not be used in disk write performance ?&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;root@test:/tmp # time dd if=/dev/zero of=/tmp/sysinfo.tgz&lt;BR /&gt;&lt;BR /&gt;msgcnt 2 vxfs: mesg 001: vx_nospace - /dev/vg00/lvol6 file system full (1 block extent)&lt;BR /&gt;I/O error &lt;BR /&gt;5802049+0 records in&lt;BR /&gt;5802048+1 records out&lt;BR /&gt;&lt;BR /&gt;real     3:19.7&lt;BR /&gt;user     2:28.4&lt;BR /&gt;sys        45.4&lt;BR /&gt;&lt;BR /&gt;# bdf&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol3    4194304  490408 3675048   12% /&lt;BR /&gt;/dev/vg00/lvol1    1014648  160680  752496   18% /stand&lt;BR /&gt;/dev/vg00/lvol8    8388608 4898488 3490120   58% /var&lt;BR /&gt;/dev/vg00/lvol7    20971520 2597736 18230280   12% /usr&lt;BR /&gt;/dev/vg00/lvol6    16777216 16777216       0  100% /tmp&lt;BR /&gt;/dev/vg00/lvtmp01  1638400    1502 1534599    0% /tmp/prd001&lt;BR /&gt;/dev/vg00/lvol5    8388608 3608408 4742888   43% /opt&lt;BR /&gt;/dev/vg00/lvol4    2097152   26648 2054368    1% /home&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Jan 2011 09:53:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/test-write-performance-found-error/m-p/4743422#M387492</guid>
      <dc:creator>study unix</dc:creator>
      <dc:date>2011-01-25T09:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: Test write performance found error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/test-write-performance-found-error/m-p/4743423#M387493</link>
      <description>&amp;gt;time dd if=/dev/zero of=/tmp/sysinfo.tgz&lt;BR /&gt;&amp;gt;msgcnt 2 vxfs: mesg 001: vx_nospace - /dev/vg00/lvol6 file system full (1 block extent)&lt;BR /&gt;&lt;BR /&gt;This will write until the FS is full.  You need to limit the count:&lt;BR /&gt;count=n&lt;BR /&gt;&lt;BR /&gt;You could also pick bigger block sizes:&lt;BR /&gt;bs=1024k</description>
      <pubDate>Tue, 25 Jan 2011 11:32:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/test-write-performance-found-error/m-p/4743423#M387493</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-01-25T11:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Test write performance found error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/test-write-performance-found-error/m-p/4743424#M387494</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I sugest that uses for your output file (of) a target that have enough free space to place the input file (if) inside, or uses a infinite device as /dev/null. Seems that you are mixed up the "if" and "of" entries order, so just try:&lt;BR /&gt;root@test:/tmp # time dd if=/tmp/sysinfo.tgz of=/dev/null&lt;BR /&gt;&lt;BR /&gt;The "sar" command will be useful to trace disk performance (man sar).&lt;BR /&gt;#sar -d 5 100&lt;BR /&gt;&lt;BR /&gt;Rgds.</description>
      <pubDate>Tue, 25 Jan 2011 11:37:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/test-write-performance-found-error/m-p/4743424#M387494</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2011-01-25T11:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: Test write performance found error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/test-write-performance-found-error/m-p/4743425#M387495</link>
      <description>Why are you trying to test performance of your /tmp filesystem? Do yo have an application that uses /tmp as some sort of temp/hi-speed sort/transit area?&lt;BR /&gt;&lt;BR /&gt;If you want to "test" how fast a filesystem can perform writes - then you need to TELL your tool how much to write to avoid filling up the filesystem. You also need to specify a "block size" since there are certain block sizes that are apropo for certain filesystems.&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/zero of=/path/file.dat bs=1024k count=1024&lt;BR /&gt;&lt;BR /&gt;(will perform a write at 1MB block sizes for a total of 1GB, 1024 blocks). Note that repeating the test will likely give you a very fast performance due to Filesystem caching...&lt;BR /&gt;&lt;BR /&gt;You can also use the peralloc command:&lt;BR /&gt;&lt;BR /&gt;prealloc /tmp/test.dat 1000000000&lt;BR /&gt;&lt;BR /&gt;will create a file size 1 billion bytes.&lt;BR /&gt;&lt;BR /&gt;Note it will also be affected by cache so subsequent execution will yield very fast results.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Now a word on /tmp (or even /var/tmp) as applications temp space:&lt;BR /&gt;&lt;BR /&gt;If /tmp or /var/tmp are part of your OS disk and yor OS disk is a local SCSI or RAIDED scsi disk -- that your app performance will be severely affected specially IF I/O requirements are steep...   Invest on:&lt;BR /&gt;&lt;BR /&gt;- having your OS be on SAN disks&lt;BR /&gt;- have your APPs TMPDIR or whatever environmental variable point to a SAN Disk filesystem&lt;BR /&gt;- Use SolidState SSD Disk for your OS or /tmp space.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Jan 2011 17:44:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/test-write-performance-found-error/m-p/4743425#M387495</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2011-01-25T17:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Test write performance found error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/test-write-performance-found-error/m-p/4743426#M387496</link>
      <description>Hi All, &lt;BR /&gt;Very very thanks for all response, I see it now, but who can introduce these special file and its usage as below, thanks!&lt;BR /&gt;/dev/zero&lt;BR /&gt;/dev/null&lt;BR /&gt;/dev/full&lt;BR /&gt;/dev/random</description>
      <pubDate>Wed, 26 Jan 2011 01:17:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/test-write-performance-found-error/m-p/4743426#M387496</guid>
      <dc:creator>study unix</dc:creator>
      <dc:date>2011-01-26T01:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: Test write performance found error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/test-write-performance-found-error/m-p/4743427#M387497</link>
      <description>Hi All,&lt;BR /&gt;I suppose /dev/dsk/c0t0d0 is root disk,&lt;BR /&gt;if it run below command, this disk will be damaged ?&lt;BR /&gt;dd if=/dev/zero of=/dev/dsk/c0t0d0 bs=8k count=8192&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Jan 2011 01:46:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/test-write-performance-found-error/m-p/4743427#M387497</guid>
      <dc:creator>study unix</dc:creator>
      <dc:date>2011-01-26T01:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Test write performance found error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/test-write-performance-found-error/m-p/4743428#M387498</link>
      <description>&lt;BR /&gt;&amp;gt; I suppose /dev/dsk/c0t0d0 is root disk,&lt;BR /&gt;if it run below command, this disk will be damaged ?&lt;BR /&gt;&amp;gt; dd if=/dev/zero of=/dev/dsk/c0t0d0 bs=8k count=8192&lt;BR /&gt; &lt;BR /&gt;The disk will not be damaged, BUT YOU WILL DESTROY ALL DATA ON YOUR ROOT DISK!!! Your system will no longer boot up and you will have to cold install everything on the root disk.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; introduce these special file and its usage as below, thanks!&lt;BR /&gt;&lt;BR /&gt;&amp;gt; /dev/zero&lt;BR /&gt;&lt;BR /&gt;/dev/zero provides an unlimited string of zeros.&lt;BR /&gt; &lt;BR /&gt;&amp;gt; /dev/null&lt;BR /&gt; &lt;BR /&gt;Often called the bit-bucket, this device file provides a destination for unlimited amounts of data -- the data is discarded. When used as input, it provides nothing but and end-of-data signal, that is, no data at all.&lt;BR /&gt; &lt;BR /&gt;&amp;gt; /dev/full&lt;BR /&gt; &lt;BR /&gt;Reading from this device will always succeed and report that the requested number of bytes were read. However, no data will actually be copied to the read buffer.&lt;BR /&gt; &lt;BR /&gt;&amp;gt; /dev/random&lt;BR /&gt; &lt;BR /&gt;This provides a random integer. It is not suitable for unlimited strings of random numbers as it will block when the string is long. Use /dev/urandom for longer strings.</description>
      <pubDate>Wed, 26 Jan 2011 02:56:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/test-write-performance-found-error/m-p/4743428#M387498</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2011-01-26T02:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Test write performance found error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/test-write-performance-found-error/m-p/4743429#M387499</link>
      <description>Hi Bill,&lt;BR /&gt;Thanks for your response,&lt;BR /&gt;as your points,if it runs below command, /tmp/sysinfo.tgz file will lose part of data, right ?&lt;BR /&gt;if yes, how to ensure the data integrity through command "dd if=/dev/zero of=/dev/rdsk/cxtxdx" for disk write performance? &lt;BR /&gt;&lt;BR /&gt;root@test:/tmp # time dd if=/dev/zero of=/tmp/sysinfo.tgz count=1000</description>
      <pubDate>Wed, 26 Jan 2011 07:59:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/test-write-performance-found-error/m-p/4743429#M387499</guid>
      <dc:creator>study unix</dc:creator>
      <dc:date>2011-01-26T07:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Test write performance found error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/test-write-performance-found-error/m-p/4743430#M387500</link>
      <description>&amp;gt;&amp;gt; f yes, how to ensure the data integrity through command "dd if=/dev/zero of=/dev/rdsk/cxtxdx" for disk write performance?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please try to understand that this will overwrite the complete disk, so you loose all the data!</description>
      <pubDate>Wed, 26 Jan 2011 08:16:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/test-write-performance-found-error/m-p/4743430#M387500</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2011-01-26T08:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Test write performance found error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/test-write-performance-found-error/m-p/4743431#M387501</link>
      <description>Hi Torsten,&lt;BR /&gt;Okay, I see it will overwrite the complete disk for dd if=/dev/zero of=/dev/rdsk/cxtxdx, my exact question should be,if it runs command "dd if=/dev/zero of=/tmp/sysinfo.tgz count=1000 bs=512kb", /tmp/sysinfo.tgz file will be overwrite part of original data, right ? Base on the premise that /tmp leave more than 500 MB space!</description>
      <pubDate>Wed, 26 Jan 2011 09:51:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/test-write-performance-found-error/m-p/4743431#M387501</guid>
      <dc:creator>study unix</dc:creator>
      <dc:date>2011-01-26T09:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Test write performance found error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/test-write-performance-found-error/m-p/4743432#M387502</link>
      <description>This command will write to a file, so nothing will be overwritten.&lt;BR /&gt;&lt;BR /&gt;You will get an error, if the file system is full before the command has finished.</description>
      <pubDate>Wed, 26 Jan 2011 09:58:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/test-write-performance-found-error/m-p/4743432#M387502</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2011-01-26T09:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Test write performance found error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/test-write-performance-found-error/m-p/4743433#M387503</link>
      <description>&amp;gt;if it runs command "dd ... count=1000 bs=512kb", /tmp/sysinfo.tgz file will be overwrite part of original data, right?&lt;BR /&gt;&lt;BR /&gt;All of 512 Mb of /tmp/sysinfo.tgz will be overwritten.</description>
      <pubDate>Wed, 26 Jan 2011 09:58:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/test-write-performance-found-error/m-p/4743433#M387503</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-01-26T09:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Test write performance found error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/test-write-performance-found-error/m-p/4743434#M387504</link>
      <description>&amp;gt;ME: All of 512 Mb&lt;BR /&gt;&lt;BR /&gt;Oops, I rounded it up too much, 500 Mb as you said.</description>
      <pubDate>Wed, 26 Jan 2011 10:00:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/test-write-performance-found-error/m-p/4743434#M387504</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-01-26T10:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: Test write performance found error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/test-write-performance-found-error/m-p/4743435#M387505</link>
      <description>Hi Torsten, Dennis,&lt;BR /&gt;Thanks for your help,&lt;BR /&gt;Torsten ---This command will write to a file, so nothing will be overwritten.&lt;BR /&gt;Dennis---All of 512 Mb of /tmp/sysinfo.tgz will be overwritten.&lt;BR /&gt;original data will be overwrite or not ?</description>
      <pubDate>Wed, 26 Jan 2011 10:08:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/test-write-performance-found-error/m-p/4743435#M387505</guid>
      <dc:creator>study unix</dc:creator>
      <dc:date>2011-01-26T10:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: Test write performance found error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/test-write-performance-found-error/m-p/4743436#M387506</link>
      <description>&amp;gt;original data will be overwrite or not?&lt;BR /&gt;&lt;BR /&gt;Yes, provided it was &amp;lt;= 500 Mb.</description>
      <pubDate>Wed, 26 Jan 2011 10:13:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/test-write-performance-found-error/m-p/4743436#M387506</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-01-26T10:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Test write performance found error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/test-write-performance-found-error/m-p/4743437#M387507</link>
      <description>The file /tmp/sysinfo.tgz will be overwritten.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But why you want to write to this file???&lt;BR /&gt;&lt;BR /&gt;Write to another file!</description>
      <pubDate>Wed, 26 Jan 2011 10:29:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/test-write-performance-found-error/m-p/4743437#M387507</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2011-01-26T10:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Test write performance found error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/test-write-performance-found-error/m-p/4743438#M387508</link>
      <description>Hi Dennis and Torsten,&lt;BR /&gt;Thanks for all help, as your points,&lt;BR /&gt;If I test one disk write performance, it should run command "dd if=/dev/zero of=/dev/rdsk/cxdxtx count=xxx bs=xxx, but if original data exists in /dev/rdsk/cxtxdx, it will lose part of data due to be overwrite, right? that is what other ways to test disk write performance?</description>
      <pubDate>Thu, 27 Jan 2011 09:59:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/test-write-performance-found-error/m-p/4743438#M387508</guid>
      <dc:creator>study unix</dc:creator>
      <dc:date>2011-01-27T09:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: Test write performance found error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/test-write-performance-found-error/m-p/4743439#M387509</link>
      <description>Consider to sarch the hp-ux forum for related threads - you'll get a lot of good hits.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/james/home.do?from=forums" target="_blank"&gt;http://forums.itrc.hp.com/service/james/home.do?from=forums&lt;/A&gt;</description>
      <pubDate>Thu, 27 Jan 2011 10:28:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/test-write-performance-found-error/m-p/4743439#M387509</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2011-01-27T10:28:40Z</dc:date>
    </item>
  </channel>
</rss>

