You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
performance counters [SQL Server], AlwaysOn Availability Groups
Availability Groups [SQL Server], performance counters
ms.assetid
a5f6bdce-2b13-4924-aaeb-b50b57d624d8
caps.latest.revision
27
author
JennieHubbard
ms.author
jhubbard
manager
jhubbard
SQL Server, Database Replica
The SQLServer:Database Replica performance object contains performance counters that report information about the secondary databases of an Always On availability group in [!INCLUDEssCurrent]. This object is valid only on an instance of [!INCLUDEssNoVersion] that hosts a secondary replica.
Counter Name
Description
View on…
File Bytes Received/sec
Amount of FILESTREAM data received by the secondary replica for the secondary database in the last second.
Secondary replica
Log Apply Pending Queue
Number of log blocks that is waiting to be applied to the database replica.
Secondary replica
Log Apply Ready Queue
Number of log blocks that is waiting and ready to be applied to the database replica.
Secondary replica
Log Bytes Received/sec
Amount of log records received by the secondary replica for the database in the last second.
Secondary replica
Log remaining for undo
The amount of log in kilobytes remaining to complete the undo phase.
Secondary replica
Log Send Queue
Amount of log records in the log files of the primary database, in kilobytes, that has not yet been sent to the secondary replica. This value is sent to the secondary replica from the primary replica. Queue size does not include FILESTREAM files that are sent to a secondary.
Secondary replica
Mirrored Write Transaction/sec
Number of transactions that were written to the primary database and then waited to commit until the log was sent to the secondary database, in the last second.
Primary replica
Recovery Queue
Amount of log records in the log files of the secondary replica that has not yet been redone.
Secondary replica
Redo blocked/sec
Number of times the redo thread is blocked on locks held by readers of the database.
Secondary replica
Redo Bytes Remaining
The amount of log in kilobytes remaining to be redone to finish the reverting phase.
Secondary replica
Redone Bytes/sec
Amount of log records redone on the secondary database in the last second.
Secondary replica
Total Log requiring undo
Total kilobytes of log that must be undone.
Secondary replica
Transaction Delay
Delay in waiting for unterminated commit acknowledgement, in milliseconds.