<?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 thruput in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/disk-thruput/m-p/3184006#M61868</link>
    <description>Ian, may be you were thinking about hyperspi++ ?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.pi-net.dyndns.org/hyperspi++" target="_blank"&gt;http://www.pi-net.dyndns.org/hyperspi++&lt;/A&gt;</description>
    <pubDate>Thu, 05 Feb 2004 11:24:47 GMT</pubDate>
    <dc:creator>labadie_1</dc:creator>
    <dc:date>2004-02-05T11:24:47Z</dc:date>
    <item>
      <title>Disk thruput</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-thruput/m-p/3183999#M61861</link>
      <description>I would like to measure disk thruput per disk(in MBytes), if possible split in Read and Write thruput.&lt;BR /&gt;&lt;BR /&gt;I don't want a program and I don't want to depend on a product like pa. Just DCL and e.g. SDA.&lt;BR /&gt;&lt;BR /&gt;How can I do that ?</description>
      <pubDate>Thu, 05 Feb 2004 09:04:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-thruput/m-p/3183999#M61861</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-02-05T09:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Disk thruput</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-thruput/m-p/3184000#M61862</link>
      <description>what sort of disks? If an HSx controller is involved then they have programs for that sort of info.&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Feb 2004 09:13:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-thruput/m-p/3184000#M61862</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-02-05T09:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: Disk thruput</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-thruput/m-p/3184001#M61863</link>
      <description>I am a bit puzzled: why not a program ?&lt;BR /&gt;&lt;BR /&gt;You have on the freeware various tools&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/freeware/freeware40/disk_balance/" target="_blank"&gt;http://h71000.www7.hp.com/freeware/freeware40/disk_balance/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/freeware/freeware40/disk_monitor/" target="_blank"&gt;http://h71000.www7.hp.com/freeware/freeware40/disk_monitor/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/freeware/freeware60/diskblock058/" target="_blank"&gt;http://h71000.www7.hp.com/freeware/freeware60/diskblock058/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;which should help you.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Gerard</description>
      <pubDate>Thu, 05 Feb 2004 09:23:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-thruput/m-p/3184001#M61863</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2004-02-05T09:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: Disk thruput</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-thruput/m-p/3184002#M61864</link>
      <description>Ian : all kind of disks. Directly attached, MSCP, HSG80, ... &lt;BR /&gt;Labadie : I don't want to install things. Just use naked VMS and DCL.</description>
      <pubDate>Thu, 05 Feb 2004 09:26:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-thruput/m-p/3184002#M61864</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-02-05T09:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Disk thruput</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-thruput/m-p/3184003#M61865</link>
      <description>You can not get there from here.&lt;BR /&gt;VMS does not have this.&lt;BR /&gt;The closest you can get is possibly to&lt;BR /&gt;just time a COPY from a large file.&lt;BR /&gt;Large files can be created by sysgen,&lt;BR /&gt;by create/fdl ... allocation xxx, or my favourite $copy nl: /cont/alloc&lt;BR /&gt;Unfortunatly VMS does not have 'dd' (actually... looked in the posix area? ) nor does it have a /dev/zero, only /dev/null so for write tests you'll need to create a large empty file first... or just use a pagefile as input.&lt;BR /&gt;&lt;BR /&gt;- Watch out for 'high-water-marking' when testing IO.&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Groetjes,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Feb 2004 09:38:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-thruput/m-p/3184003#M61865</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2004-02-05T09:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Disk thruput</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-thruput/m-p/3184004#M61866</link>
      <description>have a look at what MONITOR can do - there may be something you can use to calculate but I don't remember anything specific.</description>
      <pubDate>Thu, 05 Feb 2004 11:05:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-thruput/m-p/3184004#M61866</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-02-05T11:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Disk thruput</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-thruput/m-p/3184005#M61867</link>
      <description>There is a way to get the thruput from DCL but you have to know the typical IO size.&lt;BR /&gt;&lt;BR /&gt;I have several disks dedicated to a database. I know the IO size is 8192 bytes.&lt;BR /&gt;&lt;BR /&gt;$ iocnt1=F$GetDvI("$1$dgannn:","opcnt")&lt;BR /&gt;$ wait 00:00:10&lt;BR /&gt;$ iocnt2=F$GetDvI("$1$dgannn:","opcnt")&lt;BR /&gt;$ kbsec=(iocnt2-iocnt1)*8&lt;BR /&gt;&lt;BR /&gt;kbsec holds the number of KB/Sec for the disks I know the typical IO size. This is a rough number, but at least I get an idea of what is going on.&lt;BR /&gt;&lt;BR /&gt;This can be customized for backup as well if you have a handful of large files (i.e., several GB each) a control-T will tell you the input block size. Very rough though, but it gives you an order of magnitude on the thruput.&lt;BR /&gt;&lt;BR /&gt;Finally this will work if you know the average IO size over a period of time for a disk with a not so cut and dried IO size.&lt;BR /&gt;&lt;BR /&gt;Other then that, no way VMS DCL can give you the info you want.&lt;BR /&gt;&lt;BR /&gt;hope it helps.</description>
      <pubDate>Thu, 05 Feb 2004 11:24:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-thruput/m-p/3184005#M61867</guid>
      <dc:creator>John Eerenberg</dc:creator>
      <dc:date>2004-02-05T11:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Disk thruput</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-thruput/m-p/3184006#M61868</link>
      <description>Ian, may be you were thinking about hyperspi++ ?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.pi-net.dyndns.org/hyperspi++" target="_blank"&gt;http://www.pi-net.dyndns.org/hyperspi++&lt;/A&gt;</description>
      <pubDate>Thu, 05 Feb 2004 11:24:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-thruput/m-p/3184006#M61868</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2004-02-05T11:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Disk thruput</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-thruput/m-p/3184007#M61869</link>
      <description>as the great Steve Hoffman often says 'what problem are you trying to solve?'&lt;BR /&gt;Why did you whant disk thoughput figures - do you think you have a problem or are you doing a capacity planning excersise?</description>
      <pubDate>Thu, 05 Feb 2004 11:26:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-thruput/m-p/3184007#M61869</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-02-05T11:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Disk thruput</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-thruput/m-p/3184008#M61870</link>
      <description>Oops...&lt;BR /&gt;make that Bytes/Second instead of kbsec&lt;BR /&gt;$ bsec=((iocnt2-iocnt1)*8192)/10&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Feb 2004 11:27:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-thruput/m-p/3184008#M61870</guid>
      <dc:creator>John Eerenberg</dc:creator>
      <dc:date>2004-02-05T11:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Disk thruput</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-thruput/m-p/3184009#M61871</link>
      <description>information on I/O sizes can be obtained from XFC - see SHOW MEMORY/CACHE/FULL&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Feb 2004 11:32:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-thruput/m-p/3184009#M61871</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-02-05T11:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Disk thruput</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-thruput/m-p/3184010#M61872</link>
      <description>Hello,&lt;BR /&gt;there isn't any in DCL that I know; the near program is monitor&lt;BR /&gt;MONIT&amp;gt;MONIT DISK&lt;BR /&gt;this command show you the I/O operation per disk in system but this can't means nothing; if you use exclusively tha machine, you can make some copy and monit the system, then multiply I/O operation by buffer size (as posted previous) but I think it's not very accuractly.&lt;BR /&gt; &lt;BR /&gt;Bye&lt;BR /&gt;Antoniov&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Feb 2004 12:16:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-thruput/m-p/3184010#M61872</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-02-05T12:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Disk thruput</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk-thruput/m-p/3184011#M61873</link>
      <description>Oops,&lt;BR /&gt;monit disk show operation rate not # of I/O operation.&lt;BR /&gt;Antoniov&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Feb 2004 12:21:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk-thruput/m-p/3184011#M61873</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-02-05T12:21:17Z</dc:date>
    </item>
  </channel>
</rss>

