<?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>x83.net &#187; rhel</title>
	<atom:link href="http://www.x83.net/tag/rhel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.x83.net</link>
	<description></description>
	<lastBuildDate>Tue, 31 Jan 2012 13:53:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Centos 6 released</title>
		<link>http://www.x83.net/centos-6-released/</link>
		<comments>http://www.x83.net/centos-6-released/#comments</comments>
		<pubDate>Sun, 10 Jul 2011 19:45:17 +0000</pubDate>
		<dc:creator>Giany</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[6]]></category>
		<category><![CDATA[released]]></category>
		<category><![CDATA[rhel]]></category>

		<guid isPermaLink="false">http://www.x83.net/?p=748</guid>
		<description><![CDATA[Finally after almost one hear since RHEL 6.0 was released now Centos 6.0 is available to download. Check Release notes : http://wiki.centos.org/Manuals/ReleaseNotes/CentOS6.0 and official announcement: http://lists.centos.org/pipermail/centos-announce/2011-July/017645.html]]></description>
			<content:encoded><![CDATA[<p>Finally after almost one hear since RHEL 6.0 was released now Centos 6.0 is available to download.</p>
<p>Check Release notes : <a href="http://wiki.centos.org/Manuals/ReleaseNotes/CentOS6.0" title="Centos 6 Release Notes" target="_blank">http://wiki.centos.org/Manuals/ReleaseNotes/CentOS6.0</a></p>
<p>and official announcement:</p>
<p><a href="http://lists.centos.org/pipermail/centos-announce/2011-July/017645.html" title="Official Announcement" target="_blank">http://lists.centos.org/pipermail/centos-announce/2011-July/017645.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.x83.net/centos-6-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I find out Linux Disk utilization RHEL/Centos?</title>
		<link>http://www.x83.net/how-do-i-find-out-linux-disk-utilizationrhelcentos/</link>
		<comments>http://www.x83.net/how-do-i-find-out-linux-disk-utilizationrhelcentos/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 20:11:36 +0000</pubDate>
		<dc:creator>Giany</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Redhat]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[iostat]]></category>
		<category><![CDATA[rhel]]></category>

		<guid isPermaLink="false">http://www.x83.net/?p=377</guid>
		<description><![CDATA[iostat syntax for disk utilization report iostat -d -x interval count -d : Display the device utilization report (d == disk) -x : Display extended statistics including disk utilization interval : It is time period in seconds between two samples . iostat 2 will give data at each 2 seconds interval. count : It is [...]]]></description>
			<content:encoded><![CDATA[<p>iostat syntax for disk utilization report</p>
<p>iostat -d -x interval count</p>
<p>      -d : Display the device utilization report (d == disk)<br />
      -x : Display extended statistics including disk utilization</p>
<p>      interval : It is time period in seconds between two samples . iostat 2 will give data at each 2 seconds interval.</p>
<p>      count : It is the number of times the data is needed . iostat 2 5 will give data at 2 seconds interval 5 times</p>
<p>Display 3 reports of extended statistics at 5 second intervals for disk</p>
<p>Type the following command:</p>
<p># iostat -d -x 5 3</p>
<p>Output:</p>
<p>[root@vari Desktop]# iostat -d -x 5 3</p>
<p>Linux 2.6.18-128.7.1.el5xen (vari.taashee.com) 08/26/2009 _i686_ (2 CPU)</p>
<p>Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz await svctm %util</p>
<p>sda 2.41 12.42 3.27 5.37 134.84 142.70 32.13 0.12 14.04 1.83 1.58</p>
<p>Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz await svctm %util</p>
<p>sda 0.00 1.60 0.00 0.40 0.00 16.00 40.00 0.00 0.00 0.00 0.00</p>
<p>Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz await svctm %util</p>
<p>sda 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00</p>
<p>Where,</p>
<p>    rrqm/s : The number of read requests merged per second that were queued to the hard disk<br />
    wrqm/s : The number of write requests merged per second that were queued to the hard disk<br />
    r/s : The number of read requests per second<br />
    w/s : The number of write requests per second<br />
    rsec/s : The number of sectors read from the hard disk per second<br />
    wsec/s : The number of sectors written to the hard disk per second<br />
    avgrq-sz : The average size (in sectors) of the requests that were issued to the device.<br />
    avgqu-sz : The average queue length of the requests that were issued to the device<br />
    await : The average time (in milliseconds) for I/O requests issued to the device to be served. This includes the time spent by the requests in queue and the time spent servicing them.</p>
<p>      svctm : The average service time (in milliseconds) for I/O requests that were issued to the device<br />
      %util : Percentage of CPU time during which I/O requests were issued to the device (bandwidth utilization for the device). Device saturation occurs when this value is close to 100%.</p>
<p>How do I interpret the output result for optimization?</p>
<p>First you need to note down following values from the iostat output:</p>
<p>   1. The average service time (svctm)<br />
   2. Percentage of CPU time during which I/O requests were issued (%util)<br />
   3. See if a hard disk reports consistently high reads/writes (r/s and w/s)</p>
<p>If any one of these are high, you need to take one of the following action:</p>
<p>      Get high speed disk and controller for file system (for example move from SATA I to SAS 15k disk)<br />
      Tune software or application or kernel or file system for better disk utilization<br />
      Use RAID array to spread the file system</p>
]]></content:encoded>
			<wfw:commentRss>http://www.x83.net/how-do-i-find-out-linux-disk-utilizationrhelcentos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

