Subject: Server Performance
Tuning Memory Usage on Your IBM Lotus Domino Serverhttp://www-10.lotus.com/ldd/sandbox.nsf/ecc552f1ab6e46e4852568a90055c4cd/cb533a62695b1f08852571370053fa43?OpenDocument&Highlight=0,id111
You said that you have a cluster. Are you mail dbs in synch(Same number of docs)?
How many cluster replicator do you have?
Issue this command on both servers of your cluster:
show stat replica.cluster*
It will give you something similar:
Replica.Cluster.Docs.Added = 5022
Replica.Cluster.Docs.Deleted = 62226
Replica.Cluster.Docs.Updated = 162746
Replica.Cluster.Failed = 4149
Replica.Cluster.Files.Local = 1057
Replica.Cluster.Files.Remote = 2066
Replica.Cluster.Retry.Skipped = 592538 <–check this
Replica.Cluster.Retry.Waiting = 0
Replica.Cluster.SecondsOnQueue = 0 <–check this
Replica.Cluster.SecondsOnQueue.Avg = 18 <–check this
Replica.Cluster.SecondsOnQueue.Max = 1894 <–check this
Replica.Cluster.Servers = 2
Replica.Cluster.SessionBytes.In = 378840196
Replica.Cluster.SessionBytes.Out = 1747925166
Replica.Cluster.Successful = 433515
Replica.Cluster.WorkQueueDepth = 0 <–check this
Replica.Cluster.WorkQueueDepth.Avg = 7 <–check this
Replica.Cluster.WorkQueueDepth.Max = 363 <–check this
If you run good servers, you can add up to 6 cluster replicators without any problems.
JYR