1

I am using Networking Tab of Windows Task manager to monitor local network traffic to test how much bandwidth my application will use. My scenario is, I will use a local console client application to send data (using Http POST method) to local IIS 7.0 server.

My issue is no traffic could be monitored using Networking Tab of Windows Task manager. My environment is, VSTS 2008 + C# + .Net 3.5 + Windows Vista x86 Enterprise. Any ideas what is wrong?

thanks in advance, George

George2
  • 1,137
  • 6
  • 22
  • 41

2 Answers2

3

You might try wireshark, you can filter based on your exact requirements and get the bandwidth usage from that session. Might take a little time to learn, but it will be very useful throughout your career as an Admin or Developer.

Kyle Brandt
  • 83,619
  • 74
  • 305
  • 448
  • Thanks, in my experience, Wireshark could only monitor package content, could it be used to monitor bandwidth? – George2 Aug 25 '09 at 18:05
  • 1
    Ya, after the captures, I think from the top Menu, Statistics:Conversations might be what you want, but your version might be different. – Kyle Brandt Aug 25 '09 at 18:19
  • Hi Andy, sorry I have not made myself understood. Traffic I mean volumn, i.e. bps usage. I think wireshark could only monitor traffic content (e.g. TCP package headers and payloads), could it monitor bps? – George2 Aug 26 '09 at 07:02
1

Try the free FinitySoft Network Monitor to check data transfer rate and quantity across all your interfaces. It will show: download speed, upload speed, data transfered, IP address, MTU size, adapter type, MAC address, status and a few other choice morsels.

Download page here.

Andy
  • 5,230
  • 1
  • 24
  • 34
  • Networking Tab of Windows Task manager cannot monitor local network traffic, even if I access local IIS 7.0 server by using http:///xxx.aspx (I am not using localhost or 127.0.0.1)? – George2 Aug 25 '09 at 17:21
  • I have tried it does not work. Both download and upload speed are zero for software loopback interface. Can you have a try please? – George2 Aug 25 '09 at 17:26
  • 1
    It correctly logs my local throughput on "MS TCP Loopback interface [1]" - what do you see as the device name for IP address 127.0.0.1? If you're not using localhost, how are you routing traffic to your local machine? – Andy Aug 25 '09 at 18:29
  • Sorry Andy, I do not have a MS TCP Loopback interface [1], I only have software loopback interface, here is my screen snapshot. Do you mean this one? http://i25.tinypic.com/vgj4a1.jpg Thanks. – George2 Aug 26 '09 at 07:07
  • Lookback interfaces are virtual, and yes I mean that one. More columns in the screen grab would be useful. About the questions above; I can't help any further without that info. – Andy Aug 26 '09 at 10:00