8000 GitHub - kyolee310/tcpdumpster-1: TCP Packet Monitoring with HTML Web Rendering Support via Gnuplot
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kyolee310/tcpdumpster-1

 
 

Repository files navigation

tcpdumpster

TCP Packet Monitoring with HTML Web Rendering Support via Gnuplot

  • Mainly Developed to Monitor the Traffic of Eucalyptus User Console

Usage

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

Optional.

To Set the TimeZone information at the install time:

./installer-tcpdumpster-webservice.py -p 8888 -r west

Monitor

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

TODO

1. Remove the line

"sudo ln --symbolic --force /usr/share/zoneinfo/America/Los_Angeles /etc/localtime"

in the installer and make it optional.

DONE - 11/26/12

About

TCP Packet Monitoring with HTML Web Rendering Support via Gnuplot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 70.5%
  • PHP 21.2%
  • Python 8.3%
0