<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Watching live I/O: iotop</title>
	<atom:link href="http://dancingpenguinsoflight.com/2009/03/watching-live-io-iotop/feed/" rel="self" type="application/rss+xml" />
	<link>http://dancingpenguinsoflight.com/2009/03/watching-live-io-iotop/</link>
	<description></description>
	<lastBuildDate>Thu, 09 Feb 2012 14:28:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: zImage</title>
		<link>http://dancingpenguinsoflight.com/2009/03/watching-live-io-iotop/comment-page-1/#comment-1572</link>
		<dc:creator>zImage</dc:creator>
		<pubDate>Sat, 11 Apr 2009 14:28:05 +0000</pubDate>
		<guid isPermaLink="false">http://dancingpenguinsoflight.com/?p=689#comment-1572</guid>
		<description>Definitely that&#039;s a step in the right direction.

Unfortunately it&#039;s still hard to tell who&#039;s wasting most disk IO in too many situations.

Suppose you have two processes - dd and mysqld.

dd is doing massive linear IO and its throughput is 10MB/s. Let&#039;s say dd reads from a slow USB drive and it&#039;s limited to 10MB/s because of the slow reads from the USB.

At the same time MySQL is doing a lot of very small but random IO. A modern SATA 7200 rpm disk drive is only capable of about 90 IO operations per second (IOPS).

So ultimately most of the disk time would be occupied by the mysqld. Still iotop would show dd as the bigger IO user.

-- Teodor Milkov</description>
		<content:encoded><![CDATA[<p>Definitely that&#8217;s a step in the right direction.</p>
<p>Unfortunately it&#8217;s still hard to tell who&#8217;s wasting most disk IO in too many situations.</p>
<p>Suppose you have two processes &#8211; dd and mysqld.</p>
<p>dd is doing massive linear IO and its throughput is 10MB/s. Let&#8217;s say dd reads from a slow USB drive and it&#8217;s limited to 10MB/s because of the slow reads from the USB.</p>
<p>At the same time MySQL is doing a lot of very small but random IO. A modern SATA 7200 rpm disk drive is only capable of about 90 IO operations per second (IOPS).</p>
<p>So ultimately most of the disk time would be occupied by the mysqld. Still iotop would show dd as the bigger IO user.</p>
<p>&#8211; Teodor Milkov</p>
]]></content:encoded>
	</item>
</channel>
</rss>

