<?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>Linux Neophyte &#187; Sytem Monitor</title>
	<atom:link href="http://linuxneophyte.com/tag/sytem-monitor/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxneophyte.com</link>
	<description>Trials of a Linux Newb.</description>
	<lastBuildDate>Mon, 20 Oct 2008 12:42:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Console Bandwidth Monitors: nload &amp; bwm-ng</title>
		<link>http://linuxneophyte.com/console-bandwidth-monitors-nload-bwm-ng/</link>
		<comments>http://linuxneophyte.com/console-bandwidth-monitors-nload-bwm-ng/#comments</comments>
		<pubDate>Fri, 15 Dec 2006 12:48:03 +0000</pubDate>
		<dc:creator>M@</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Console]]></category>
		<category><![CDATA[Edgy]]></category>
		<category><![CDATA[FC6]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Sytem Monitor]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://newbie.linuxworldnet.com/console-bandwidth-monitors-nload-bwm-ng/</guid>
		<description><![CDATA[I was wondering what nifty utilities were available for monitoring my bandwidth from the console. After a few minutes of googling I found my answer. There were two options that I found right away, bwm-ng and nload. Both programs have similar features so it really came down to look. Since I was slightly happier with [...]]]></description>
			<content:encoded><![CDATA[<p>I was wondering what nifty utilities were available for monitoring my bandwidth from the console. After a few minutes of googling I found my answer. There were two options that I found right away, <a target="_blank" href="http://www.gropp.org/">bwm-ng</a> and <a target="_blank" href="http://www.roland-riegel.de/nload/index.html">nload</a>. Both programs have similar features so it really came down to look. Since I was slightly happier with nload, I installed it on all of my full-time Linux machines, this included Fedora 6, Ubuntu Edgy and a Debian Sarge server. Don&#8217;t take my word for it though, if you have a hankerin&#8217; to monitor your bandwidth, check them both out.</p>
<p>The screen-cap below is shows <code>nload</code> and a few other programs running.  The first row is the local machine (FC6), the second row is (from left to right) a Debian Sarge server and an Ubuntu Edgy desktop.  The third row shows an available console and an <code>scp</code> command transferring a file from the Fedora box to the Debian box.</p>
<p><a title="Bandwidth Monitor" class="imagelink" target="_blank" href="http://linuxneophyte.com/wp-content/uploads/2007/01/bwmonitor.jpg"><img width="128" height="95" alt="Bandwidth Monitor" id="image111" src="http://linuxneophyte.com/wp-content/uploads/2007/01/bwmonitor.jpg" /></a></p>
<p><strong>Installing on Ubuntu:</strong></p>
<p>Be sure that you have the Universe repo enabled (click <a target="_blank" href="http://ubuntuguide.org/wiki/Ubuntu_Edgy#How_to_add_extra_repositories">here</a> for help)</p>
<p><code>sudo apt-get install nload bwm-ng</code></p>
<p><strong>Installing on Fedora:</strong></p>
<p>Installing an nload package on Fedora requires adding another repo to your yum configuration.  The steps are below.</p>
<p><strong>1:</strong> First create the <code>dries.repo</code> file as root.  If you aren&#8217;t a Gnome user, you can substitute <code>gedit</code> with <code>kwrite</code> or <code>kate</code> below.</p>
<blockquote><p><code>su -c 'gedit /etc/yum.repos.d/dries.repo'</code></p></blockquote>
<p>Paste the four lines below into the editor, save and exit:</p>
<blockquote><p><code>[dries]<br />
name=Extra Fedora rpms dries - $releasever - $basearch<br />
baseurl=http://ftp.belnet.be/packages/dries.ulyssis.org/fedora/linux/$releasever/$basearch/dries/RPMS/<br />
enabled=0</code></p></blockquote>
<p><strong>2:</strong> Download the GPG key, install it and then remove the local copy (once it&#8217;s imported, you don&#8217;t need the key file any longer)</p>
<blockquote><p><code><em>wget</em> http://dries.studentenweb.org/rpm/RPM-GPG-KEY.dries.txt</code></p>
<p><code>su -c 'rpm --import RPM-GPG-KEY.dries.txt'</code></p>
<p><code>rm RPM-GPG-KEY.dries.txt</code></p></blockquote>
<p>Done, now you can install the programs via yum.  The Dries repo isn&#8217;t enabled by default (I only leave official yum repos enabled on my machine).  The command below will enable the repo for this install only.  If you want to enable dries full-time, edit the dries.repo file and change <code>enabled=0</code> to <code>enabled=1</code>.</p>
<blockquote><p><code>su -c 'yum --enablerepo=dries install nload bwm-ng'</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://linuxneophyte.com/console-bandwidth-monitors-nload-bwm-ng/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

