Greetings!
As a DBA, make sure you monitor the 11 VitalSigns used by SQLRx to debug performance bottlenecks. |
Performance Monitor: Monitor the performance counter PhysicalDisk (% idle Time) for each disk to find evidence of disk subsystem pressure.
This counter records the percentage of time the disk was idle.
Disk performance degrades as this counter approaches zero. If this counter reaches zero, no more I/O's can be processed, you may be experiencing slow performance.
Translate % Idle Time into % Busy Time with this formula: (100 - % Idle Time).

__________________________________________________________________ |