2.6 SQL性能分析
<?xml:namespace prefix = st1 ns = "urn:schemas-microsoft-com:office:smarttags" />2.6.1 计数器
SQL Server\Buffer Manager-Buffer Cache Hit Ratio
SQL Server\ Buffer Manager-Page Life Expectancy
SQL Server\General Statistics-User Connections
SQL Server\Database-Tranaction/sec
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
2.6.2 说明及参考值
SQL Server\Buffer Manager-Buffer Cache Hit Ratio可在缓冲池中找到而不必从磁盘读取的页所占的百分比。参考值为应该超过90%(理想状态下接近99%)
SQL Server\ Buffer Manager-Page Life Expectancy没有引用的页停留在缓冲池中的时间(秒)。参考值:应该保持在300秒以上。
SQL Server\General Statistics-User Connections 连接到系统的用户数。
SQL Server\Database-Tranaction/sec为数据库启动的事务数。
转载于:https://blog.51cto.com/freepeng/235235