solidDB Help : solidDB reference : solidDB ADMIN COMMAND syntax : PERFMON LIST : Replicator counters
  
Replicator counters
The pmon replicator counters are described in the following table:
 
Pmon
Description
Replicator applied inserts at target database
Insert operations initiated by Replicator/sec.
Replicator applied updates at target database
Update operations initiated by Replicator/sec
Replicator applied blobs at target database
Blob update operations by Replicator/sec in target database
Replicator applied deletes at target database
Delete operations initiated by Replicator/sec
Replicator applier transaction wait
Replicator applier transaction waits/sec in target database
Replicator applier transaction wait timeout
Replicator applier transaction wait timeouts/sec in target database
Replicator merge throttle
Cumulative time in msec that the applier threads have throttled load transaction commits during the merge process. The applier commit is not recommended to be much faster than the merge process could merge the changes. This is a target database pmon.
Replicator number of conflicts at target database
Number of replication conflicts detected by Replicator/sec
Replicator rows loaded at target database
Number of rows loaded by initial load by Replicator in target database
Replicator number of source partitions connected
Number of connected source partitions
Replicator number of tables in source partitions
Number of tables in all connected source partitions
Replicator open transactions
Number of open transactions that are being applied or waiting to be applied in target database
Replicator records received
Number of log records received by the Replicator/sec in target database
Replicator rows loaded at target database
Number of rows loaded by initial load by Replicator in target database
Replicator throttle
Replicator throttle waits/sec in target database
Replicator time source log to source scan
Time (in nanoseconds) between transaction being logged and transaction being scanned.
Replicator time source scan to source exec
Time (in nanoseconds) between transaction being scanned and transaction being executed.
Replicator time source exec to source send
Time (in nanoseconds) between transaction being executed and transaction being sent to the target database.
Replicator time source send to target read
Time (in nanoseconds) between transaction being sent to the target database and transaction being read.
Replicator time target read to target exec
Time (in nanoseconds) between transaction being read at the target database and transaction being executed.
Replicator time target exec and target commit
Time (in nanoseconds) between transaction being executed on the target database and transaction being committed.
Replicator transaction ready queue length
Number of Replicator transactions ready to be applied at target database
Go up to
PERFMON LIST