Docs Menu

Docs HomeDevelop ApplicationsMongoDB Manual

db.getProfilingStatus()

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

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:

←  db.getName()db.getReplicationInfo() →