如何监控mongoDB?
更新:HHH   时间:2023-1-7


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

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

返回MongoDB数据库教程...