MongoDB.local SF, Jan 15: See the speaker lineup & ship your AI vision faster. Use WEB50 to save 50%
Find out more >
Docs Menu
Docs Home
/ /
Database Methods

db.getProfilingStatus()

db.getProfilingStatus()
Returns:The current profile level, slowOpThresholdMs setting, and slowOpSampleRate setting.

Starting in MongoDB 4.4.2, you can set a filter to control which operations are logged by the profiler. When set, any configured filters are also returned by db.getProfilingStatus(), along with a note explaining filter behavior.

You can set the profiling filter with either:

Back

db.getProfilingLevel()