Windows Azure Platform Developer Center >
Microsoft Visual Studio 2010 Beta 2 Forums
>
Windows Azure
>
Performance Testing on Windows Azure
Performance Testing on Windows Azure
- Hi,
Can we perform Performance Testing of Applications on Azure?
Thanks, Sonia
Answers
- Hello, this depends on what you need. For example, the normal web/load testing feature provided by Visual Studio can also be used with Windows Azure (both local and cloud). Those testings can help you to see how responsive your service is when serving a certain concurrent requests.
But if you mean the profiling feature of Visual Studio, currently we do not support it. But you can first deploy the application to local IIS, and then do a profiling on it. This should cover most features in your project.
Lante, shanaolanxing This posting is provided "AS IS" with no warranties, and confers no rights.- Marked As Answer byYi-Lun LuoMSFT, ModeratorTuesday, November 10, 2009 9:59 AM
- Hi Sonia,
The client side should the be same as any testing.
The upcoming modifications to configuration/logging management tools in Azure are promising to include performance counters, so you may have to wait for these until doing full load testing.
BWC;- Marked As Answer byYi-Lun LuoMSFT, ModeratorTuesday, November 10, 2009 9:59 AM
All Replies
- Hello, this depends on what you need. For example, the normal web/load testing feature provided by Visual Studio can also be used with Windows Azure (both local and cloud). Those testings can help you to see how responsive your service is when serving a certain concurrent requests.
But if you mean the profiling feature of Visual Studio, currently we do not support it. But you can first deploy the application to local IIS, and then do a profiling on it. This should cover most features in your project.
Lante, shanaolanxing This posting is provided "AS IS" with no warranties, and confers no rights.- Marked As Answer byYi-Lun LuoMSFT, ModeratorTuesday, November 10, 2009 9:59 AM
- Hi Yi-Lun-Lo,
We wanted to load test our application deployed on cloud and thereby monitor various perf counters such as CPU, memory usage on the server the application is deployed on.
Is that possible ?
Can we load test a cloud application and monitor its counters on the server?
Thanks, Sonia - Hi Sonia,
The client side should the be same as any testing.
The upcoming modifications to configuration/logging management tools in Azure are promising to include performance counters, so you may have to wait for these until doing full load testing.
BWC;- Marked As Answer byYi-Lun LuoMSFT, ModeratorTuesday, November 10, 2009 9:59 AM
- Thanks bwc for your reply :)
Thanks, Sonia


