监控项类型 | 应用集 | 监控项说明 | 监控项 |
普通 | DB_MongoDB Connection | 可用连接数 | Available connections |
当前连接数 | Current connections |
DB_MongoDB Cursor | 从mongod启动以来的游标超时个数 | Cursors time outs |
从mongod启动以来打开游标的总个数 | Total opened cursors |
DB_MongoDB Document | 删除记录的条数 | Deleted documents/sec |
插入记录的条数 | Inserted documents/sec |
返回记录的条数 | Returned documents/sec |
更新记录的条数 | Updated documents/sec |
DB_MongoDB Lock | 当前的全局读锁等待个数 | Current reader queue length |
当前的全局锁等待锁等待的个数 | Current total queue length |
当前全局写锁等待个数 | Current writer queue length |
当前活动的读连接数 | Readers active clients |
当前活跃客户端的个数 | Total active clients |
自数据库启动并且获得全局锁的时间(微秒) | Total lock time (microseconds) |
当前活动的写连接数 | Writers active clients |
DB_MongoDB Memory | 数据库用的heap内存大小单位bytes | Used heap memory bytes |
映射内存 | Mapped memory size |
访问swap分区中的数据大小,单位page | Page faults/sec |
物理内存消耗 | Resident memory size |
虚拟内存消耗 | Virtual memory size |
DB_MongoDB Network | 发送到数据库的数据量(bytes) | Input network traffic |
数据库发出的数据量(bytes) | Output network traffic |
发送到数据库的请求量 | Network requests/sec |
DB_MongoDB OpCounters | 每秒命令次数 | Total commands/sec |
每秒delete次数 | Total deleted ops/sec |
每秒getmore次数 | Total getmore ops/sec |
每秒insert次数 | Total insert ops/sec |
每秒query次数 | Total query ops/sec |
每秒update次数 | Total update ops/sec |
DB_MongoDB Status | MongoDB进程数量 | Number of mongod process |
mongod服务启动后到现在已经存活的秒数 | Uptime |
MongoDB脚本数据更新状态(监控脚本的状态) | Monitor script running status |
LLD | DB_MongoDB Database | 当前数据库有多少个collections | Database {#DBNAME} count of collections |
数据库扩展次数 | Database {#DBNAME} count of extents |
system.indexes表数据行数 | Database {#DBNAME} count of indexes |
当前数据库所有collection总共有多少行数据 | Database {#DBNAME} count of objects |
索引占有磁盘大小,单位是bytes | Database {#DBNAME} size of all indexes in bytes |
当前数据库所有数据的总大小,单位是bytes | Database {#DBNAME} size of the data in bytes |