SQLServer Replication-Published DB Object
The following counters are part of the SQLServer Replication-Published DB object. They provide information about the delivery of transactions from the transaction log of the publication database to the distribution database.
- 
Replicated Transactions
- 
The number of transactions in the transaction log of the publication database that are marked for replication but have not yet been delivered to the distribution database.
- 
Replicated Transactions/sec
- 
The number of transactions per second that have been read out of the transaction log of the publication database and delivered to the distribution database.
- 
Replication Latency (msec)
- 
The number of milliseconds between the time a transaction marked for replication is entered into the transaction log of the publication database and is read out of the log and delivered to the distribution database.