<?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>Principia Labs &#187; networking</title>
	<atom:link href="http://principialabs.com/tag/networking/feed/" rel="self" type="application/rss+xml" />
	<link>http://principialabs.com</link>
	<description>design, build, test, iterate.</description>
	<lastBuildDate>Sun, 28 Mar 2010 16:38:22 +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>NetHogs: Bandwidth Stats by Process</title>
		<link>http://principialabs.com/nethogs-bandwidth-stats-by-process/</link>
		<comments>http://principialabs.com/nethogs-bandwidth-stats-by-process/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 17:27:31 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://principialabs.com/?p=196</guid>
		<description><![CDATA[Have you ever been messing around on your Ubuntu box, only to notice some sluggishness or some suspicious spikes in your internet connection, and wondered, &#8220;What the hell is using up all that bandwidth?&#8221; Or worse, &#8220;Have I been hacked?&#8221; If so, then NetHogs might be the program for you. NetHogs is a lightweight Linux [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever been messing around on your Ubuntu box, only to notice some sluggishness or some suspicious spikes in your internet connection, and wondered, &#8220;What the hell is using up all that bandwidth?&#8221;  Or worse, &#8220;Have I been hacked?&#8221;  If so, then <a href="http://nethogs.sourceforge.net/">NetHogs</a> might be the program for you.</p>

<div style="text-align: center;"><a href="http://nethogs.sourceforge.net/" target="_blank" style="background: none;"><img src="http://principialabs.com/wp-content/uploads/nethogs.png" alt="NetHogs" title="NetHogs" width="484" height="345" class="aligncenter size-full wp-image-197" /></a></div>

<p>NetHogs is a lightweight Linux terminal-based tool that monitors bandwidth usage, then groups it <em>by process</em>, so you can see which PIDs are using the most bandwidth, and if necessary, kill them with System Monitor.</p>

<p>To install NetHogs on Ubuntu (tested on 9.10 Karmic), you can either use Synaptic or simply <code>apt-get</code>, like so:</p>

<pre><code>sudo apt-get install nethogs
</code></pre>

<p>To run NetHogs, simply feed it the internet connection you wish to examine, and sit back.</p>

<pre><code>sudo nethogs eth0
</code></pre>

<p>For more information and the full list of options, visit the NetHogs man page.</p>

<pre><code>man nethogs
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://principialabs.com/nethogs-bandwidth-stats-by-process/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
