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