To check index usage, start your mongod with -vv flags, example:
/usr/bin/mongod -vv --config /etc/mongod.confAnd then cat your logfile, probably in this location:
cat /var/log/mongodb/mongod.logLook for the nscanned and nscannedObjects fields.
Developer from somewhere
To check index usage, start your mongod with -vv flags, example:
/usr/bin/mongod -vv --config /etc/mongod.confAnd then cat your logfile, probably in this location:
cat /var/log/mongodb/mongod.logLook for the nscanned and nscannedObjects fields.