monitoring processes with WMI
I want to be able to determine how much network traffic certain processes (IMAP and POP3 daemons) are generating. I am using the Win32_Service and Win32_Process classes to extract memory usage, etc. I will be using win2000 server for now but may be upgrading to win2003 server soon. I have found a way for monitoring network traffic for web and ftp traffic but not for IMAP and POP. Maybe the server category of performance counters have a solution? any ideas?
[460 byte] By [
lajo] at [2007-11-19 7:15:43]

# 1 Re: monitoring processes with WMI
Instead of using WMI, I would suggest an all-in-one application. For our servers we use PacketPup ( http://www.downlinx.com/proghtml/178/17889.htm). It will read all incoming and outgoing bandwidth and what ports are being used. Sounds like this is what you want to me.