Hi everyone,
I use at my work an web application for human resources. It runs on a cluster with 2 web servers IIS and 1 Microsoft SQL Server 2017 as DB. The last weeks the system is slow and they ask me to run a performance monitor on these servers with different counters:
1.Access Requests
2.Active sessions
3.Memory(RAM) for every session.
4.Number of Database Requests for every session and the Total of them.
I know that the first 3 counters i should monitor in the IIS servers but i really dont know the last one. Do you think that i should run the perfomance monitor for Number of Database requests of every session in the DB Server or Web Server.And what counters do i have to add to monitor this performance?
Thank you in advance.
Best Regards