太可怕了去 發表於 2019-12-30 17:18:00

MongoDB 监控指标

<p>MongoDB uptime 启动时长 <br>asserts.user 用户的断言数量 <br>asserts.warning 警告的断言数量 <br>connections.current 当前的连接数 大于 650<br>connections.available 可用的连接数 <br>connections.totalCreated 共创建了多少连接 <br>extra_info.heap_usage_bytes heap内存的大小 <br>extra_info.page_faults 缺页的多少 <br>globalLock.currentQueue.total 当前队列的总长度 <br>globalLock.currentQueue.readers 当前队列中读的数量 <br>globalLock.currentQueue.writers 当前队列中写的数量 <br>globalLock.activeClients.total 活跃客户端的总数量 <br>globalLock.activeClients.readers 活跃客户端中读的数量 <br>globalLock.activeClients.writers 活跃客户端中写的数量 <br>network.bytesIn 网卡接收的数据量 <br>network.bytesOut 网卡发送的数据量 <br>opcounters.insert insert操作数量 <br>opcounters.query query操作数量 <br>opcounters.update update操作数量 <br>opcounters.delete delete操作数量 <br>opcounters.getmore getmore的数量 <br>opcounters.command command的数量 <br>opcountersRepl.insert 副本集环境insert操作数量 <br>opcountersRepl.query 副本集环境query操作数量 <br>opcountersRepl.update 副本集环境update操作数量 <br>opcountersRepl.delete 副本集环境delete操作数量 <br>opcountersRepl.getmore 副本集环境getmore的数量 <br>opcountersRepl.command 副本集环境command的数量 <br>wiredTiger.cache.maximum_bytes_configured wiredTiger缓存大小 <br>wiredTiger.cache.bytes_currently_in_the_cache wiredTiger缓存使用大小 <br>wiredTiger.cache.tracked_dirty_bytes_in_the_cache wiredTiger缓存中脏数据大小 <br>wiredTiger.cache.unmodified_pages_evicted wiredTiger缓存未修改page置换情况 <br>wiredTiger.cache.pages_read_into_cache wiredTiger缓存读入page情况 <br>wiredTiger.cache.pages_written_from_cache wiredTiger缓存写出page情况 <br>mem.resident 常驻内存使用情况 <br>mem.virtual 虚拟内存使用情况 <br>replication_lag 副本集成员延时 大于 15<br>replication_state 副本集成员Primary, Secondary等状态 等于 12<br>replication_hosts 副本集成员IP信息 No Primary<br>replication_oplog_growth_rate oplog增长率 <br>replication_oplog_window oplog存储的操作时长 <br>alive Mongodb存活情况 等于 0</p><br><br>
来源:https://www.cnblogs.com/hankyoon/p/12120783.html
頁: [1]
查看完整版本: MongoDB 监控指标