Software that shows network activity?

2

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

I am looking for a software that monitors, shows and (hopefully) logs network activity like open connections, bytes transferred per connection and the like. Any ideas?

I am using Windows 7.

apoorv020

Posted 2011-05-11T06:22:40.263

Reputation: 2 274

Question was closed 2011-05-12T06:57:36.177

Answers

1

Try Wireshark

Wireshark is the world's foremost network protocol analyzer. It lets you capture and interactively browse the traffic running on a computer network. It is the de facto (and often de jure) standard across many industries and educational institutions.

timbooo

Posted 2011-05-11T06:22:40.263

Reputation: 937

But I guess Wireshark is a lot more than just a network monitor, and also too professional to be used to monitor the network activity, as mentioned in the question. – Kushal – 2011-05-11T06:32:35.577

By asking for an application that logs the network activity I think the OP can handle the complexity of Wireshark. It's simply the best tool achieving the things he wants, even if the learning curve is not as flat as with some other tool. – timbooo – 2011-05-11T06:40:16.797

Wireshark is anything but easy to setup and read for the average user. Yes it is extremely powerful, but it is not ideal unless you have a solid understanding of a lot of networking principles. – MaQleod – 2011-05-11T06:45:54.550

1

Wireshark is the way to go.

It is powerful and more importantly, it is free of charge.

lamwaiman1988

Posted 2011-05-11T06:22:40.263

Reputation: 2 551

1

Wireshark is definitely the poweruser way to go, but if you want something "dumbed down" you can always try analogx netstat live.

It won't show as much detail but you can see your current usage among your installed network adaptors.

rumz

Posted 2011-05-11T06:22:40.263

Reputation: 41

I thought that Wireshark's primary purpose was to capture and analyse the data going out on the network (and that's how I have used it earlier). What I'm interested is mainly the statistics, instead of the actual data. – apoorv020 – 2011-05-11T08:32:10.997