🏠unit3w07d06Mongo - MonitoringOn this pageMongo - MonitoringLesson ObjectivesExplain explainExplain statsExplain profileExplain Explaindb.employees.find().explain()Explain statsdb.stats()db.collectionName.stats()Explain profiledb.setProfilingLevel(2);db.employees.find();db.system.profile.find()