Database Profiler - MongoDB Manual - 0 views
-
The database profiler collects detailed information about Database Commands executed against a running mongod instance.
-
The profiler writes all the data it collects to the system.profile collection, a capped collection in the admin database.
-
db.setProfilingLevel(2)
- ...10 more annotations...