Load test performance counters using Visual Studio Online in Azure
NickName:blizz Ask DateTime:2014-03-18T23:47:54

Load test performance counters using Visual Studio Online in Azure

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?

Copyright Notice:Content Author:「blizz」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/22484328/load-test-performance-counters-using-visual-studio-online-in-azure

Answers
AdrianHHH 2014-03-18T22:15:25

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.\n\nIf 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.",


More about “Load test performance counters using Visual Studio Online in Azure” related questions