<?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: calculating transfer size on vms disk in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/calculating-transfer-size-on-vms-disk/m-p/3333407#M63589</link>
    <description>Yes, tried this first but lists x Block IO. What does "Block IO" refer to in this context</description>
    <pubDate>Fri, 16 Jul 2004 05:21:56 GMT</pubDate>
    <dc:creator>mark_511</dc:creator>
    <dc:date>2004-07-16T05:21:56Z</dc:date>
    <item>
      <title>calculating transfer size on vms disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/calculating-transfer-size-on-vms-disk/m-p/3333405#M63587</link>
      <description>how can I calculate the transfer size on a vms disk. Required for setting chunksize on RAID set. I need to find what the average transfer size is to the current drive.</description>
      <pubDate>Fri, 16 Jul 2004 05:13:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/calculating-transfer-size-on-vms-disk/m-p/3333405#M63587</guid>
      <dc:creator>mark_511</dc:creator>
      <dc:date>2004-07-16T05:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: calculating transfer size on vms disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/calculating-transfer-size-on-vms-disk/m-p/3333406#M63588</link>
      <description>on current version of VMS see &lt;BR /&gt;SHOW MEM/CACHE/FULL&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Jul 2004 05:19:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/calculating-transfer-size-on-vms-disk/m-p/3333406#M63588</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-07-16T05:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: calculating transfer size on vms disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/calculating-transfer-size-on-vms-disk/m-p/3333407#M63589</link>
      <description>Yes, tried this first but lists x Block IO. What does "Block IO" refer to in this context</description>
      <pubDate>Fri, 16 Jul 2004 05:21:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/calculating-transfer-size-on-vms-disk/m-p/3333407#M63589</guid>
      <dc:creator>mark_511</dc:creator>
      <dc:date>2004-07-16T05:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: calculating transfer size on vms disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/calculating-transfer-size-on-vms-disk/m-p/3333408#M63590</link>
      <description>Until recently, most of the I/O made were of less than 16K.&lt;BR /&gt;&lt;BR /&gt;$ monitor disk/item=all&lt;BR /&gt;&lt;BR /&gt;gives the queue length and the I/O operation rate. If you find how many I/O your model of disk gives when it has a queue length of 1 (for example), then it will be quite easy.&lt;BR /&gt;Check the specs of your disk.</description>
      <pubDate>Mon, 16 Sep 2024 09:33:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/calculating-transfer-size-on-vms-disk/m-p/3333408#M63590</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2024-09-16T09:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: calculating transfer size on vms disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/calculating-transfer-size-on-vms-disk/m-p/3333409#M63591</link>
      <description>Performace advisor can give you the IO size per program.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Fri, 16 Jul 2004 05:33:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/calculating-transfer-size-on-vms-disk/m-p/3333409#M63591</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-07-16T05:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: calculating transfer size on vms disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/calculating-transfer-size-on-vms-disk/m-p/3333410#M63592</link>
      <description>no, sho cache gives me what I need but I require clarification of what the "Block IO" refers to. Is it Bytes, Blocks (if so what size), K?</description>
      <pubDate>Fri, 16 Jul 2004 05:39:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/calculating-transfer-size-on-vms-disk/m-p/3333410#M63592</guid>
      <dc:creator>mark_511</dc:creator>
      <dc:date>2004-07-16T05:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: calculating transfer size on vms disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/calculating-transfer-size-on-vms-disk/m-p/3333411#M63593</link>
      <description>Current setting of the system parameter&lt;BR /&gt;VCC_MAX_IO_SIZE in blocks.&lt;BR /&gt;The extended file cache (XFC) will only cache files up to this size.&lt;BR /&gt;&lt;BR /&gt;So it is blocks and for all IO's bigger than 127 blocks there are no statistics.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Fri, 16 Jul 2004 05:45:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/calculating-transfer-size-on-vms-disk/m-p/3333411#M63593</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-07-16T05:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: calculating transfer size on vms disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/calculating-transfer-size-on-vms-disk/m-p/3333412#M63594</link>
      <description>And show mem is not per disk.&lt;BR /&gt;&lt;BR /&gt;PA can give you the IO size per disk.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Fri, 16 Jul 2004 05:48:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/calculating-transfer-size-on-vms-disk/m-p/3333412#M63594</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-07-16T05:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: calculating transfer size on vms disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/calculating-transfer-size-on-vms-disk/m-p/3333413#M63595</link>
      <description>And the block is 512 bytes.&lt;BR /&gt;&lt;BR /&gt;What can you do with sh mem/cac/fu ?</description>
      <pubDate>Fri, 16 Jul 2004 06:39:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/calculating-transfer-size-on-vms-disk/m-p/3333413#M63595</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-07-16T06:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: calculating transfer size on vms disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/calculating-transfer-size-on-vms-disk/m-p/3333414#M63596</link>
      <description>"What does "Block IO" refer to in this context"&lt;BR /&gt;&lt;BR /&gt;Consider this Example. &lt;BR /&gt;&lt;BR /&gt;Transfer Size:      Reads  Read Hits    Writes&lt;BR /&gt;   1 Block IO:    1339139    1224267    624906&lt;BR /&gt;   2 Block IO:   87599172   77137023    616565&lt;BR /&gt;   3 Block IO:    6046985    5196849    181878&lt;BR /&gt;&lt;BR /&gt;This saying there has been 1339139 read requests for reads of 1 512 byte block.&lt;BR /&gt;There has been  87599172   Reads for 2 blocks&lt;BR /&gt;There has been 6046985  reads for 3 blocks.&lt;BR /&gt;&lt;BR /&gt;From this sort of data you can determine the most frequently requested size of read or write on your system. If you take this data and paste it into a spreadsheet you can plot histograms, calculate averages etc&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Jul 2004 06:45:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/calculating-transfer-size-on-vms-disk/m-p/3333414#M63596</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-07-16T06:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: calculating transfer size on vms disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/calculating-transfer-size-on-vms-disk/m-p/3333415#M63597</link>
      <description>But not per disk.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Fri, 16 Jul 2004 06:46:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/calculating-transfer-size-on-vms-disk/m-p/3333415#M63597</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-07-16T06:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: calculating transfer size on vms disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/calculating-transfer-size-on-vms-disk/m-p/3333416#M63598</link>
      <description>And are the IO's bybassing the cache in it ?</description>
      <pubDate>Fri, 16 Jul 2004 07:34:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/calculating-transfer-size-on-vms-disk/m-p/3333416#M63598</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-07-16T07:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: calculating transfer size on vms disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/calculating-transfer-size-on-vms-disk/m-p/3333417#M63599</link>
      <description>Another way to calculate average transfer size is to look at it down at the controller level. If you have HSx controllers, VTDPY can give you, on a per-disk basis, the average data transfer rate and the I/O request rate. Dividing the average request rate into the average data transfer rate in kilobytes gives you the average I/O tramsfer size in kilobytes.</description>
      <pubDate>Mon, 19 Jul 2004 11:28:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/calculating-transfer-size-on-vms-disk/m-p/3333417#M63599</guid>
      <dc:creator>Keith Parris</dc:creator>
      <dc:date>2004-07-19T11:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: calculating transfer size on vms disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/calculating-transfer-size-on-vms-disk/m-p/3333418#M63600</link>
      <description>Ok folks, enough chatting about block sizes and caches. Let's get back to be basic question which is NOT calculating the transfer size as the subject suggestm, but it is figuting out an optimal chuk size for a raid set.&lt;BR /&gt;&lt;BR /&gt;None of the prior replies are going to help with that.&lt;BR /&gt;&lt;BR /&gt;IMHO are stuck by picking a highish number like 255 or 256. High enough to avoid excessive splitting of IO, low enough to pread hotspots. &lt;BR /&gt;&lt;BR /&gt;It is exceedingly unliky that you can actually pick a hardware stripe size to optimally match your average IO size.&lt;BR /&gt;&lt;BR /&gt;The AVERAGE is completely irrelevant in this calculation IMnsHO.&lt;BR /&gt;Only the MODAL value counts (or whatever the name of the statistical term that means 'most often used' :-). This is because a lot of VMS IOs are 1 blocks. For those the chunk size does not matter at all, but they do influence the average!&lt;BR /&gt;&lt;BR /&gt;This is one of the few times where you may want to take the DISK ALLOCATION CLUSTER SIZE into consideration. Why? because you know there is a good chance that IOs will start as a cluster boundary. After all, every single file starts at a cluster boundary.&lt;BR /&gt;&lt;BR /&gt;So by selecting the chunk size to be a straight multiple of the cluster size you will make sure that the first IO from the beginning of a file will not be spilt over chunks. &lt;BR /&gt;&lt;BR /&gt;The following IOs are dependend on the IO sizes. For sequential files IO that is OFTEN, but not always 32 blocks. (SHOW/SET RMS!)So to keep those from fragmenting you could consider &lt;BR /&gt;CLUSTERSIZE = N * 32&lt;BR /&gt;CHUNKSIZE = N * CLUSTERSIZE&lt;BR /&gt;&lt;BR /&gt;An other popular IO access pattens is Indexed file IO. There the size is BUCKETSIZE, but the first datablock (by default) tend to start at block 3 or 4, and does NOT start on a multiple of cluster no bucket size. Note, blocks intentt will be alligned, and you can play fdl games to start out aligned.&lt;BR /&gt; &lt;BR /&gt;I'd pick 256 if I had some hope to force allignment on 2**N boundaries. I'd pick 255 if i was afraid to 'fall out of sync' and cause a pattern of splits. With the chunk size being prime you'll distribute the pain evenly :-).&lt;BR /&gt;&lt;BR /&gt;hope this helps,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Jul 2004 12:33:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/calculating-transfer-size-on-vms-disk/m-p/3333418#M63600</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2004-07-19T12:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: calculating transfer size on vms disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/calculating-transfer-size-on-vms-disk/m-p/3333419#M63601</link>
      <description>[ 0 points for this reply ]&lt;BR /&gt;&lt;BR /&gt;I'm glad you like my reply (judging by the 10p) despite the horrible spelling. Sorry 'bout that. I just started typing and never looked back.&lt;BR /&gt;&lt;BR /&gt;One cute (imho) line I was going to put in there was "when is the last time you did an 'average' IO?". Just to put further focus on the 'modal' value selections, not median, not average.&lt;BR /&gt;4 IOs  1 block&lt;BR /&gt;3 IOs  4 blocks&lt;BR /&gt;2 IOs  8 blocks&lt;BR /&gt;8 IOs  16 blocks.&lt;BR /&gt;&lt;BR /&gt;Total 17 IOs, 160 block, avg=9.4, med=8.5, mod=16. Pick 16 as the number for the sizing, not 9.5.&lt;BR /&gt;&lt;BR /&gt;cheers,&lt;BR /&gt;Hein&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jul 2004 15:27:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/calculating-transfer-size-on-vms-disk/m-p/3333419#M63601</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2004-07-20T15:27:16Z</dc:date>
    </item>
  </channel>
</rss>

