Advertisement
tei219

perfmon

Jan 23rd, 2012
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. The Best SQL Server Performance Monitor Counters to Analyze
  2.  
  3. Now that you’ve got the hang of adding counters, here’s the full list we need to add, including the ones mentioned above:
  4.  
  5. These are listed OBJECT first, then COUNTER
  6. Memory – Available MBytes
  7. Paging File – % Usage
  8. Physical Disk – Avg. Disk sec/Read
  9. Physical Disk – Avg. Disk sec/Write
  10. Physical Disk – Disk Reads/sec
  11. Physical Disk – Disk Writes/sec
  12. Processor – % Processor Time
  13. SQLServer: Buffer Manager – Buffer cache hit ratio
  14. SQLServer: Buffer Manager – Page life expectancy
  15. SQLServer: General Statistics – User Connections
  16. SQLServer: Memory Manager – Memory Grants Pending
  17. SQLServer: SQL Statistics – Batch Requests/sec
  18. SQLServer: SQL Statistics – Compilations/sec
  19. SQLServer: SQL Statistics – Recompilations/sec
  20. System – Processor Queue Length
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement