Hi All,
I've noticed the various RepAgent mda tables are only partially populated with real data. One such entity is monRepScannersTotalTime
Other than DBID/SPID/InstanceID/LogRecordsProcessed, none of the other counters change from zero. At which ebf level, if any, are these populated with real information? Is there a configuration setting that isn't documented that enables these counters?
Jason
1> select * from master..monRepScannersTotalTime
2> go
DBID SPID InstanceID LogRecProcessed BytesPacked TotalTime MRPBootstrapTime ScanTime ProcessTime SchemaLookupsTime PackTime QueueingTime HashBindingSize HashBindingEntries HashBindingCollisions YieldsOnFullQueue WaitsOnSenderThread WaitTimeOnSenderThread LongestWaitOnSenderThread
----------- ----------- ---------- -------------------- -------------------- -------------------- -------------------- -------------------- -------------------- -------------------- -------------------- -------------------- -------------------- -------------------- --------------------- -------------------- -------------------- ---------------------- -------------------------
4 39 0 23992204 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
8 41 0 16877225 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
5 40 0 49209551 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
9 42 0 87062 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
10 43 0 150498 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
11 44 0 6164 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
12 45 0 461969 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
14 46 0 404 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
18 47 0 404 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
(9 rows affected)