MongoDB开启慢查询

1 查看是否开启慢查询

db.getProfilingStatus()

 

2 开启慢查询 

 db.setProfilingLevel(1,100); 

 

3 查看慢查询 

db.system.profile.find();

 

posted @ 2020-05-09 15:06  DBA社区  阅读(842)  评论(0编辑  收藏  举报