vote up 2 vote down star
1

Possible Duplicate:
Monitor all and any internet traffic from my home PC - what should I use?

On my Windows XP computer, I sometimes see the task bar network icon light up indicating that a bunch of information is coming in or out of my computer. Just now it happened, and was apparently a Firefox update (at least, Firefox wanted to update itself soon after the activity died down).

How can I conveniently tell right away what all the network activity is? I'm aware of Wireshark, but it's a little more low-level than I'm interested in for this purpose. (Or maybe I just don't know how to use wireshark well enough.) I'm hoping there's some tool that will figure out which address the bulk of the packets are coming from, and do a reverse DNS lookup to tell (if possible) what the source is.

flag
This question is actually a duplicate of this one: superuser.com/questions/22569/…. However, this other question was closed too fast as having duplicate, but it was wrong, it was indeed the only question about a tool to show which programs are using the connection. Proposition, or this one stays open and becomes the reference, or this one is closed as duplicate and the other one reopened. – Gnoupi Nov 9 at 20:37

closed as exact duplicate by Diago Jan 26 at 10:35

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question.

7 Answers

vote up 1 vote down

TCPView from SysInternals (now Microsoft) is pretty simple, and free.

http://technet.microsoft.com/en-us/sysinternals/bb897437.aspx

Shows you the processes and the connections they are making (and yes, doing reverse DNS).

It's basically a graphical live version of netstat (which is another option, and built into Windows. Just type 'netstat' in a command prompt).

link|flag
vote up 0 vote down

Microsoft Network Monitor 3.3

link|flag
vote up 0 vote down

I would try a third party product such as Solarwinds netflow analyzer

Microsoft's Network Monitor is ok, but hard to get started with.

link|flag
vote up 0 vote down

I love netwatcher, its simple yet powerful!

http://sourceforge.net/projects/netwatcher/

link|flag
vote up 0 vote down

Perfgraph – a hardware and bandwidth monitoring tool for Windows. Unlike other monitoring applications, Perfgraph can embed graphs displaying the status of various hardware components right on the Windows taskbar.

alt text

alt text

Perfgraph is freeware.

link|flag
vote up 0 vote down

NetLimiter will tell you the bandwidth each application is using, and if you expand the process it will show you what IP address(es) the data is coming from. It won't do a reverse DNS lookup, but you are provided with the IP which you can use for that information. The free version (NetLimiter Monitor) will do all of this:

alt text

link|flag
vote up 0 vote down

I have used a lot of network monitor indeed, for free under windows, your options are wireshark, Netmon. Microsoft network monitor is easy to use. You can monitor the traffic in real time and resolve the DNS.

For commercial, I prefer Capsa, because sniffer and omnipeek is too expensive for a small company.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.