Common Perfomance Counter To Measure For SQL Server (There Are Lots More)
This document outlines common performance counters to monitor for SQL Server, including CPU usage, memory usage, disk performance, network traffic, and locks/blocking. It recommends keeping the CPU usage under 90%, page life expectancy above 300 seconds, buffer cache hit ratio close to 100%, and minimizing locks, blocking, and page splits. Disk read/write times should be under 8ms and 2ms respectively. Network traffic counters do not have specific thresholds.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
20 views
Common Perfomance Counter To Measure For SQL Server (There Are Lots More)
This document outlines common performance counters to monitor for SQL Server, including CPU usage, memory usage, disk performance, network traffic, and locks/blocking. It recommends keeping the CPU usage under 90%, page life expectancy above 300 seconds, buffer cache hit ratio close to 100%, and minimizing locks, blocking, and page splits. Disk read/write times should be under 8ms and 2ms respectively. Network traffic counters do not have specific thresholds.