2016-02-18

MongoDB - Profile, debug or trace all queries being processed

db.setProfilingLevel(2);
db.system.profile.find();
db.system.profile.find().count();

No comments:

Post a Comment