linux 查看 mongodb 连接数

netstat -antp|grep -i 27017 | awk '{print $5}'| cut -d: -f1 | sort | uniq -c | sort -n

适当修改就可以查看其他信息

posted @ 2018-01-09 16:41  peiybpeiyb  阅读(1226)  评论(0编辑  收藏  举报