Ask a questionAsk a question
 

AnswerPerformance Testing on Windows Azure

Answers

  • Tuesday, November 03, 2009 9:31 AMYi-Lun LuoMSFT, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    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.
  • Tuesday, November 03, 2009 9:46 AMbwc; Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    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;

All Replies

  • Tuesday, November 03, 2009 9:31 AMYi-Lun LuoMSFT, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    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.
  • Tuesday, November 03, 2009 9:38 AMSonia Bansal Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    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
  • Tuesday, November 03, 2009 9:46 AMbwc; Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    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;
  • Tuesday, November 03, 2009 9:48 AMSonia Bansal Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Thanks bwc for your reply :)
    Thanks, Sonia