SqlXml Blogs

Browse Site by Tags

Showing related tags and posts across the entire site.
  • 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 a performance issue is specific to one user.
    Posted to Vinod Kumar - ExtremeExperts.com by vinodkumar on 01-16-2008
    Filed under: SQL Server, Misc, Counters
  • 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 to one user. Locks are inevitable but a sometimes...
    Posted to Vinod Kumar - ExtremeExperts.com by vinodkumar on 01-14-2008
    Filed under: SQL Server, Misc, Counters
  • 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 80%. The hit ratio ought to be 90% or better for...
    Posted to Vinod Kumar - ExtremeExperts.com by vinodkumar on 01-14-2008
    Filed under: SQL Server, Misc, Counters
  • 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 for determining if the load has substantially...
    Posted to Vinod Kumar - ExtremeExperts.com by vinodkumar on 01-13-2008
    Filed under: SQL Server, Misc, Counters
  • 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 base table or full index scans. Missing or incorrect...
    Posted to Vinod Kumar - ExtremeExperts.com by vinodkumar on 01-12-2008
    Filed under: SQL Server, Misc, Counters
  • 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.
    Posted to Vinod Kumar - ExtremeExperts.com by vinodkumar on 01-10-2008
    Filed under: SQL Server, Misc, Counters
  • 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 the load has increased over time, the ratio of read...
    Posted to Vinod Kumar - ExtremeExperts.com by vinodkumar on 01-10-2008
    Filed under: SQL Server, Misc, Counters
  • 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 the load has increased over time, the device is...
    Posted to Vinod Kumar - ExtremeExperts.com by vinodkumar on 01-09-2008
    Filed under: SQL Server, Misc, Counters
  • 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.
    Posted to Vinod Kumar - ExtremeExperts.com by vinodkumar on 01-08-2008
    Filed under: SQL Server, Misc, Counters
  • 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 grows large or is consistently above eight for a particular...
    Posted to Vinod Kumar - ExtremeExperts.com by vinodkumar on 01-07-2008
    Filed under: SQL Server, Misc, Counters
Page 1 of 1 (20 items)
Powered by Community Server (Non-Commercial Edition), by Telligent Systems