<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BlueScripts &#187; sar</title>
	<atom:link href="http://bluescripts.net/tag/sar/feed/" rel="self" type="application/rss+xml" />
	<link>http://bluescripts.net</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 07 Jul 2010 16:42:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>`sar` command</title>
		<link>http://bluescripts.net/2008/09/sar-command/</link>
		<comments>http://bluescripts.net/2008/09/sar-command/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 12:34:52 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[sar]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[stats]]></category>

		<guid isPermaLink="false">http://bluescripts.net/?p=72</guid>
		<description><![CDATA[I&#8217;m always trying to find a good method of monitoring system performance and logging it, but today I ran into a rather strange issue that I couldn&#8217;t find on google. sar 0 was returning high idle percentages: # sar -u 0 08:17:29 AM Â Â Â CPU Â Â %user Â Â %nice Â %system [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m always trying to find a good method of monitoring system performance and logging it, but today I ran into a rather strange issue that I couldn&#8217;t find on google.</p>
<p>sar 0 was returning high idle percentages:</p>
<pre>
# sar -u 0

08:17:29 AM Â  Â  Â  CPU Â  Â  %user Â  Â  %nice Â  %system Â  %iowait Â  Â  %idle

08:17:29 AM Â  Â  Â  all Â  Â  18.11 Â  Â  Â 0.01 Â  Â  11.66 Â  Â  70.22 Â  Â 3549.42
<div>running top didn't produce 3.5k % idle and in fact the system was nearly 98% idle.Â </div>
<div>The quick fix is to simply run</div>
<div></div>
<pre>yum update sysstat</pre>
<div>That fixed the problem immediately on the box I was using.</div>
<div></div>
<div>Hope this helps someone else.</div>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://bluescripts.net/2008/09/sar-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
