-
Type: Task
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Index Maintenance, Storage
-
None
-
Fully Compatible
Commit 712e4f8063a0e3 removed src/mongo/db/structure/btree/btree_stats.{h,cpp}. These files contained the implementation of the IndexCounters class, which was responsible for generating the "indexCounters" section of serverStatus.
The implementation used Record::likelyInPhysicalMemory(), which has also been removed, to keep track of the number of the number of times in in-memory index record was used ("hits") as well as the number of times an index record had to be fetched from secondary storage ("misses").
We should consider restoring this functionality in some form.
- duplicates
-
SERVER-16378 serverStatus "indexCounters", "recordStats", and "workingSet" sections missing
- Closed
- is depended on by
-
SERVER-15503 mongod SNMP support for 2.8
- Closed
- is related to
-
SERVER-13555 re-implement storageDetails and indexStats in correct abstraction layer
- Closed