> db.serverSa> db.serverS tatus()
{
"host" : "AAA-1",
"version" : "2.2.0",
"process" : "mongod",
"pid" : 10830,
"uptime" : 6880,
"uptimeMillis" : NumberLong(6879549),
"uptimeEstimate" : 6792,
"localTime" : ISODate("2012-09-29T16:11:34.012Z"),
"locks" : {
"." : {
"timeLockedMicros" : {
"R" : NumberLong(42),
"W" : NumberLong(734429)
},
"timeAcquiringMicros" : {
"R" : NumberLong(17299239),
"W" : NumberLong(20)
}
},
"admin" : {
"timeLockedMicros" : {
},
"timeAcquiringMicros" : {
}
},
"local" : {
"timeLockedMicros" : {
"r" : NumberLong(5),
"w" : NumberLong(0)
},
"timeAcquiringMicros" : {
"r" : NumberLong(4),
"w" : NumberLong(0)
}
},
"online" : {
"timeLockedMicros" : {
"r" : NumberLong(80378888),
"w" : NumberLong("18451593434580")
},
"timeAcquiringMicros" : {
"r" : NumberLong(1941319341),
"w" : NumberLong(92725381)
}
}
},
"globalLock" : {
"totalTime" : NumberLong("6879549000"),
"lockTime" : NumberLong(734429),
"currentQueue" : {
"total" : 0,
"readers" : 0,
"writers" : 0
},
"activeClients" : {
"total" : 1,
"readers" : 0,
"writers" : 1
}
},
"mem" : {
"bits" : 64,
"resident" : 3118,
"virtual" : 7254,
"supported" : true,
"mapped" : 7102
},
"connections" : {
"current" : 22,
"available" : 234
},
"extra_info" : {
"note" : "fields vary by platform",
"heap_usage_bytes" : 25845000,
"page_faults" : 9037
},
"indexCounters" : {
"btree" : {
"accesses" : 27894592,
"hits" : 27894592,
"misses" : 0,
"resets" : 0,
"missRatio" : 0
}
},
"backgroundFlushing" : {
"flushes" : 89,
"total_ms" : 4684642,
"average_ms" : 52636.426966292136,
"last_ms" : 411719,
"last_finished" : ISODate("2012-09-29T16:08:34.316Z")
},
"cursors" : {
"totalOpen" : 1,
"clientCursors_size" : 1,
"timedOut" : 4,
"totalNoTimeout" : 1
},
"network" : {
"bytesIn" : 133949678,
"bytesOut" : 924862569,
"numRequests" : 1397097
},
"opcounters" : {
"insert" : 698074,
"query" : 654,
"update" : 0,
"delete" : 698077,
"getmore" : 221,
"command" : 70
},
"asserts" : {
"regular" : 9,
"warning" : 1,
"msg" : 0,
"user" : 0,
"rollovers" : 0
},
"writeBacksQueued" : false,
"recordStats" : {
"accessesNotInMemory" : 9570,
"pageFaultExceptionsThrown" : 669,
"online" : {
"accessesNotInMemory" : 9570,
"pageFaultExceptionsThrown" : 669
}
},
"ok" : 1
}
> db.online.stats()
{
"ns" : "online.online",
"count" : 4763886,
"size" : 530832796,
"avgObjSize" : 111.42852620738616,
"storageSize" : 651083776,
"numExtents" : 24,
"nindexes" : 6,
"lastExtentSize" : 111796224,
"paddingFactor" : 1,
"systemFlags" : 0,
"userFlags" : 1,
"totalIndexSize" : 1604482768,
"indexSizes" : {
"_id_" : 256620112,
"ad_1" : 288923488,
"ip_1" : 250479936,
"fullad_1" : 242083184,
"ip_1_st_1" : 287051184,
"fullad_1_st_1" : 279324864
},
"ok" : 1
}