<?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; network</title>
	<atom:link href="http://www.netmonitoring.org/tag/network/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>Thu, 13 Aug 2009 05:31:19 +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>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/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=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 [...]]]></description>
			<content:encoded><![CDATA[<p><div align="center">
<script type="text/javascript"><!--
google_ad_client = "pub-6006760557805242";
//NM-336
google_ad_slot = "8207385485";
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<br />
<strong><br />
</strong></p>
<blockquote><p><strong>support for /proc/net/dev, netstat, getifaddr, sysctl, kstat for Network Monitoring</strong></p>
<p><strong>support for /proc/diskstats /proc/partitions, IOKit, devstat and libstatgrab for Disk I/O Monitoring</strong></p>
<p><strong>Support for unlimited number of Network interfaces/devices</strong></p>
<p><strong>Dynamic Addition and Deletion of interfaces/devices to the list</strong></p>
<p><strong>Whitelist and blacklist of interfaces/devices</strong></p>
<p><strong>Output formats of KB/s, Kb/s, packets, errors, average, max and total sum</strong></p>
<p><strong>Output in curses, plain console, CSV or HTML </strong></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><u><strong>Download<br />
</strong></u></p>
<blockquote><p><strong>debian4R2Base:/etc# wget http://www.gropp.org/bwm-ng/bwm-ng-0.6.tar.gz</strong></p></blockquote>
<p><u><strong>Untar &amp; Unzip</strong></u></p>
<blockquote><p><strong>debian4R2Base:/etc# tar -zxvf bwm-ng-0.6.tar.gz</strong></p></blockquote>
<p><u><strong>Compile &amp; Install</strong></u></p>
<blockquote><p><strong>debian4R2Base:/etc# cd bwm-ng-0.6</strong></p>
<p><strong>debian4R2Base:~/bwm-ng-0.6# ./configure</strong></p>
<p><strong>debian4R2Base:~/bwm-ng-0.6# make &amp;&amp; make install</strong></p></blockquote>
<p>You have to install &#8220;libstatgrab&#8221;, if you choose to use it</p>
<blockquote><p><strong>debian4R2Base:~/bwm-ng-0.6# aptitude install libstatgrab6</strong></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><strong>debian4R2Base:~/bwm-ng-0.6# aptitude install bwm-ng</strong></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><u><strong>For stats on all network Interfaces</strong></u></p>
<p><strong>debian4R2Base:~/bwm-ng-0.6# bwm-ng</strong></p>
<p><img src="http://www.netmonitoring.org/wp-content/uploads/2008/03/bwm-ng-network.PNG" alt="bwm-ng Network monitoring" /></p>
<p><u><strong>For stats on Select Network Interface</strong></u></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 />
<u><strong>For stats on Disk I/O</strong></u></p>
<p><strong>debian4R2Base:~/bwm-ng-0.6# bwm-ng -i disk<br />
</strong><br />
(Reads from /proc/diskstat)</p>
<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 href="http://www.gropp.org/?id=projects&amp;sub=bwm-ng" title="bwm-ng Network Disk Monitoring" 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>
		<item>
		<title>DarkStat &#8211; Network Bandwidth/Traffic monitoring for Linux *NIX</title>
		<link>http://www.netmonitoring.org/darkstat-bandwidth-monitoring/darkstat-network-bandwidthtraffic-monitoring-for-linux-nix/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=darkstat-network-bandwidthtraffic-monitoring-for-linux-nix</link>
		<comments>http://www.netmonitoring.org/darkstat-bandwidth-monitoring/darkstat-network-bandwidthtraffic-monitoring-for-linux-nix/#comments</comments>
		<pubDate>Tue, 18 Mar 2008 20:19:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DarkStat Bandwidth Monitoring]]></category>
		<category><![CDATA[]]></category>
		<category><![CDATA[Bandwidth-Monitoring]]></category>
		<category><![CDATA[cable]]></category>
		<category><![CDATA[darkstat]]></category>
		<category><![CDATA[dsl]]></category>
		<category><![CDATA[firewalls]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[traffic-monitoring]]></category>

		<guid isPermaLink="false">http://www.netmonitoring.org/darkstat-bandwidth-monitoring/darkstat-network-bandwidthtraffic-monitoring-for-linux-nix/</guid>
		<description><![CDATA[DarkStat is a simple nTop like Packet Sniffing Network Traffic/Bandwidth monitoring utility for your Linux/Unix. DarkStat relies on libpcap and presents simple webinterface with nice graphs and stats aut-refreshed. The main advantage of Darkstat is that of the footprint and the memory, CPU usage. DarkStat can run on most of the UNIX, Linux, FreeBSD,OpenBSD,NetBSD,Solaris,Mac OS. [...]]]></description>
			<content:encoded><![CDATA[<p><div align="center">
<script type="text/javascript"><!--
google_ad_client = "pub-6006760557805242";
//NM-336
google_ad_slot = "8207385485";
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 />
DarkStat is a simple nTop like Packet Sniffing Network Traffic/Bandwidth monitoring utility for your Linux/Unix. DarkStat relies on libpcap and presents simple webinterface with nice graphs and stats aut-refreshed. The main advantage of Darkstat is that of the footprint and the memory, CPU usage.</p>
<p>DarkStat can run on most of the UNIX, Linux, FreeBSD,OpenBSD,NetBSD,Solaris,Mac OS. There are also packages for Gentoo Opensuse and Debian</p>
<p><span id="more-44"></span> Installation is fairly straight forward and no configuration is required. Rather if required you can play around. DarkStat also has a nice Man page.</p>
<p>DarkStat runs in the background of many Cable/DSL routers and are used in <a href="http://www.itsyourip.com/Security/pfsense-m0n0wall-based-opensource-firewall-using-old-pc/" title="pfSense OpenSource firewall" target="_blank">pfSense</a>, <a href="http://www.itsyourip.com/Security/redwall-firewall-opensource-linux-firewall-using-an-old-pc/" title="RedWall OpenSource Firewall" target="_blank">redWall</a> opensource firewalls.</p>
<p>Lets install DarkStat in Debian here</p>
<p>As always, install the pre-requisites</p>
<p><strong><u>Install ZLib</u></strong></p>
<blockquote><p><strong>debian4R2Base:~/darkstat-3.0.707# aptitude install zlib1g-dev</strong></p></blockquote>
<p><u><strong>Install libpcap</strong></u></p>
<blockquote><p><strong>debian4R2Base:~/darkstat-3.0.707# aptitude install libpcap-dev</strong></p></blockquote>
<p>That&#8217;s it lets get installing DarkStat</p>
<p>If you choose to install from the Debian Packages then it is as simple as using the aptitude utility</p>
<p><u><strong>Install DarkStat as Debian package</strong></u></p>
<blockquote><p><strong>debian4R2Base:~/darkstat-3.0.707# aptitude install darkstat</strong></p></blockquote>
<p><u><strong>Install from Source</strong></u></p>
<p>If you want to install from source then here we are</p>
<p>Download from <a href="http://dmr.ath.cx/net/darkstat/darkstat-3.0.707.tar.bz2" title="DarkStat - Network traffic Bandwidth Monitoring" target="_blank">here</a></p>
<blockquote><p><strong>debian4R2Base:~# http://dmr.ath.cx/net/darkstat/darkstat-3.0.707.tar.bz2</strong></p></blockquote>
<p><u><strong>Unzip and Untar</strong></u></p>
<blockquote><p><strong>debian4R2Base:~/# tar -jxvf darkstat-3.0.707.tar.bz2</strong></p></blockquote>
<p><u><strong>Compile and Install</strong></u></p>
<blockquote><p><strong>debian4R2Base:~/# cd darkstat-3.0.707</strong></p>
<p><strong>debian4R2Base:~/darkstat-3.0.707# ./configure</strong></p></blockquote>
<p>Sometime throws error so run with the &#8220;&#8211;with-chroot-dir&#8221; arguement</p>
<blockquote><p><strong>debian4R2Base:~/darkstat-3.0.707# ./configure &#8211;with-chroot-dir</strong></p></blockquote>
<blockquote><p><strong>debian4R2Base:~/darkstat-3.0.707# make &amp;&amp; make install</strong></p></blockquote>
<p>That completes the installation.</p>
<p><u><strong>To start DarkStat</strong></u></p>
<blockquote><p><strong>debian4R2Base:~/darkstat-3.0.707# darkstat -i eth0</strong></p></blockquote>
<p>where &#8220;eth0&#8243; is the interface that you monitor traffic coming in and going out. Change it as in your system.</p>
<p>Now, darkstat starts and sniffs in the background and loads a simple web interface at <strong>http://localhost:666</strong> or if you are browsing from a different machine then <strong>http://&lt;IP Address&gt;:666</strong> (example: <strong>http://192.168.19.131:666</strong>)</p>
<p>Once in, no explanation needed all depicted in simple easy graphs showing almost realtime info and historical. So with the hosts and ports. Great tool no wonder used in Cable/DSl routers and in well known OpenSource Firewalls. Well Done!!!</p>
<p><img src="http://www.netmonitoring.org/wp-content/uploads/2008/03/darkstathosts.PNG" alt="DarkStat hosts" /></p>
<p><img src="http://www.netmonitoring.org/wp-content/uploads/2008/03/darkstat.PNG" alt="DarkStat_graphs" /></p>
<h3>Related Post</h3><ul class="related_post"><li><a href="http://www.netmonitoring.org/bwm-ng-network-disk-monitoring/bwm-ng-network-bandwidth-disk-io-monitoring/" title="BWM-NG &#8211; Network Bandwidth &#038; Disk I/O Monitoring">BWM-NG &#8211; Network Bandwidth &#038; Disk I/O Monitoring</a></li><li><a href="http://www.netmonitoring.org/vnstat-bandwidth-monitoring/vnstat-php-frontend-install-config-webinterface-for-vnstat/" title="vnStat PHP Frontend &#8211; Install &#038; Config Webinterface for vnStat">vnStat PHP Frontend &#8211; Install &#038; Config Webinterface for vnStat</a></li><li><a href="http://www.netmonitoring.org/vnstat-bandwidth-monitoring/install-and-run-vnstat-as-a-non-root-user/" title="Install and run vnStat as a Non-Root user">Install and run vnStat as a Non-Root user</a></li><li><a href="http://www.netmonitoring.org/vnstat-bandwidth-monitoring/vnstat-network-trafficbandwidth-monitoring-for-linux/" title="vnStat Network traffic/Bandwidth Monitoring for Linux">vnStat Network traffic/Bandwidth Monitoring for Linux</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.netmonitoring.org/darkstat-bandwidth-monitoring/darkstat-network-bandwidthtraffic-monitoring-for-linux-nix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
