Install bandwidth monitor linux

Spread the love

 Link to the download area on SourceForge: Download BandwidthD

[root@planetmy]# tar xvfz bandwidthd-2.0.1.tgz

[root@planetmy]# cd bandwidthd

Configure and install the Bandwidthd source:

[root@planetmy]# ./configure && make install

Please make sure you have:
 libpcap from http://www.tcpdump.org/
 libpng from http://www.libpng.org/
 libgd from http://www.boutell.com/gd/

Or

# yum install libbap Or # apt-get install libcap

# yum install libpng Or # apt-get install libpng

# yum install apache Or # apt-get install apache2

Edit /usr/local/bandwidthd/etc/bandwidthd.conf

to suit your network environment. …..

Save your config and start bandwidthd using /usr/local/bandwidthd/bandwidthd.

Point your Apache Virtual Host to
 /usr/local/bandwidthd/htdocs for browse
 the bandwidthd graph

Alias /bandwidthd “/usr/local/bandwidthd/htdocs”
 <Directory “/usr/local/bandwidthd/htdocs”>
 Order Allow,Deny
 Allow from All
 </Directory>

Save your work and restart apache. Next open your browser and point to http://yourserverip/bandwidth.

Thanks,
Vishal Vyas

Linuxguru
See also  Converting Your Private Keys Linux

0 thoughts on “Install bandwidth monitor linux”

Leave a Comment