|
||||||||||
|
||||||||||
| Networks >> Traffic Monitoring | ||||||||||
|
Inside any network regardess of size, it's important to have a traffic monitor. It hekos to detect faults and network usage. The software that I know and have used are:
This Open Source software (available at http://www.mrtg.org/) can be installed over UNIX (common) and Windows Operating Systems to make traffic graphs with a sampling time of 5 minutes minimum using a default configuration (example) taking data from several sources, generally from SNMP agent. Between each sampling, the software generates traffic graphs, this makes significant load to the system so it may limit a large scale implementation. Also due to the minimum 5 minutes sampling, it's hard to detect some faults that happed between each sampling.
This is an Open Source software available at this URL. As is, this is not a traffic monitoring software, but can be used with MRTG to give more monitoring load capacity by disabling the traffic graphs generation each 5 minutes and making the data stored in a database (with XML export option). This approach makes MRTG more efficient and allows monitoring sampling time from 1 minute. Also, this software have modules to generate graphs, but generally, this is used by another third-party frontend.
This is a Open Source frontend (available here) that works with CGI, PERL RRD Tools and MRTG to make traffic graphs on demands using an organized and customized layout.
|
||||||||||
| © 2002-2005 Rubén Cheng. Last Modified April 4th 2005 | ||||||||||