如何监控mongoDB?

使用mongostat查看公司的数据库状态
mongostat --host IPADDRESS:27020 --username root --password PASSWORD --authenticationDatabase admin数据库

使用mongotop查看公司的数据库状态
mongotop --host IPADDRESS:27018 --username root --password PASSWORD --authenticationDatabase adminide

相关文章
相关标签/搜索