标签:serve ntop nec 正在执行 top 查看 mon system mongodb
查看数据库的连接数:db.serverStatus().connections
查看当前数据库正在执行的语句:db.currentOp()
查看数据库中慢语句:db.system.profile.find()
mongodb 常用查询语句
原文地址:http://blog.51cto.com/1937519/2309576