Load test performance counters using Visual Studio Online in Azure

650 views Asked by At

I have Visual Studio Online which I use to run load tests against a remote web app (this app is not hosted within Azure).

What would be the best way to gather performance stats from the load test?

2

There are 2 answers

0
Ranganath Govardhanagiri On
0
AdrianHHH On

The default will collect test durations, transaction times and page load times. With Visual Studio Online you cannot collect performance data from the various servers for the website.

If you run the load test on your own computers, including computers in the cloud (but not Visual Studio Online) then you can collect the above plus any counter that the Windows PerfMon can see. You may need to sort out permissions etc to make the server's counters visible to the computer running the load test.