Linux system Open source flow monitoring software BANDWIDTHD Use tutorial

Source: Internet
Author: User
Tags linux

With BANDWIDTHD in any computer through the Web interface through the browser to view the IP traffic through the gateway, but is a separate protocol, color display, has an intuitive image curve.

In the daily maintenance, the biggest headache for network administrators is that the intranet often has a lot of people transferring files and causing poor bandwidth to become more sluggish. If the BANDWIDTHD on the gateway, you can track the flow of each IP, and you can use the image curve to display the corresponding different IP protocol display, can also be divided into time view, such as: including FTP, HTTP, Peer-to-peer, TCP, UDP, ICMP protocol of the respective traffic, to the IP as a statistical object.

1. Basic Compiling Component Installation

[root@localhost ~]# yum install gcc cpp glibc glibc-devel

2., PCAP/PNG/GD library (image processing Gallery)

[Root@localhost ~]# yum install libpcap libpcap-devel libpng libpng-devel gd gd-devel

3. Installation httpd

[Root@localhost ~]# yum install httpd mod_ssl

[root@localhost ~]# service httpd start

[Root@localhost ~]# chkconfig httpd on

4, download BANDWIDTHD

[Root@localhost ~]#

wget http://jaist.dl.sourceforge.net/project/bandwidthd/bandwidthd/bandwidthd%202.0.1/bandwidthd-2.0.1.tgz

5, Installation BANDWIDTHD

Decompression BANDWIDTHD

[Root@localhost ~]# TAR-ZXVF bandwidthd-2.0.1.tgz

Compile

[root@localhost ~] #cd bandwidthd-2.0.1

[Root@localhost bandwidthd-2.0.1]#./configure

[Root@localhost bandwidthd-2.0.1]# Make;make Install

[Root@localhost ~]# LL/USR/LOCAL/BANDWIDTHD

Total Dosage 64

-rwxr-xr-x 1 root 53320 March 15:15 bandwidthd//boot BANDWIDTHD file

Drwxr-xr-x 2 root 4096 March 15:51 etc//config file

Drwxr-xr-x 2 root 4096 March 15:25 htdocs//web Access directory, can be used as a virtual host pointed over

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.