AppFabric Caching and Performance Testing

Unanswered AppFabric Caching and Performance Testing

  • Tuesday, November 23, 2010 8:28 PM
     
     

    Hi,

    I would like to do performance testing for my web app which uses AppFabric as the session state provider.

    I would like to Visual Studio 2010's load /Performace testing features to do the same instead of performance counters.

    Is this possible ? If yes, can somebody point me how to do it ..

     

    Thank You

     

    Rav

All Replies

  • Friday, December 17, 2010 6:25 AM
     
     


    These are good link to answer your questions :

    http://blogs.msdn.com/b/edglas/archive/2007/12/17/content-index-for-web-tests-and-load-tests.aspx

    http://social.msdn.microsoft.com/Forums/en/vstswebtest/thread/bd3b1caf-ca7b-408e-b415-3b8e3465bb03

    Regards,

    Anshul-MSFT

     

  • Thursday, August 02, 2012 7:10 PM
     
     

    Here is what you would need to do. Create your load test, adding the tests (unit, web or otherwise) that you will be executing, and the machines where the appfabric cache is located among any other SUT resources you will need to monitor during the test.

    The AppFabric counters are not part of any of the default counter categories, so you will need to add them manually. You can do this by editing the load test, right click on Counter Sets, and select Add Custom Counter Set, and name that set AppFabric. Next, right click on that and choose Add Counters.

    From the dialog that opens, select your AppFabric server as the computer, and you can select the AppFabric counter categories to complete creating your counter set.

    Finally, you will need to go to Run Settings, and enable the AppFabric counter category for each of the AppFabric servers.