mongoDB实例内存占用:
db.serverStatus().wiredTiger.cache;
maximum bytes configured 实例配置的内存上限
bytes currently in the cache 实例现在占用的内存
mongoDB实例内存使用率维持在79%,就是因为缓存淘汰机制。
参考
MongoDB 如何使用内存?为什么内存满了?
https://blog.csdn.net/weixin_33698043/article/details/89565701
MongoDB实例内存使用率高问题
https://www.alibabacloud.com/help/zh/doc-detail/209434.htm
关于MongoDB的几种内存相关的指标
https://mongoing.com/anspress/question/%e5%85%b3%e4%ba%8emongodb%e7%9a%84%e5%87%a0%e7%a7%8d%e5%86%85%e5%ad%98%e7%9b%b8%e5%85%b3%e7%9a%84%e6%8c%87%e6%a0%87
MongoDB3.0-参考-数据库命令-诊断命令-serverStatus文档
http://www.blogjava.net/qbna350816/archive/2017/06/26/432627.html
MONGODB serverStatus 对监控的意义
https://blog.csdn.net/liuhuayang/article/details/108633814
MongoDB性能优化
https://www.cnblogs.com/datazhang/p/5917861.html
MongoDB WiredTiger引擎调优技巧
https://blog.csdn.net/ITgagaga/article/details/103577447
在线文件大小换算
https://www.bejson.com/convert/filesize/
网友评论