码迷,mamicode.com
首页 > 其他好文 > 详细

mongo

时间:2020-07-04 15:06:27      阅读:59      评论:0      收藏:0      [点我收藏+]

标签:show   profile   mongodb   mongod   down   通过   bin   system   file   

#mongo shell
./mongo
show dbs
use bus

opid – 操作的opid,有需要的话,可以通过 db.killOp(opid) 杀死操作

#查看数据库当前正在执行的操作
db.currentOp()
#查看该数据下的慢请求日志
use bus
db.system.profile.find().pretty()

#启动
/usr/loca/mongodb/bin/mongod -f mongodb.conf
#关闭
mongo shell:db.shuidownServer()
pkill mongod

mongo

标签:show   profile   mongodb   mongod   down   通过   bin   system   file   

原文地址:https://www.cnblogs.com/kylingx/p/13234785.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!