Statistic Replication Interval
This option is available for Clustered Cache only. Statistics replication interval is the time interval in seconds after which a node sends its statistics to all other nodes in a cluster. Replication Interval for Statistics can be specified by one of the following ways.
Using NCache Manager:
-
Click on the cache name in Cache Explorer to open cache settings
-
Go to the Cluster Settings tab.
-
Set the Statistic replication interval (sec.) as per your requirement.
Through config.ncconf:
You can specify the statistics replication interval through Config.ncconf as follows.
<cluster topology="partition-replica" op-timeout="120sec" stats-repl-interval="60sec" use-heart-beat="False">
</cluster>
See Also