Advertisement
Guest User

Untitled

a guest
Sep 4th, 2014
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.91 KB | None | 0 0
  1. > db.serverStatus()
  2. {
  3. "host" : "noc.kis.ru",
  4. "version" : "2.6.4",
  5. "process" : "mongod",
  6. "pid" : NumberLong(765),
  7. "uptime" : 676,
  8. "uptimeMillis" : NumberLong(676535),
  9. "uptimeEstimate" : 614,
  10. "localTime" : ISODate("2014-09-04T20:05:23.997Z"),
  11. "asserts" : {
  12. "regular" : 0,
  13. "warning" : 0,
  14. "msg" : 0,
  15. "user" : 0,
  16. "rollovers" : 0
  17. },
  18. "backgroundFlushing" : {
  19. "flushes" : 11,
  20. "total_ms" : 2897,
  21. "average_ms" : 263.3636363636364,
  22. "last_ms" : 155,
  23. "last_finished" : ISODate("2014-09-04T20:05:07.743Z")
  24. },
  25. "connections" : {
  26. "current" : 20,
  27. "available" : 8856,
  28. "totalCreated" : NumberLong(20)
  29. },
  30. "cursors" : {
  31. "note" : "deprecated, use server status metrics",
  32. "clientCursors_size" : 0,
  33. "totalOpen" : 0,
  34. "pinned" : 0,
  35. "totalNoTimeout" : 0,
  36. "timedOut" : 0
  37. },
  38. "dur" : {
  39. "commits" : 26,
  40. "journaledMB" : 0.237568,
  41. "writeToDataFilesMB" : 0.069088,
  42. "compression" : 3.3750728096719658,
  43. "commitsInWriteLock" : 0,
  44. "earlyCommits" : 0,
  45. "timeMs" : {
  46. "dt" : 3097,
  47. "prepLogBuffer" : 0,
  48. "writeToJournal" : 249,
  49. "writeToDataFiles" : 1,
  50. "remapPrivateView" : 1
  51. }
  52. },
  53. "extra_info" : {
  54. "note" : "fields vary by platform"
  55. },
  56. "globalLock" : {
  57. "totalTime" : NumberLong(676542000),
  58. "lockTime" : NumberLong(3972547),
  59. "currentQueue" : {
  60. "total" : 0,
  61. "readers" : 0,
  62. "writers" : 0
  63. },
  64. "activeClients" : {
  65. "total" : 1,
  66. "readers" : 1,
  67. "writers" : 0
  68. }
  69. },
  70. "indexCounters" : {
  71. "accesses" : 44604,
  72. "hits" : 44604,
  73. "misses" : 0,
  74. "resets" : 0,
  75. "missRatio" : 0
  76. },
  77. "locks" : {
  78. "." : {
  79. "timeLockedMicros" : {
  80. "R" : NumberLong(95434),
  81. "W" : NumberLong(3972547)
  82. },
  83. "timeAcquiringMicros" : {
  84. "R" : NumberLong(423694),
  85. "W" : NumberLong(44678)
  86. }
  87. },
  88. "admin" : {
  89. "timeLockedMicros" : {
  90. "r" : NumberLong(29285),
  91. "w" : NumberLong(0)
  92. },
  93. "timeAcquiringMicros" : {
  94. "r" : NumberLong(521),
  95. "w" : NumberLong(0)
  96. }
  97. },
  98. "local" : {
  99. "timeLockedMicros" : {
  100. "r" : NumberLong(16345),
  101. "w" : NumberLong(49)
  102. },
  103. "timeAcquiringMicros" : {
  104. "r" : NumberLong(1444),
  105. "w" : NumberLong(2)
  106. }
  107. },
  108. "noc" : {
  109. "timeLockedMicros" : {
  110. "r" : NumberLong(28341041),
  111. "w" : NumberLong(6260005)
  112. },
  113. "timeAcquiringMicros" : {
  114. "r" : NumberLong(2248435),
  115. "w" : NumberLong(1097038)
  116. }
  117. }
  118. },
  119. "network" : {
  120. "bytesIn" : 221820799,
  121. "bytesOut" : 279027212,
  122. "numRequests" : 37696
  123. },
  124. "opcounters" : {
  125. "insert" : 1955,
  126. "query" : 29985,
  127. "update" : 3258,
  128. "delete" : 1988,
  129. "getmore" : 97,
  130. "command" : 561
  131. },
  132. "opcountersRepl" : {
  133. "insert" : 0,
  134. "query" : 0,
  135. "update" : 0,
  136. "delete" : 0,
  137. "getmore" : 0,
  138. "command" : 0
  139. },
  140. "recordStats" : {
  141. "accessesNotInMemory" : 710,
  142. "pageFaultExceptionsThrown" : 13,
  143. "admin" : {
  144. "accessesNotInMemory" : 0,
  145. "pageFaultExceptionsThrown" : 0
  146. },
  147. "local" : {
  148. "accessesNotInMemory" : 0,
  149. "pageFaultExceptionsThrown" : 0
  150. },
  151. "noc" : {
  152. "accessesNotInMemory" : 710,
  153. "pageFaultExceptionsThrown" : 13
  154. }
  155. },
  156. "writeBacksQueued" : false,
  157. "mem" : {
  158. "bits" : 64,
  159. "resident" : 163,
  160. "virtual" : 12801,
  161. "supported" : true,
  162. "mapped" : 6254,
  163. "mappedWithJournal" : 12508
  164. },
  165. "metrics" : {
  166. "cursor" : {
  167. "timedOut" : NumberLong(0),
  168. "open" : {
  169. "noTimeout" : NumberLong(0),
  170. "pinned" : NumberLong(0),
  171. "total" : NumberLong(0)
  172. }
  173. },
  174. "document" : {
  175. "deleted" : NumberLong(2059),
  176. "inserted" : NumberLong(1955),
  177. "returned" : NumberLong(63770),
  178. "updated" : NumberLong(3291)
  179. },
  180. "getLastError" : {
  181. "wtime" : {
  182. "num" : 0,
  183. "totalMillis" : 0
  184. },
  185. "wtimeouts" : NumberLong(0)
  186. },
  187. "operation" : {
  188. "fastmod" : NumberLong(340),
  189. "idhack" : NumberLong(0),
  190. "scanAndOrder" : NumberLong(0)
  191. },
  192. "queryExecutor" : {
  193. "scanned" : NumberLong(394550287),
  194. "scannedObjects" : NumberLong(10628)
  195. },
  196. "record" : {
  197. "moves" : NumberLong(313)
  198. },
  199. "repl" : {
  200. "apply" : {
  201. "batches" : {
  202. "num" : 0,
  203. "totalMillis" : 0
  204. },
  205. "ops" : NumberLong(0)
  206. },
  207. "buffer" : {
  208. "count" : NumberLong(0),
  209. "maxSizeBytes" : 268435456,
  210. "sizeBytes" : NumberLong(0)
  211. },
  212. "network" : {
  213. "bytes" : NumberLong(0),
  214. "getmores" : {
  215. "num" : 0,
  216. "totalMillis" : 0
  217. },
  218. "ops" : NumberLong(0),
  219. "readersCreated" : NumberLong(0)
  220. },
  221. "preload" : {
  222. "docs" : {
  223. "num" : 0,
  224. "totalMillis" : 0
  225. },
  226. "indexes" : {
  227. "num" : 0,
  228. "totalMillis" : 0
  229. }
  230. }
  231. },
  232. "storage" : {
  233. "freelist" : {
  234. "search" : {
  235. "bucketExhausted" : NumberLong(273),
  236. "requests" : NumberLong(3041),
  237. "scanned" : NumberLong(41047)
  238. }
  239. }
  240. },
  241. "ttl" : {
  242. "deletedDocuments" : NumberLong(0),
  243. "passes" : NumberLong(11)
  244. }
  245. },
  246. "ok" : 1
  247. }
  248. >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement