<?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; terminal</title>
	<atom:link href="http://www.sudoseth.com/blog/tag/terminal/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>Bandwidth Monitoring in Linux</title>
		<link>http://www.sudoseth.com/blog/2009/06/bandwidth-monitoring-in-linux/</link>
		<comments>http://www.sudoseth.com/blog/2009/06/bandwidth-monitoring-in-linux/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 22:24:31 +0000</pubDate>
		<dc:creator>Seth</dc:creator>
				<category><![CDATA[Technical Notes]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.sudoseth.com/blog/?p=338</guid>
		<description><![CDATA[I travel to frequently and as such need to be able to keep an eye on my servers. I use SSH extensively for this purpose. I&#8217;ve been looking for some tools to keep track of bandwidth usage using the command line for a while and recently found some that do exactly what I want. I [...]]]></description>
			<content:encoded><![CDATA[<p>I travel to frequently and as such need to be able to keep an eye on my servers. I use SSH extensively for this purpose. I&#8217;ve been looking for some tools to keep track of bandwidth usage using the command line for a while and recently found some that do exactly what I want.</p>
<p>I found <a href="http://www.ubuntugeek.com/bandwidth-monitoring-tools-for-linux.html">a list</a> that introduced me to a bunch of different tools. Two of my favorites are <strong>bmon</strong> and <strong>bwm-ng</strong>. Both of these command line tools can be installed in Ubuntu by using apt-get. technical </p>
]]></content:encoded>
			<wfw:commentRss>http://www.sudoseth.com/blog/2009/06/bandwidth-monitoring-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>

