<?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>holyhandgrenade.org &#187; redhat</title>
	<atom:link href="http://holyhandgrenade.org/blog/tag/redhat/feed/" rel="self" type="application/rss+xml" />
	<link>http://holyhandgrenade.org/blog</link>
	<description>System administration from the trenches.</description>
	<lastBuildDate>Wed, 28 Jul 2010 05:31:39 +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>Recording disk statistics with sysstat on RHEL/CentOS</title>
		<link>http://holyhandgrenade.org/blog/2009/11/recording-disk-statistics-with-sysstat-on-rhelcentos/</link>
		<comments>http://holyhandgrenade.org/blog/2009/11/recording-disk-statistics-with-sysstat-on-rhelcentos/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 19:56:36 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[redhat]]></category>

		<guid isPermaLink="false">http://holyhandgrenade.org/blog/?p=429</guid>
		<description><![CDATA[Unlike on Debian-like systems, the default configuration for sysstat&#8217;s sa1 collector on RHEL/CentOS does not include disk statistics (like you would get from iostat) in the sa collection output. This is due to a missing flag in the cron.d fragment that calls sa1. The &#8220;-A&#8221; flag to sa1 defies reasonable assumption about its function, and [...]]]></description>
			<content:encoded><![CDATA[<p>Unlike on Debian-like systems, the default configuration for sysstat&#8217;s sa1 collector on RHEL/CentOS does not include disk statistics (like you would get from iostat) in the sa collection output. This is due to a missing flag in the cron.d fragment that calls sa1. The &#8220;-A&#8221; flag to sa1 defies reasonable assumption about its function, and does not include disk statistics, so we have to specify &#8220;-d&#8221; manually.</p>
<p>To enable disk statistics collection/trending, edit <strong>/etc/cron.d/sysstat</strong> and change the following:</p>
<blockquote><p><code>*/10 * * * * root /usr/lib64/sa/sa1 1 1</code></p></blockquote>
<p>to this:</p>
<blockquote><p><code>*/10 * * * * root /usr/lib64/sa/sa1 -d 1 1</code></p></blockquote>
<p>(Obviously, replace &#8220;lib64&#8243; with &#8220;lib&#8221; as appropriate for i386 systems.)</p>
<p>Either wait for the next sa log rotation (at midnight) for sa1 to begin collecting disk statistics, or delete your current day&#8217;s statistics. sa1, for whatever historical reason, does not add new counters to an existing sa log file.</p>
]]></content:encoded>
			<wfw:commentRss>http://holyhandgrenade.org/blog/2009/11/recording-disk-statistics-with-sysstat-on-rhelcentos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
