<?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: Using LoadAvg for Performance Optimization</title>
	<atom:link href="http://www.mysqlperformanceblog.com/2006/12/04/using-loadavg-for-performance-optimization/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com/2006/12/04/using-loadavg-for-performance-optimization/</link>
	<description>Everything about MySQL Performance</description>
	<lastBuildDate>Sat, 21 Nov 2009 05:23:57 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Patrick Casey</title>
		<link>http://www.mysqlperformanceblog.com/2006/12/04/using-loadavg-for-performance-optimization/comment-page-1/#comment-24853</link>
		<dc:creator>Patrick Casey</dc:creator>
		<pubDate>Mon, 18 Dec 2006 16:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/12/04/using-loadavg-for-performance-optimization/#comment-24853</guid>
		<description>I have to agree. If your flavor of unix has vmstat it&#039;s infinately better than loadavg for performance tuning. I pretty much always have a terminal up running vmstat 5 on my servers.</description>
		<content:encoded><![CDATA[<p>I have to agree. If your flavor of unix has vmstat it&#8217;s infinately better than loadavg for performance tuning. I pretty much always have a terminal up running vmstat 5 on my servers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.mysqlperformanceblog.com/2006/12/04/using-loadavg-for-performance-optimization/comment-page-1/#comment-19918</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Wed, 06 Dec 2006 18:57:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/12/04/using-loadavg-for-performance-optimization/#comment-19918</guid>
		<description>I agree with Eric.  I have never been able to make anything meaningful out of loadavg.  I had to dig into the kernel source code to even learn what those numbers came from, and that still didn&#039;t help me understand why they were a meaningful metric of the system&#039;s real load.

However: they are great to track over time how much load the box is under.  I can&#039;t use them for comparing load on different boxes very well, but it does help me to see how the box is doing compared to itself last week (or last hour).  I like to run tload on some servers every now and then.  But generally I just run vmstat -n 5.</description>
		<content:encoded><![CDATA[<p>I agree with Eric.  I have never been able to make anything meaningful out of loadavg.  I had to dig into the kernel source code to even learn what those numbers came from, and that still didn&#8217;t help me understand why they were a meaningful metric of the system&#8217;s real load.</p>
<p>However: they are great to track over time how much load the box is under.  I can&#8217;t use them for comparing load on different boxes very well, but it does help me to see how the box is doing compared to itself last week (or last hour).  I like to run tload on some servers every now and then.  But generally I just run vmstat -n 5.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.mysqlperformanceblog.com/2006/12/04/using-loadavg-for-performance-optimization/comment-page-1/#comment-19897</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Wed, 06 Dec 2006 09:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/12/04/using-loadavg-for-performance-optimization/#comment-19897</guid>
		<description>Yes I agree. VMSTAT/IOSTAT are better to look at. 

I just simply find many people having trouble understanding vmstat/iostat - there are just way too many numbers while loadavg is simple 3 numbers which they try to judge load by.</description>
		<content:encoded><![CDATA[<p>Yes I agree. VMSTAT/IOSTAT are better to look at. </p>
<p>I just simply find many people having trouble understanding vmstat/iostat &#8211; there are just way too many numbers while loadavg is simple 3 numbers which they try to judge load by.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Bergen</title>
		<link>http://www.mysqlperformanceblog.com/2006/12/04/using-loadavg-for-performance-optimization/comment-page-1/#comment-19887</link>
		<dc:creator>Eric Bergen</dc:creator>
		<pubDate>Wed, 06 Dec 2006 05:50:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/12/04/using-loadavg-for-performance-optimization/#comment-19887</guid>
		<description>For most of the reasons above I completely ignore load average. I honestly wish that the tool maintainers would remove it and distros would replace it with a decent sar config. Load average can be affected by too many variables (process count, cpu count) to make it easily comparible. In some cases a load average of 5 is bad and in others 50 is ok. It&#039;s very difficult to read without knowledge of the system and what&#039;s running on it.

With vmstat and iostat you can see a clear percentage value of how busy something is. When the counter gets to 100% it&#039;s 100% busy. Simple as that.</description>
		<content:encoded><![CDATA[<p>For most of the reasons above I completely ignore load average. I honestly wish that the tool maintainers would remove it and distros would replace it with a decent sar config. Load average can be affected by too many variables (process count, cpu count) to make it easily comparible. In some cases a load average of 5 is bad and in others 50 is ok. It&#8217;s very difficult to read without knowledge of the system and what&#8217;s running on it.</p>
<p>With vmstat and iostat you can see a clear percentage value of how busy something is. When the counter gets to 100% it&#8217;s 100% busy. Simple as that.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
