netstat -antp|grep -i 27017 | awk '{print $5}'| cut -d: -f1 | sort | uniq -c | sort -n
适当修改就可以查看其他信息
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/1765.html
netstat -antp|grep -i 27017 | awk '{print $5}'| cut -d: -f1 | sort | uniq -c | sort -n
适当修改就可以查看其他信息
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/1765.html