Tuesday 7 August 2018

How to run performance test for dynamics 365 operations

This tool to do a quick check on an environment performance 

configure performance tool from system administration  under setup





you can set the server and database name and optionally enter user credentials

to run the performance test 

system administration  / periodic tasks / run performance test


you can see multiple options to set test options, such as inserting, updating or deleting records as part of the data manipulation tests, or querying cluster indexes or non-unique indexes as part of the query test. You are also able to turn on or off the use of TempDB or InMemory tables.

just set record count to test and click run


you can see the results of every operation with MS

No comments:

Post a Comment

Adding a newline into a string in C# and X++

Below is the sample code we can use for  adding a newline after every occurrence of "@" symbol in the string in C#   using System...