<?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: Find if the disk is asked for more than it can deliver in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/find-if-the-disk-is-asked-for-more-than-it-can-deliver/m-p/3899995#M25992</link>
    <description>In fact one of the 3&lt;BR /&gt;avgqu-sz   await  svctm&lt;BR /&gt;is want I want. &lt;BR /&gt;&lt;BR /&gt;And all 3 are interesting.</description>
    <pubDate>Fri, 17 Nov 2006 08:00:46 GMT</pubDate>
    <dc:creator>labadie_1</dc:creator>
    <dc:date>2006-11-17T08:00:46Z</dc:date>
    <item>
      <title>Find if the disk is asked for more than it can deliver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/find-if-the-disk-is-asked-for-more-than-it-can-deliver/m-p/3899991#M25988</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;I would like to find a command similar to the Vms command&lt;BR /&gt;&lt;BR /&gt;$ monitor disk/item=queue&lt;BR /&gt;&lt;BR /&gt;See for the doc&lt;BR /&gt;&lt;A href="http://www.pi-net.dyndns.org/docs/openvms0732/732final/6491/6491pro_009.html" target="_blank"&gt;http://www.pi-net.dyndns.org/docs/openvms0732/732final/6491/6491pro_009.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This shows if there is a queue length, if when an I/O is done on a disk, the info is delivered immediately, or after a (short or long wait). &lt;BR /&gt;&lt;BR /&gt;For example, a slow disk will be able to deliver 60 I/O (of 16 K) /second, when a Raid 5 of 5 fast disks will be able to deliver much more.&lt;BR /&gt;&lt;BR /&gt;When this Vms command shows more than 1 for the queue length, I know that the users issuing the I/O will wait, as the disk is asked to do more than it can.&lt;BR /&gt;&lt;BR /&gt;I have found that &lt;BR /&gt;iostat -x 10 10&lt;BR /&gt;, for example shows me the I/O on the "disks".&lt;BR /&gt;&lt;BR /&gt;How do I find if there is a queue length on a disk ?&lt;BR /&gt;&lt;BR /&gt;Thanks for any hint.</description>
      <pubDate>Fri, 17 Nov 2006 06:04:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/find-if-the-disk-is-asked-for-more-than-it-can-deliver/m-p/3899991#M25988</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2006-11-17T06:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Find if the disk is asked for more than it can deliver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/find-if-the-disk-is-asked-for-more-than-it-can-deliver/m-p/3899992#M25989</link>
      <description>Hi,&lt;BR /&gt;sar&lt;BR /&gt;or &lt;BR /&gt;sar -q  ?</description>
      <pubDate>Fri, 17 Nov 2006 07:10:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/find-if-the-disk-is-asked-for-more-than-it-can-deliver/m-p/3899992#M25989</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-11-17T07:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Find if the disk is asked for more than it can deliver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/find-if-the-disk-is-asked-for-more-than-it-can-deliver/m-p/3899993#M25990</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;In the 'iostat -x' output is the column avgqu-sz.  According to the manpage:&lt;BR /&gt;&lt;BR /&gt;avgqu-sz&lt;BR /&gt;   The average queue length of the requests that were issued to the device.&lt;BR /&gt;&lt;BR /&gt;Isn't that what you're looking for?&lt;BR /&gt;&lt;BR /&gt;Vic&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Nov 2006 07:50:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/find-if-the-disk-is-asked-for-more-than-it-can-deliver/m-p/3899993#M25990</guid>
      <dc:creator>Victor Semaska_3</dc:creator>
      <dc:date>2006-11-17T07:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Find if the disk is asked for more than it can deliver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/find-if-the-disk-is-asked-for-more-than-it-can-deliver/m-p/3899994#M25991</link>
      <description>yes it seems that's it !&lt;BR /&gt;&lt;BR /&gt;Thanks a lot.</description>
      <pubDate>Fri, 17 Nov 2006 07:56:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/find-if-the-disk-is-asked-for-more-than-it-can-deliver/m-p/3899994#M25991</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2006-11-17T07:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Find if the disk is asked for more than it can deliver</title>
      <link>https://community.hpe.com/t5/operating-system-linux/find-if-the-disk-is-asked-for-more-than-it-can-deliver/m-p/3899995#M25992</link>
      <description>In fact one of the 3&lt;BR /&gt;avgqu-sz   await  svctm&lt;BR /&gt;is want I want. &lt;BR /&gt;&lt;BR /&gt;And all 3 are interesting.</description>
      <pubDate>Fri, 17 Nov 2006 08:00:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/find-if-the-disk-is-asked-for-more-than-it-can-deliver/m-p/3899995#M25992</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2006-11-17T08:00:46Z</dc:date>
    </item>
  </channel>
</rss>

