<?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: The difference between %iowait from sar and %util from iostat</title>
	<atom:link href="http://ebergen.net/wordpress/2008/02/25/the-difference-between-iowait-from-sar-and-util-from-iostat/feed/" rel="self" type="application/rss+xml" />
	<link>http://ebergen.net/wordpress/2008/02/25/the-difference-between-iowait-from-sar-and-util-from-iostat/</link>
	<description>You will probably want some waders, a pickaxe, and one of those hats with a light on it before you go in here.</description>
	<lastBuildDate>Fri, 13 Jan 2012 16:39:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Taylan Karaoglu</title>
		<link>http://ebergen.net/wordpress/2008/02/25/the-difference-between-iowait-from-sar-and-util-from-iostat/comment-page-1/#comment-320735</link>
		<dc:creator>Taylan Karaoglu</dc:creator>
		<pubDate>Fri, 25 Mar 2011 10:14:35 +0000</pubDate>
		<guid isPermaLink="false">http://ebergen.net/wordpress/2008/02/25/the-difference-between-iowait-from-sar-and-util-from-iostat/#comment-320735</guid>
		<description>a bit old post i see, but for readers /proc/stat can be problematic for seeing disk io waits. /proc/diskstats better way to understand disk bottlenecks. so in this case %util.</description>
		<content:encoded><![CDATA[<p>a bit old post i see, but for readers /proc/stat can be problematic for seeing disk io waits. /proc/diskstats better way to understand disk bottlenecks. so in this case %util.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: i/o &#8211; snippets &#124; pregos blog</title>
		<link>http://ebergen.net/wordpress/2008/02/25/the-difference-between-iowait-from-sar-and-util-from-iostat/comment-page-1/#comment-283008</link>
		<dc:creator>i/o &#8211; snippets &#124; pregos blog</dc:creator>
		<pubDate>Wed, 01 Sep 2010 20:45:08 +0000</pubDate>
		<guid isPermaLink="false">http://ebergen.net/wordpress/2008/02/25/the-difference-between-iowait-from-sar-and-util-from-iostat/#comment-283008</guid>
		<description>[...] The difference between %iowait from sar and %util from iostat (backup) [...]</description>
		<content:encoded><![CDATA[<p>[...] The difference between %iowait from sar and %util from iostat (backup) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: high load average, no cpu or ram usage - cPanel Forums</title>
		<link>http://ebergen.net/wordpress/2008/02/25/the-difference-between-iowait-from-sar-and-util-from-iostat/comment-page-1/#comment-247651</link>
		<dc:creator>high load average, no cpu or ram usage - cPanel Forums</dc:creator>
		<pubDate>Fri, 21 Aug 2009 11:19:53 +0000</pubDate>
		<guid isPermaLink="false">http://ebergen.net/wordpress/2008/02/25/the-difference-between-iowait-from-sar-and-util-from-iostat/#comment-247651</guid>
		<description></description>
		<content:encoded><![CDATA[<p>[...] links also helped me get to grips with iostat:  iostat and disk utilization monitoring nirvana Eric Bergen » The difference between %iowait from sar and %util from iostat  Let me know how you get on.  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joerg</title>
		<link>http://ebergen.net/wordpress/2008/02/25/the-difference-between-iowait-from-sar-and-util-from-iostat/comment-page-1/#comment-103831</link>
		<dc:creator>Joerg</dc:creator>
		<pubDate>Wed, 05 Mar 2008 18:41:23 +0000</pubDate>
		<guid isPermaLink="false">http://ebergen.net/wordpress/2008/02/25/the-difference-between-iowait-from-sar-and-util-from-iostat/#comment-103831</guid>
		<description>IMO, &quot;%iowait&quot; is seen from a CPU point of view: No task was runnable, but at least one was waiting for disk IO (which may include paging, AFAIK). If the disk(s) were infinitely fast, the transfer would be done, and the task could continue.
Slightly different: &quot;%iowait&quot; is the (theoretical) limit to throughput improvement you could achieve by getting rid of disk IO (all files in memory, sufficient RAM not to page, ...).

&quot;%util&quot; shows you whether the disk(s) can keep up with the requests issued. When it approaches 100 % for one disk, you *have* to distribute that disk&#039;s load to multiple spindles.

You can have heavy disk utilization without waiting for them (low &quot;%iowait&quot;) if you have some CPU-consuming background task which does not wait for disk IO. It would keep your CPU(s) busy while other tasks wait for the disk. Computing PI would be a candidate, I assume.

Joerg</description>
		<content:encoded><![CDATA[<p>IMO, &#8220;%iowait&#8221; is seen from a CPU point of view: No task was runnable, but at least one was waiting for disk IO (which may include paging, AFAIK). If the disk(s) were infinitely fast, the transfer would be done, and the task could continue.<br />
Slightly different: &#8220;%iowait&#8221; is the (theoretical) limit to throughput improvement you could achieve by getting rid of disk IO (all files in memory, sufficient RAM not to page, &#8230;).</p>
<p>&#8220;%util&#8221; shows you whether the disk(s) can keep up with the requests issued. When it approaches 100 % for one disk, you *have* to distribute that disk&#8217;s load to multiple spindles.</p>
<p>You can have heavy disk utilization without waiting for them (low &#8220;%iowait&#8221;) if you have some CPU-consuming background task which does not wait for disk IO. It would keep your CPU(s) busy while other tasks wait for the disk. Computing PI would be a candidate, I assume.</p>
<p>Joerg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://ebergen.net/wordpress/2008/02/25/the-difference-between-iowait-from-sar-and-util-from-iostat/comment-page-1/#comment-98294</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Mon, 25 Feb 2008 17:44:56 +0000</pubDate>
		<guid isPermaLink="false">http://ebergen.net/wordpress/2008/02/25/the-difference-between-iowait-from-sar-and-util-from-iostat/#comment-98294</guid>
		<description>iowait is effectively idle time (in 2.4 kernels, it was rolled up into idle).

I&#039;d be interested in seeing the other numbers (sys, user, idle) for the bonnie++ tests...  If the disks are maxed and only 1% iowait, then user% is probably running at ~99%.

Sean</description>
		<content:encoded><![CDATA[<p>iowait is effectively idle time (in 2.4 kernels, it was rolled up into idle).</p>
<p>I&#8217;d be interested in seeing the other numbers (sys, user, idle) for the bonnie++ tests&#8230;  If the disks are maxed and only 1% iowait, then user% is probably running at ~99%.</p>
<p>Sean</p>
]]></content:encoded>
	</item>
</channel>
</rss>

