views:

106

answers:

2

Hello everyone,

I found when I turn off (un-select) automatically detect proxies setting in Internet Options, my application (which involves a lot of Http based network communication) performance will boost a lot. Now I want to prove that performance issue is actually caused by automatically proxy detection.

Any ideas from debugger or from other points to prove?

thanks in advance, George

+3  A: 

You could use wireshark to analyze your theory.

Karsten
Or Microsoft Network Monitor, if the word "Microsoft" will add an aura of correctness.
John Saunders
Hi Karsten, I used wireshark before, but how to prove traffic is exactly spend on waiting to automatically detect proxy? I want to know what kinds of traffic in wireshark is traffic to automatically detect proxy?
George2
Hi John, if I use Microsoft Network Minitor, from where could I know some specific traffic is used to do automatic proxy detection?
George2
John and Karsten, I have tried but no traffic captured seems to be traffic used to automatically detect proxy. Any ideas?
George2
Wireshark captures *all* network activity on the machine. If it's happening, then you *will* see it. If you think there are issues in the browser, check out performance on Firefox by using Firebug and YSlow. http://developer.yahoo.com/yslow/ http://getfirebug.com/
slacy
+1  A: 

You can try the Microsoft Visual Round Trip Analyzer (VRTA). Run one series of tests with automatic proxy detection on, then the same series with it off. It's important to do multiple tests and take the average across the tests, in order to account for usual network randomness.

Patrick Cuff
Very cool tool, Patrick! I have tried this tool, but I am confused about how to identify from this tool to see how much traffic or latency used to automatically detect proxy? I just see very general information from this tool, like overall bandwidth or something.
George2
@George2; VRTA just gives a nicer interface to NetMon. I see from your comment that you've tried NetMon and it didn't seem to help, so I don't think VRTA will be of much help then either. Sorry :(
Patrick Cuff