stack72
stack72

Reputation: 8278

How to test webserver performance with Visual Studio 2010 Load Test Tools

I'm currently looking at trying to use VS2010 Ultimate for Load Testing purposes and I know how this works. I want to be able to see what the server load on the remote webserver is when the tests are being performed but I cannot see any information on what I need to install to do this test is

If anyone has any information or has any experience in this area it would be very useful

thanks

paul

Upvotes: 1

Views: 980

Answers (2)

stack72
stack72

Reputation: 8278

I found out where the issue was - by default the webtest doesnt use the default proxy details that come with IE

therefore in the properties of the webtest you need to type the word 'default' into the proxy value

seems like a bit of a weird thing to happen!

Upvotes: 0

Nat
Nat

Reputation: 14295

You need to include the servers you want into the "Counter set" when you use the "new load test wizard".

By this uses the Perfmon counters on windows servers to give you feedback on all the items you want to see.

There are some firewall/security issues around opening the ports for remote performance monitoring.

Upvotes: 1

Related Questions