TCP Packet Monitoring with HTML Web Rendering Support via Gnuplot
- Mainly Developed to Monitor the Traffic of Eucalyptus User Console
On Cento 6 image,
Clone tcpdumpster on your local machine:
git clone git://github.com/eucalyptus/tcpdumpster.git
To monitor the TCP packet transmission on the port 8888:
./installer-tcpdumpster-webservice.py -p 8888
To Set the TimeZone information at the install time:
./installer-tcpdumpster-webservice.py -p 8888 -r west
The URL of the HTML page:
http://ip_of_the_machine/tcpdumpster.php
For example, when monitoring the machine 192.168.51.6:
http://192.168.51.6/tcpdumpster.php
If you cannot see the HTML page, check out your firewall setting and disable it:
system-config-firewall-tui
"sudo ln --symbolic --force /usr/share/zoneinfo/America/Los_Angeles /etc/localtime"
in the installer and make it optional.
DONE - 11/26/12