天天看點

Mongodb監控名額

MongoDB uptime 啟動時長 

asserts.user 使用者的斷言數量 

asserts.warning 警告的斷言數量 

connections.current 目前的連接配接數 大于 650

connections.available 可用的連接配接數 

connections.totalCreated 共建立了多少連接配接 

extra_info.heap_usage_bytes heap記憶體的大小 

extra_info.page_faults 缺頁的多少 

globalLock.currentQueue.total 目前隊列的總長度 

globalLock.currentQueue.readers 目前隊列中讀的數量 

globalLock.currentQueue.writers 目前隊列中寫的數量 

globalLock.activeClients.total 活躍用戶端的總數量 

globalLock.activeClients.readers 活躍用戶端中讀的數量 

globalLock.activeClients.writers 活躍用戶端中寫的數量 

network.bytesIn 網卡接收的資料量 

network.bytesOut 網卡發送的資料量 

opcounters.insert insert操作數量 

opcounters.query query操作數量 

opcounters.update update操作數量 

opcounters.delete delete操作數量 

opcounters.getmore getmore的數量 

opcounters.command command的數量 

opcountersRepl.insert 副本集環境insert操作數量 

opcountersRepl.query 副本集環境query操作數量 

opcountersRepl.update 副本集環境update操作數量 

opcountersRepl.delete 副本集環境delete操作數量 

opcountersRepl.getmore 副本集環境getmore的數量 

opcountersRepl.command 副本集環境command的數量 

wiredTiger.cache.maximum_bytes_configured wiredTiger緩存大小 

wiredTiger.cache.bytes_currently_in_the_cache wiredTiger緩存使用大小 

wiredTiger.cache.tracked_dirty_bytes_in_the_cache wiredTiger緩存中髒資料大小 

wiredTiger.cache.unmodified_pages_evicted wiredTiger緩存未修改page置換情況 

wiredTiger.cache.pages_read_into_cache wiredTiger緩存讀入page情況 

wiredTiger.cache.pages_written_from_cache wiredTiger緩存寫出page情況 

mem.resident 常駐記憶體使用情況 

mem.virtual 虛拟記憶體使用情況 

replication_lag 副本內建員延時 大于 15

replication_state 副本內建員Primary, Secondary等狀态 等于 12

replication_hosts 副本內建員IP資訊 No Primary

replication_oplog_growth_rate oplog增長率 

replication_oplog_window oplog存儲的操作時長 

alive Mongodb存活情況 等于 0

Mongodb監控名額

本文轉自 知止内明 51CTO部落格,原文連結:http://blog.51cto.com/357712148/2052363,如需轉載請自行聯系原作者

繼續閱讀