<?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>OpenSource NetMonitoring &#187; netstat</title>
	<atom:link href="http://www.netmonitoring.org/tag/netstat/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.netmonitoring.org</link>
	<description>Install,configure,troubleshoot opensource monitoring with tips and tricks</description>
	<lastBuildDate>Sat, 06 Nov 2010 14:54:06 +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>BWM-NG &#8211; Network Bandwidth &amp; Disk I/O Monitoring</title>
		<link>http://www.netmonitoring.org/bwm-ng-network-disk-monitoring/bwm-ng-network-bandwidth-disk-io-monitoring/</link>
		<comments>http://www.netmonitoring.org/bwm-ng-network-disk-monitoring/bwm-ng-network-bandwidth-disk-io-monitoring/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 19:52:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[bwm-ng Network Disk Monitoring]]></category>
		<category><![CDATA[bandwidth]]></category>
		<category><![CDATA[bwm-ng]]></category>
		<category><![CDATA[disk-i/o]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[netstat]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[proc]]></category>
		<category><![CDATA[stats]]></category>

		<guid isPermaLink="false">http://www.netmonitoring.org/bwm-ng-network-disk-monitoring/bwm-ng-network-bandwidth-disk-io-monitoring/</guid>
		<description><![CDATA[Bandwidth Monitor NG (bwm-ng) is a simple small console based live Network and Disk I/O  Bandwidth monitor for Linux, Unix, BSD,Solaris, Mac OSx, Windows based platforms. There is no fancy GUI or interfaces simple console utility which installs and runs flawlessly showing live stats of your Network or Disk I/O stats. Disk I/O support is <a href='http://www.netmonitoring.org/bwm-ng-network-disk-monitoring/bwm-ng-network-bandwidth-disk-io-monitoring/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p><div style="float: left"; margin-right: 5px;>
<script type="text/javascript"><!--
google_ad_client = "pub-6220434432369569";
/* netmon_336x280_post */
google_ad_slot = "8374956079";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div><br />
Bandwidth Monitor NG (bwm-ng) is a simple small console based live Network and Disk I/O  Bandwidth monitor for Linux, Unix, BSD,Solaris, Mac OSx, Windows based platforms.</p>
<p>There is no fancy GUI or interfaces simple console utility which installs and runs flawlessly showing live stats of your Network or Disk I/O stats.</p>
<p>Disk I/O support is only added in the latest stable version bwm-ng 0.6 and Disk I/O is not supported on Windows Platforms yet.</p>
<p><span id="more-47"></span><br />
Features include</p>
<blockquote><p><em>support for /proc/net/dev, netstat, getifaddr, sysctl, kstat for Network Monitoring</em></p>
<p><em>support for /proc/diskstats /proc/partitions, IOKit, devstat and libstatgrab for Disk I/O Monitoring</em></p>
<p><em>Support for unlimited number of Network interfaces/devices</em></p>
<p><em>Dynamic Addition and Deletion of interfaces/devices to the list</em></p>
<p><em>Whitelist and blacklist of interfaces/devices</em></p>
<p><em>Output formats of KB/s, Kb/s, packets, errors, average, max and total sum</em></p>
<p><em>Output in curses, plain console, CSV or HTML </em></p></blockquote>
<p>While packages are available for most of the platforms, installation is fairly straight forward. Download, compile and install as follows:</p>
<p>I did the installation in Debian but should be the same for most of the platforms</p>
<p><span style="text-decoration: underline;"><strong>Download<br />
</strong></span></p>
<blockquote><p>debian4R2Base:/etc# wget http://www.gropp.org/bwm-ng/bwm-ng-0.6.tar.gz</p></blockquote>
<p><span style="text-decoration: underline;"><strong>Untar &amp; Unzip</strong></span></p>
<blockquote><p>debian4R2Base:/etc# tar -zxvf bwm-ng-0.6.tar.gz</p></blockquote>
<p><span style="text-decoration: underline;"><strong>Compile &amp; Install</strong></span></p>
<blockquote><p>debian4R2Base:/etc# cd bwm-ng-0.6</p>
<p>debian4R2Base:~/bwm-ng-0.6# ./configure</p>
<p>debian4R2Base:~/bwm-ng-0.6# make &amp;&amp; make install</p></blockquote>
<p>You have to install &#8220;libstatgrab&#8221;, if you choose to use it</p>
<blockquote><p>debian4R2Base:~/bwm-ng-0.6# aptitude install libstatgrab6</p></blockquote>
<p>That completes the installation.</p>
<p>In debian, if you want to use the aptitude package manager to install then you need to install from the unstable source http://packages.debian.org/unstable/net/bwm-ng as this contains the latest version with disk I/O support.</p>
<p>If disk I/O is not required then can install bwm-ng 0.5 from the stable sources</p>
<blockquote><p>
<code><strong>debian4R2Base:~/bwm-ng-0.6# aptitude install bwm-ng</strong></code></p></blockquote>
<p>Once installed simply running &#8220;bwm-ng&#8221; will default to Network stats on all interfaces. You can use bwm-ng for all options.</p>
<p><span style="text-decoration: underline;"><strong>For stats on all network Interfaces</strong></span></p>
<blockquote><p>debian4R2Base:~/bwm-ng-0.6# bwm-ng</p></blockquote>
<p><img src="http://www.netmonitoring.org/wp-content/uploads/2008/03/bwm-ng-network.PNG" alt="bwm-ng Network monitoring" /></p>
<p><span style="text-decoration: underline;"><strong>For stats on Select Network Interface</strong></span></p>
<p><strong>debian4R2Base:~/bwm-ng-0.6# bwm-ng -I eth0<br />
</strong><br />
where eth0 is the network interface</p>
<p><img src="http://www.netmonitoring.org/wp-content/uploads/2008/03/bwm-ng-network_eth0.PNG" alt="bwm-ng eth0 monitoring" /><br />
<span style="text-decoration: underline;"><strong>For stats on Disk I/O</strong></span></p>
<blockquote><p>debian4R2Base:~/bwm-ng-0.6# bwm-ng -i disk</p>
<p>(Reads from /proc/diskstat)</p></blockquote>
<p><img src="http://www.netmonitoring.org/wp-content/uploads/2008/03/bwm-ng-disk.PNG" alt="bwm-ng disk I/O" /></p>
<p>In Windows, simply download, unzip the file and run the EXE file.  For more information, visit the homepage <a title="bwm-ng Network Disk Monitoring" href="http://www.gropp.org/?id=projects&amp;sub=bwm-ng" target="_blank">here</a></p>
<h3>Related Post</h3><ul class="related_post"><li><a href="http://www.netmonitoring.org/darkstat-bandwidth-monitoring/darkstat-network-bandwidthtraffic-monitoring-for-linux-nix/" title="DarkStat &#8211; Network Bandwidth/Traffic monitoring for Linux *NIX">DarkStat &#8211; Network Bandwidth/Traffic monitoring for Linux *NIX</a></li><li><a href="http://www.netmonitoring.org/nagios/nagios-checker-nagios-alarms-on-your-firefox-status-bar/" title="Nagios Checker &#8211; Nagios Alarms on your Firefox Status bar">Nagios Checker &#8211; Nagios Alarms on your Firefox Status bar</a></li><li><a href="http://www.netmonitoring.org/nagios/good-nagios-plugins-on-the-web/" title="Good Nagios Plugins on the web">Good Nagios Plugins on the web</a></li><li><a href="http://www.netmonitoring.org/nagios/how-to-install-upgrade-nagmin-for-nagios-1x/" title="How to Install &#038; Upgrade Nagmin for Nagios 1.x">How to Install &#038; Upgrade Nagmin for Nagios 1.x</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.netmonitoring.org/bwm-ng-network-disk-monitoring/bwm-ng-network-bandwidth-disk-io-monitoring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

