mukkollu has asked for the wisdom of the Perl Monks concerning the following question:

Hi, Can someone help me with a perl script that can monitor incoming/outgoing traffic on a network port on a windows 2000 server? I need to do this for some load balancing. Here is the scenario... We have an interface which connects to windows 2000 server and retrieves data from a database and writes the data into oracle database. To do this we have created daemons which help is transmitting the data through a port. Currently we have 4 daemons which run on 4 difference ports but at any point of time one or two of these daemons are heavily loaded and dies. If I can have a script that monitors the traffic on these 4 ports then I can take appropriate action to balance the load on the 4 daemons. Thanks, Sunil
  • Comment on Monitoring traffic on Windows server network port

Replies are listed 'Best First'.
Re: Monitoring traffic on Windows server network port
by ww (Archbishop) on Jan 11, 2010 at 22:41 UTC
    Sure you "can have such a script:" Hire someone.

    This is the wrong place to post an ad for a job.

Re: Monitoring traffic on Windows server network port
by matze77 (Friar) on Jan 14, 2010 at 18:45 UTC
    I think you want to use something like Nagios:?
    http://www.nagios.org/ Maybe you get someone who adjusts it to your needs ...