设为首页 加入收藏

TOP

mongodb常见管理命令(八)
2015-11-21 02:07:54 来源: 作者: 【 】 浏览:10
Tags:mongodb 常见 管理 命令
版本号 "process" : "mongod", "pid" : NumberLong(3429), "uptime" : 169041, #启动时间 "uptimeMillis" : NumberLong(169040644), "uptimeEstimate" : 133689, "localTime" : ISODate("2015-08-06T06:03:51.049Z"), "asserts" : { "regular" : 0, "warning" : 0, "msg" : 0, "user" : 1210, "rollovers" : 0 }, "backgroundFlushing" : { "flushes" : 2817, "total_ms" : 210, "average_ms" : 0.07454739084132056, "last_ms" : 0, "last_finished" : ISODate("2015-08-06T06:03:34.595Z") }, "connections" : { "current" : 5, #当前活动连接量 "available" : 4995, #剩余的空闲连接数据量 "totalCreated" : NumberLong(11085) }, "cursors" : { "note" : "deprecated, use server status metrics", "clientCursors_size" : 1, "totalOpen" : 1, "pinned" : 0, "totalNoTimeout" : 0, "timedOut" : 1 }, "dur" : { "commits" : 29, "journaledMB" : 0, "writeToDataFilesMB" : 0, "compression" : 0, "commitsInWriteLock" : 0, "earlyCommits" : 0, "timeMs" : { "dt" : 3045, "prepLogBuffer" : 0, "writeToJournal" : 0, "writeToDataFiles" : 0, "remapPrivateView" : 0, "commits" : 0, "commitsInWriteLock" : 0 } }, "extra_info" : { "note" : "fields vary by platform", "heap_usage_bytes" : 63725680, "page_faults" : 5 }, "globalLock" : { "totalTime" : NumberLong("169040646000"), "currentQueue" : { "total" : 0, #当前全部队列量 "readers" : 0, #读请求队列量 "writers" : 0 #写请求队列量 }, "activeClients" : { "total" : 18, #当前所有的客户端连接量 "readers" : 0, #客户端读请求量 "writers" : 0 #客户端写请求量 } }, "locks" : { "Global" : { "acquireCount" : { "r" : NumberLong(1779553), "w" : NumberLong(60), "R" : NumberLong(1), "W" : NumberLong(18) }, "acquireWaitCount" : { "r" : NumberLong(2) }, "timeAcquiringMicros" : { "r" : NumberLong(805) } }, "MMAPV1Journal" : { "acquireCount" : { "r" : NumberLong(889742), "w" : NumberLong(154), "R" : NumberLong(1585585), "W" : NumberLong(2) }, "acquireWaitCount" : { "w" : NumberLong(1), "R" : NumberLong(4) }, "timeAcquiringMicros" : { "w" : NumberLong(1263), "R" : NumberLong(289607) } }, "Database" : { "acquireCount" : { "r" : NumberLong(889714), "w" : NumberLong(22), "R" : NumberLong(30), "W" : NumberLong(38) } }, "Collection" : { "acquireCount" : { "R" : NumberLong(679060), "W" : NumberLong(14) } }, "Metadata" : { "acquireCount" : { "R" : NumberLong(2), "W" : NumberLong(21) } }, "oplog" : { "acquireCount" : { "w" : NumberLong(8), "R" : NumberLong(244592) }, "acquireWaitCount" : { "R" : NumberLong(2) }, "timeAcquiringMicros" : { "R" : NumberLong(150) } } }, "network" : { "bytesIn" : 25142718, #发送给此服务器的数据量单位byte "bytesOut" : 26860998, #此服务器发出的数据量单位byte "numRequests" : 199261 #发送个此服务器的请求量 }, "opcounters" : { "insert" : 1, #插入操作的量 "query" : 30, #查询操作的量 "update" : 0, #更新操作的量 "delete" : 0, #删除操作的量 "getmore" : 33093, "command" : 166140 #其他操作量 }, "opcountersRepl" : { "insert" : 3, "query" : 0, "update" : 0, "delete" : 0, "getm
首页 上一页 5 6 7 8 9 10 下一页 尾页 8/10/10
】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
分享到: 
上一篇nodejs安装redis数据库及配置 下一篇mybatis性能优化之减少数据库连接

评论

帐  号: 密码: (新用户注册)
验 证 码:
表  情:
内  容: