Vinod Kumar - ExtremeExperts.com
SQL from India
Browse by Tags
All Tags
»
Counters
(
RSS
)
ITPro
Misc
SQL Server
Technology
Tips & Tricks
Performance Monitoring with SQL 2008
Check my blog post on TechNet over Performance Monitoring with SQL Server 2008 here . Feel free to pass your comments.
SQL Counters: Series 1 (Aggregated)
SQL Counter: Part 1 (Processor Time) SQL Counter: Part 2 (Processor Queue Length) SQL Counter: Part 3 (Pages/sec) SQL Counter: Part 4 (Available MB) SQL Counter: Part 5 (Disk Queue Length) SQL Counter: Part 6 (Idle Time) SQL Counter: Part 7 (Disk Write...
SQL Counter: Part 14 (Avg Latch Wait Time)
SQL Server Latches Object -> Average Latch Wait Time This counter measures the average amount of time, in milliseconds, that a latch request had to wait before it was serviced. Over time it is a good indicator for a general performance problem or if...
SQL Counter: Part 13 (Avg Wait Time)
SQL Server Locks Object -> Average Wait Time This counter measures the average amount of time, in milliseconds, that a user is waiting for a lock. Over time it is a good indicator for a general performance problem or if a performance issue is specific...
SQL Counter: Part 12 (Buffer Cache hit ratio)
SQL Server Buffer Manager Object -> Buffer Cache Hit Ratio This counter shows the percentage of pages that are found in SQL Server’s buffer pool without having to incur a read from disk. A well-balanced system will have hit ratio values greater than...
SQL Counter: Part 11 (Transactions/sec)
SQL Server Database Object -> Transactions/Sec This counter measures the number of transactions started per second. Transactions are the basis of everything in SQL Server, and most queries are implicit transactions. This measurement is extremely handy...
SQL Counter: Part 10 (Full Scans/sec)
SQL Server Access Methods Object -> Full Scans/Sec This counter should always be captured. It shows how often a table index is not being used and results in sequential I/O. This is defined as the number of unrestricted full scans. These can be either...
SQL Counter: Part 9 (Bytes Total)
Network Interface Object -> Bytes Total/Sec This counter measures the number of bytes being transmitted per second on the NIC. There will be one instance per NIC on the machine, including one for the loopback adapter.
SQL Counter: Part 8 (Disk Read/sec)
PhysicalDisk Object -> Avg. Disk Sec/Read This counter measures the average time, in seconds, of a read of data from disk. If the average value increases over time, then it points to a potential read performance problem. Possible reasons can be that...
SQL Counter: Part 7 (Disk Write/sec)
PhysicalDisk Object -> Avg. Disk Sec/Write This counter measures the average time, in seconds, of a write of data to disk. If the average value increases over time, then it points to a potential write performance problem. Possible reasons can be that...
SQL Counter: Part 6 (Idle Time)
PhysicalDisk Object -> % Idle Time Typically, the idle time is supposedly accurate. Subtracting this from 100 gives an idea of how hard the disks are working. This can also vary deending on the type of system like OLTP, reporting or warehouse.
SQL Counter: Part 5 (Disk Queue Length)
PhysicalDisk Object -> Avg. Disk Queue Length This counter measures whether I/O requests are being serviced or are waiting in the queue for the disk drive to catch up on requests. This can be a bottleneck in performance for a server in that, if it...
SQL Counter: Part 4 (Available MB)
Memory Object -> Available MBytes This measurement is the amount of megabytes of memory on the computer (from the OS perspective) that is available to be allocated to processes. It's the sum of free, standby, and zeroed memory pages. Look at this to...
SQL Counter: Part 3 (Pages/sec)
Memory Object -> Pages/sec This counter measures the number of memory pages read from or written to disk. Defined as the number of pages read from or written to disk to resolve hard page faults. Hard page faults that occur when a process requires code...
SQL Counter: Part 2 (Processor Queue Length)
System Object -> Processor Queue Length Watch the value over a sustained period of time to see if the CPU is a bottleneck. The counter measures how many threads are waiting for processor time. The count includes all threads that are "ready" and not...
More Posts
Next page »
Search
Go
This Blog
Home
Tags
.NET
Counters
Events
ITPro
Misc
MS News
Non-Technical
Office
OS
SQL Server
TechMela
Technology
Tips & Tricks
Travel
Community
Home
Blogs
Media
Groups
Archives
August 2008 (16)
July 2008 (7)
June 2008 (3)
May 2008 (12)
April 2008 (8)
March 2008 (6)
January 2008 (35)
December 2007 (12)
November 2007 (10)
October 2007 (19)
September 2007 (22)
August 2007 (21)
July 2007 (11)
June 2007 (8)
May 2007 (19)
April 2007 (22)
March 2007 (7)
February 2007 (10)
January 2007 (21)
December 2006 (18)
November 2006 (2)
October 2006 (3)
September 2006 (10)
August 2006 (16)
July 2006 (27)
June 2006 (7)
May 2006 (19)
April 2006 (11)
March 2006 (3)
February 2006 (1)
January 2006 (16)
December 2005 (23)
November 2005 (23)
October 2005 (14)
September 2005 (15)
August 2005 (2)
July 2005 (19)
June 2005 (15)
May 2005 (13)
April 2005 (25)
March 2005 (32)
February 2005 (45)
January 2005 (34)
December 2004 (27)
November 2004 (35)
October 2004 (32)
September 2004 (31)
August 2004 (24)
July 2004 (23)
June 2004 (26)
May 2004 (23)
April 2004 (23)
March 2004 (31)
February 2004 (14)
January 2004 (48)
December 2003 (38)
November 2003 (26)
October 2003 (6)
September 2003 (5)
My Web Site
ExtremeExperts
External Sites
Bangalore User Group
Microsoft India Homepage
Bangalore SQL Group
Other Misc Blog Links
SQL Shortcut Keys
IIS 6.0 Features
List of .NET Compilers
Excel Shortcut keys
RUN Command Shortcut key
Useful SQL 2000 Links
Who is a DBA?
SQL Server - Express Links
SQL Server - RS Links
SQL Counters - Series 1
Newsletter
Subscribe to NL from Me
Syndication
RSS for Posts
Atom
Email Notifications
Go
News
Disclaimer:
The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.
Site Counter:
My tree at Carbon Grove