SQL Server, Database Replica
The SQLServer:Database Replica performance object contains performance counters that report information about the secondary databases of an AlwaysOn availability group in SQL Server 2012. This object is valid only on an instance of SQL Server 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 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 wrote to the mirrored database and waited for the log to be sent to the mirror in order to commit, 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 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. |
Primary replica |
See Also
Reference
SQL Server, Availability Replica