如何監控mongoDB?

使用mongostat查看公司的數據庫狀態
mongostat --host IPADDRESS:27020 --username root --password PASSWORD --authenticationDatabase admin數據庫

使用mongotop查看公司的數據庫狀態
mongotop --host IPADDRESS:27018 --username root --password PASSWORD --authenticationDatabase adminide

相關文章
相關標籤/搜索