db.getProfilingStatus()
db.getProfilingStatus()Returns: The current profilelevel,slowOpThresholdMssetting, andslowOpSampleRatesetting.You can set a
filterto control which operations are logged by the profiler. When set, any configured filters are also returned bydb.getProfilingStatus(), along with anoteexplaining filter behavior.You can set the profiling filter with either:
the
db.setProfilingLevel()shell method, orthe
operationProfiling.filterconfiguration file option.