性能监控

拿阿里云MongoDB举例

mongotop

1
mongotop -h dds-****.mongodb.rds.aliyuncs.com:3717 -u root -p **** --authenticationDatabase admin 10

mongostat

1
2
mongostat -h dds-****.mongodb.rds.aliyuncs.com:3717 -u root -p **** --authenticationDatabase admin
mongostat --host 100.100.100.100 -u root -p **** --authenticationDatabase admin