千家信息网

如何监控mongoDB?

发表于:2025-02-01 作者:千家信息网编辑
千家信息网最后更新 2025年02月01日,使用mongostat查看公司的数据库状态mongostat --host IPADDRESS:27020 --username root --password PASSWORD --authenti
千家信息网最后更新 2025年02月01日如何监控mongoDB?

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

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

0