使用mongostat查看公司的数据库状态
mongostat --host IPADDRESS:27020 --username root --password PASSWORD --authenticationDatabase admin
使用mongotop查看公司的数据库状态
mongotop --host IPADDRESS:27018 --username root --password PASSWORD --authenticationDatabase admin
转载于:https://blog.51cto.com/12131824/2392245