- Reference >
- mongoshMethods >
- Database Methods >
- db.getProfilingStatus()
db.getProfilingStatus()¶
- 
db.getProfilingStatus()¶
- Returns: - The current - profilelevel,- slowOpThresholdMssetting, and- slowOpSampleRatesetting.- Starting in MongoDB 4.4.2, you can set a - filterto control which operations are logged by the profiler. When set, any configured filters are also returned by- db.getProfilingStatus(), along with a- noteexplaining filter behavior.- You can set the profiling filter with either: - the db.setProfilingLevel()shell method, or
- the operationProfiling.filterconfiguration file option.
 
- the