You use the performance timer to monitor and optimize Dynamics 365 performance.
You need to view information about how many users are currently using the application.
Which performance counter should you use?
Click on the arrows to vote for the correct answer
A. B. C. D.A.
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/perf-test/performance-timerTo view information about how many users are currently using the Dynamics 365 application, you should use the "Web Client Session" performance counter. The "Web Client Session" performance counter provides information about the number of active sessions in the web client. This performance counter is useful for monitoring user activity and identifying potential performance issues related to user sessions.
Here's a brief explanation of the other performance counters mentioned in the question:
A. Services Session Provider: This performance counter provides information about the number of active sessions in the services session provider. The services session provider manages the sessions for web services and batch processing.
B. Web Client Session: As mentioned earlier, this performance counter provides information about the number of active sessions in the web client.
C. Forms: This performance counter provides information about the number of forms that are open in the application. It can be useful for monitoring form performance and identifying potential issues related to form usage.
D. GC: This performance counter provides information about the performance of the garbage collector in the application. It can be useful for monitoring memory usage and identifying potential memory-related performance issues.
Overall, the "Web Client Session" performance counter is the most appropriate option for monitoring user activity in the Dynamics 365 application.