Advertisement
Guest User

Untitled

a guest
Jul 11th, 2013
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.13 KB | None | 0 0
  1. > db.serverStatus()
  2. {
  3. "version" : "2.4.5",
  4. "process" : "mongod",
  5. "pid" : 1571,
  6. "uptime" : 6890,
  7. "uptimeMillis" : NumberLong(6889725),
  8. "uptimeEstimate" : 6812,
  9. "localTime" : ISODate("2013-07-11T07:28:38.134Z"),
  10. "asserts" : {
  11. "regular" : 0,
  12. "warning" : 0,
  13. "msg" : 0,
  14. "user" : 5,
  15. "rollovers" : 0
  16. },
  17. "backgroundFlushing" : {
  18. "flushes" : 114,
  19. "total_ms" : 907082,
  20. "average_ms" : 7956.859649122807,
  21. "last_ms" : 4,
  22. "last_finished" : ISODate("2013-07-11T07:28:26.464Z")
  23. },
  24. "connections" : {
  25. "current" : 26,
  26. "available" : 9574,
  27. "totalCreated" : NumberLong(65)
  28. },
  29. "cursors" : {
  30. "totalOpen" : 0,
  31. "clientCursors_size" : 0,
  32. "timedOut" : 1
  33. },
  34. "dur" : {
  35. "commits" : 30,
  36. "journaledMB" : 0,
  37. "writeToDataFilesMB" : 0,
  38. "compression" : 0,
  39. "commitsInWriteLock" : 0,
  40. "earlyCommits" : 0,
  41. "timeMs" : {
  42. "dt" : 3070,
  43. "prepLogBuffer" : 0,
  44. "writeToJournal" : 0,
  45. "writeToDataFiles" : 0,
  46. "remapPrivateView" : 0
  47. }
  48. },
  49. "extra_info" : {
  50. "note" : "fields vary by platform",
  51. "heap_usage_bytes" : 70073752,
  52. "page_faults" : 13864
  53. },
  54. "globalLock" : {
  55. "totalTime" : NumberLong("6889725000"),
  56. "lockTime" : NumberLong(149039157),
  57. "currentQueue" : {
  58. "total" : 0,
  59. "readers" : 0,
  60. "writers" : 0
  61. },
  62. "activeClients" : {
  63. "total" : 0,
  64. "readers" : 0,
  65. "writers" : 0
  66. }
  67. },
  68. "indexCounters" : {
  69. "accesses" : 28891508,
  70. "hits" : 28891517,
  71. "misses" : 0,
  72. "resets" : 0,
  73. "missRatio" : 0
  74. },
  75. "locks" : {
  76. "." : {
  77. "timeLockedMicros" : {
  78. "R" : NumberLong(2557635),
  79. "W" : NumberLong(149039157)
  80. },
  81. "timeAcquiringMicros" : {
  82. "R" : NumberLong(25018052),
  83. "W" : NumberLong(61336683)
  84. }
  85. },
  86. "admin" : {
  87. "timeLockedMicros" : {
  88. "r" : NumberLong(36093),
  89. "w" : NumberLong(0)
  90. },
  91. "timeAcquiringMicros" : {
  92. "r" : NumberLong(2247),
  93. "w" : NumberLong(0)
  94. }
  95. },
  96. "local" : {
  97. "timeLockedMicros" : {
  98. "r" : NumberLong(26130),
  99. "w" : NumberLong(44)
  100. },
  101. "timeAcquiringMicros" : {
  102. "r" : NumberLong(58791671),
  103. "w" : NumberLong(17)
  104. }
  105. },
  106. "ladder" : {
  107. "timeLockedMicros" : {
  108. "r" : NumberLong(659667243),
  109. "w" : NumberLong(300932750)
  110. },
  111. "timeAcquiringMicros" : {
  112. "r" : NumberLong(1155088960),
  113. "w" : NumberLong(166578454)
  114. }
  115. },
  116. "config" : {
  117. "timeLockedMicros" : {
  118. "r" : NumberLong(8271),
  119. "w" : NumberLong(41)
  120. },
  121. "timeAcquiringMicros" : {
  122. "r" : NumberLong(1605),
  123. "w" : NumberLong(28)
  124. }
  125. }
  126. },
  127. "network" : {
  128. "bytesIn" : 684226918,
  129. "bytesOut" : 3106026913,
  130. "numRequests" : 1473082
  131. },
  132. "opcounters" : {
  133. "insert" : 5,
  134. "query" : 2641,
  135. "update" : 1461221,
  136. "delete" : 0,
  137. "getmore" : 738,
  138. "command" : 8281
  139. },
  140. "opcountersRepl" : {
  141. "insert" : 0,
  142. "query" : 0,
  143. "update" : 0,
  144. "delete" : 0,
  145. "getmore" : 0,
  146. "command" : 0
  147. },
  148. "recordStats" : {
  149. "accessesNotInMemory" : 5851,
  150. "pageFaultExceptionsThrown" : 694,
  151. "admin" : {
  152. "accessesNotInMemory" : 0,
  153. "pageFaultExceptionsThrown" : 0
  154. },
  155. "config" : {
  156. "accessesNotInMemory" : 0,
  157. "pageFaultExceptionsThrown" : 0
  158. },
  159. "local" : {
  160. "accessesNotInMemory" : 0,
  161. "pageFaultExceptionsThrown" : 0
  162. },
  163. "ladder" : {
  164. "accessesNotInMemory" : 5851,
  165. "pageFaultExceptionsThrown" : 694
  166. }
  167. },
  168. "writeBacksQueued" : false,
  169. "mem" : {
  170. "bits" : 64,
  171. "resident" : 1208,
  172. "virtual" : 8918,
  173. "supported" : true,
  174. "mapped" : 4207,
  175. "mappedWithJournal" : 8414
  176. },
  177. "metrics" : {
  178. "document" : {
  179. "deleted" : NumberLong(0),
  180. "inserted" : NumberLong(5),
  181. "returned" : NumberLong(7424062),
  182. "updated" : NumberLong(1461221)
  183. },
  184. "getLastError" : {
  185. "wtime" : {
  186. "num" : 1,
  187. "totalMillis" : 0
  188. },
  189. "wtimeouts" : NumberLong(0)
  190. },
  191. "operation" : {
  192. "fastmod" : NumberLong(0),
  193. "idhack" : NumberLong(0),
  194. "scanAndOrder" : NumberLong(0)
  195. },
  196. "queryExecutor" : {
  197. "scanned" : NumberLong(3297651)
  198. },
  199. "record" : {
  200. "moves" : NumberLong(3676)
  201. },
  202. "repl" : {
  203. "apply" : {
  204. "batches" : {
  205. "num" : 0,
  206. "totalMillis" : 0
  207. },
  208. "ops" : NumberLong(0)
  209. },
  210. "buffer" : {
  211. "count" : NumberLong(0),
  212. "maxSizeBytes" : 268435456,
  213. "sizeBytes" : NumberLong(0)
  214. },
  215. "network" : {
  216. "bytes" : NumberLong(0),
  217. "getmores" : {
  218. "num" : 0,
  219. "totalMillis" : 0
  220. },
  221. "ops" : NumberLong(0),
  222. "readersCreated" : NumberLong(0)
  223. },
  224. "oplog" : {
  225. "insert" : {
  226. "num" : 0,
  227. "totalMillis" : 0
  228. },
  229. "insertBytes" : NumberLong(0)
  230. },
  231. "preload" : {
  232. "docs" : {
  233. "num" : 0,
  234. "totalMillis" : 0
  235. },
  236. "indexes" : {
  237. "num" : 0,
  238. "totalMillis" : 0
  239. }
  240. }
  241. },
  242. "ttl" : {
  243. "deletedDocuments" : NumberLong(0),
  244. "passes" : NumberLong(113)
  245. }
  246. },
  247. "ok" : 1
  248. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement