Skip to content

Commit fc62135

Browse files
authored
Merge pull request #10120 from 0x7FFFFFFFFFFFFFFF/patch-49
Update monitoring-replication-with-system-monitor.md
2 parents bfe2a6f + 628170c commit fc62135

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/relational-databases/replication/monitor/monitoring-replication-with-system-monitor.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ For more information, see [Monitor Resource Usage (Performance Monitor)]
2828
|Agent|Performance object|Counter|Description|
2929
|-----------|------------------------|-------------|-----------------|
3030
|All agents|[!INCLUDE[msCoName](../../../includes/msconame-md.md)] [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)]: Replication Agents|Running|The number of replication agents currently running.|
31-
|Snapshot Agent|[!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)]: Replication Snapshot|Snapshot: Delivered Cmds/sec|The number of commands per second delivered to the Distributor.|
32-
|Snapshot Agent|[!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)]: Replication Snapshot|Snapshot: Delivered Trans/sec|The number of transactions per second delivered to the Distributor.|
33-
|Log Reader Agent|[!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)]: Replication Log reader|Logreader: Delivered Cmds/sec|The number of commands per second delivered to the Distributor.|
34-
|Log Reader Agent|[!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)]: Replication Log reader|Logreader: Delivered Trans/sec|The number of transactions per second delivered to the Distributor.|
35-
|Log Reader Agent|[!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)]: Replication Log reader|Logreader: Delivery Latency|The current amount of time (in milliseconds) elapsed from when transactions are applied at the Publisher to when they are delivered to the Distributor.|
36-
|Distribution Agent|[!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)]: Replication Dist.|Dist: Delivered Cmds/sec|The number of commands per second delivered to the Subscriber.|
37-
|Distribution Agent|[!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)]: Replication Dist.|Dist: Delivered Trans/sec|The number of transactions per second delivered to the Subscriber.|
38-
|Distribution Agent|[!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)]: Replication Dist.|Dist: Delivery Latency|The current amount of time (in milliseconds) elapsed from when transactions are delivered to the Distributor to when they are applied at the Subscriber.|
39-
|Merge Agent|[!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)]: Replication Merge|Conflicts/sec|The number of conflicts per second occurring during the merge process.|
40-
|Merge Agent|[!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)]: Replication Merge|Downloaded Changes/sec|The number of rows per second replicated from the Publisher to the Subscriber.|
41-
|Merge Agent|[!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)]: Replication Merge|Uploaded Changes/sec|The number of rows per second replicated from the Subscriber to the Publisher.|
31+
|Snapshot Agent|SQLServer:Replication Snapshot|Snapshot:Delivered Cmds/sec|The number of commands per second delivered to the Distributor.|
32+
|Snapshot Agent|SQLServer:Replication Snapshot|Snapshot:Delivered Trans/sec|The number of transactions per second delivered to the Distributor.|
33+
|Log Reader Agent|SQLServer:Replication Log reader|Logreader:Delivered Cmds/sec|The number of commands per second delivered to the Distributor.|
34+
|Log Reader Agent|SQLServer:Replication Log reader|Logreader:Delivered Trans/sec|The number of transactions per second delivered to the Distributor.|
35+
|Log Reader Agent|SQLServer:Replication Log reader|Logreader:Delivery Latency|The current amount of time (in milliseconds) elapsed from when transactions are applied at the Publisher to when they are delivered to the Distributor.|
36+
|Distribution Agent|SQLServer:Replication Dist.|Dist:Delivered Cmds/sec|The number of commands per second delivered to the Subscriber.|
37+
|Distribution Agent|SQLServer:Replication Dist.|Dist:Delivered Trans/sec|The number of transactions per second delivered to the Subscriber.|
38+
|Distribution Agent|SQLServer:Replication Dist.|Dist:Delivery Latency|The current amount of time (in milliseconds) elapsed from when transactions are delivered to the Distributor to when they are applied at the Subscriber.|
39+
|Merge Agent|SQLServer:Replication Merge|Conflicts/sec|The number of conflicts per second occurring during the merge process.|
40+
|Merge Agent|SQLServer:Replication Merge|Downloaded Changes/sec|The number of rows per second replicated from the Publisher to the Subscriber.|
41+
|Merge Agent|SQLServer:Replication Merge|Uploaded Changes/sec|The number of rows per second replicated from the Subscriber to the Publisher.|
4242

4343
## Related content
4444

0 commit comments

Comments
 (0)