数据库mongodb 常用查询语句 云博小周宇2024年5月5日2023年8月23日1 Min Read 查看数据库的连接数:db.serverStatus().connections 查看当前数据库正在执行的语句:db.currentOp() 查看数据库中慢语句:db.system.profile.find() 后续不断更新中。。。。。。。。。。。。。