<?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>SudoSeth &#187; command</title>
	<atom:link href="http://www.sudoseth.com/blog/tag/command/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sudoseth.com/blog</link>
	<description>Ideas, Videos, Projects, and More!</description>
	<lastBuildDate>Wed, 01 Feb 2012 04:07:41 +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>Hard drive monitoring with sysstat</title>
		<link>http://www.sudoseth.com/blog/2009/01/hard-drive-monitoring-with-sysstat/</link>
		<comments>http://www.sudoseth.com/blog/2009/01/hard-drive-monitoring-with-sysstat/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 19:25:17 +0000</pubDate>
		<dc:creator>Seth</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[iostat]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://www.sudoseth.com/blog/?p=219</guid>
		<description><![CDATA[I was wondering if there was a way to monitor hard drive use in a terminal the same way it is possible to monitor CPU and RAM usage with top. After a quick search I found a post on the OC Forums that suggests install sysstat, which does exactly what I want. Installation is simple: [...]]]></description>
			<content:encoded><![CDATA[<p>I was wondering if there was a way to monitor hard drive use in a terminal the same way it is possible to monitor CPU and RAM usage with <em>top</em>. After a quick search I found <a href="http://www.ocforums.com/showthread.php?p=5937142">a post on the OC Forums</a> that suggests install sysstat, which does exactly what I want. Installation is simple:<br />
<em>sudo apt-get install sysstat</em></p>
<p>Then run the utility with:<br />
<em>iostat</em><br />
You can also set it to automatically refresh by putting the number of seconds to refresh in after the command. For example, to refresh every five seconds, type:<br />
<em>iostat 5</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sudoseth.com/blog/2009/01/hard-drive-monitoring-with-sysstat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

