Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2016
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.22 KB | None | 0 0
  1. > db.serverStatus()
  2. {
  3. "host" : "ip-172-31-6-27",
  4. "version" : "3.0.12",
  5. "process" : "mongod",
  6. "pid" : NumberLong(5386),
  7. "uptime" : 1036,
  8. "uptimeMillis" : NumberLong(1036516),
  9. "uptimeEstimate" : 985,
  10. "localTime" : ISODate("2016-06-22T18:54:18.694Z"),
  11. "asserts" : {
  12. "regular" : 0,
  13. "warning" : 0,
  14. "msg" : 0,
  15. "user" : 0,
  16. "rollovers" : 0
  17. },
  18. "backgroundFlushing" : {
  19. "flushes" : 17,
  20. "total_ms" : 21,
  21. "average_ms" : 1.2352941176470589,
  22. "last_ms" : 0,
  23. "last_finished" : ISODate("2016-06-22T18:54:02.355Z")
  24. },
  25. "connections" : {
  26. "current" : 7,
  27. "available" : 812,
  28. "totalCreated" : NumberLong(9)
  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" : 90,
  40. "journaledMB" : 0,
  41. "writeToDataFilesMB" : 0,
  42. "compression" : 0,
  43. "commitsInWriteLock" : 0,
  44. "earlyCommits" : 0,
  45. "timeMs" : {
  46. "dt" : 3009,
  47. "prepLogBuffer" : 0,
  48. "writeToJournal" : 0,
  49. "writeToDataFiles" : 0,
  50. "remapPrivateView" : 0,
  51. "commits" : 2,
  52. "commitsInWriteLock" : 0
  53. }
  54. },
  55. "extra_info" : {
  56. "note" : "fields vary by platform",
  57. "heap_usage_bytes" : 66911080,
  58. "page_faults" : 6467
  59. },
  60. "globalLock" : {
  61. "totalTime" : NumberLong(1036504000),
  62. "currentQueue" : {
  63. "total" : 0,
  64. "readers" : 0,
  65. "writers" : 0
  66. },
  67. "activeClients" : {
  68. "total" : 15,
  69. "readers" : 0,
  70. "writers" : 0
  71. }
  72. },
  73. "locks" : {
  74. "Global" : {
  75. "acquireCount" : {
  76. "r" : NumberLong(21521),
  77. "w" : NumberLong(40),
  78. "W" : NumberLong(5)
  79. }
  80. },
  81. "MMAPV1Journal" : {
  82. "acquireCount" : {
  83. "r" : NumberLong(9589),
  84. "w" : NumberLong(89),
  85. "R" : NumberLong(29872)
  86. },
  87. "acquireWaitCount" : {
  88. "w" : NumberLong(1),
  89. "R" : NumberLong(8)
  90. },
  91. "timeAcquiringMicros" : {
  92. "w" : NumberLong(26),
  93. "R" : NumberLong(3992758)
  94. }
  95. },
  96. "Database" : {
  97. "acquireCount" : {
  98. "r" : NumberLong(10730),
  99. "w" : NumberLong(8),
  100. "R" : NumberLong(8),
  101. "W" : NumberLong(32)
  102. }
  103. },
  104. "Collection" : {
  105. "acquireCount" : {
  106. "R" : NumberLong(11098),
  107. "W" : NumberLong(8)
  108. }
  109. },
  110. "Metadata" : {
  111. "acquireCount" : {
  112. "R" : NumberLong(1)
  113. }
  114. }
  115. },
  116. "network" : {
  117. "bytesIn" : NumberLong(154679),
  118. "bytesOut" : NumberLong(4015509),
  119. "numRequests" : NumberLong(928)
  120. },
  121. "opcounters" : {
  122. "insert" : 0,
  123. "query" : 1787,
  124. "update" : 8,
  125. "delete" : 0,
  126. "getmore" : 0,
  127. "command" : 439
  128. },
  129. "opcountersRepl" : {
  130. "insert" : 0,
  131. "query" : 0,
  132. "update" : 0,
  133. "delete" : 0,
  134. "getmore" : 0,
  135. "command" : 0
  136. },
  137. "storageEngine" : {
  138. "name" : "mmapv1"
  139. },
  140. "writeBacksQueued" : false,
  141. "mem" : {
  142. "bits" : 64,
  143. "resident" : 872,
  144. "virtual" : 7926,
  145. "supported" : true,
  146. "mapped" : 688,
  147. "mappedWithJournal" : 1376
  148. },
  149. "metrics" : {
  150. "commands" : {
  151. "buildInfo" : {
  152. "failed" : NumberLong(0),
  153. "total" : NumberLong(200)
  154. },
  155. "count" : {
  156. "failed" : NumberLong(0),
  157. "total" : NumberLong(23)
  158. },
  159. "dbStats" : {
  160. "failed" : NumberLong(0),
  161. "total" : NumberLong(1)
  162. },
  163. "getLog" : {
  164. "failed" : NumberLong(0),
  165. "total" : NumberLong(2)
  166. },
  167. "isMaster" : {
  168. "failed" : NumberLong(0),
  169. "total" : NumberLong(207)
  170. },
  171. "replSetGetStatus" : {
  172. "failed" : NumberLong(2),
  173. "total" : NumberLong(2)
  174. },
  175. "serverStatus" : {
  176. "failed" : NumberLong(0),
  177. "total" : NumberLong(2)
  178. },
  179. "update" : {
  180. "failed" : NumberLong(0),
  181. "total" : NumberLong(8)
  182. },
  183. "whatsmyuri" : {
  184. "failed" : NumberLong(0),
  185. "total" : NumberLong(2)
  186. }
  187. },
  188. "cursor" : {
  189. "timedOut" : NumberLong(0),
  190. "open" : {
  191. "noTimeout" : NumberLong(0),
  192. "pinned" : NumberLong(0),
  193. "total" : NumberLong(0)
  194. }
  195. },
  196. "document" : {
  197. "deleted" : NumberLong(0),
  198. "inserted" : NumberLong(0),
  199. "returned" : NumberLong(628),
  200. "updated" : NumberLong(8)
  201. },
  202. "getLastError" : {
  203. "wtime" : {
  204. "num" : 0,
  205. "totalMillis" : 0
  206. },
  207. "wtimeouts" : NumberLong(0)
  208. },
  209. "operation" : {
  210. "fastmod" : NumberLong(0),
  211. "idhack" : NumberLong(27),
  212. "scanAndOrder" : NumberLong(19),
  213. "writeConflicts" : NumberLong(0)
  214. },
  215. "queryExecutor" : {
  216. "scanned" : NumberLong(610),
  217. "scannedObjects" : NumberLong(73301)
  218. },
  219. "record" : {
  220. "moves" : NumberLong(0)
  221. },
  222. "repl" : {
  223. "apply" : {
  224. "batches" : {
  225. "num" : 0,
  226. "totalMillis" : 0
  227. },
  228. "ops" : NumberLong(0)
  229. },
  230. "buffer" : {
  231. "count" : NumberLong(0),
  232. "maxSizeBytes" : 268435456,
  233. "sizeBytes" : NumberLong(0)
  234. },
  235. "network" : {
  236. "bytes" : NumberLong(0),
  237. "getmores" : {
  238. "num" : 0,
  239. "totalMillis" : 0
  240. },
  241. "ops" : NumberLong(0),
  242. "readersCreated" : NumberLong(0)
  243. },
  244. "preload" : {
  245. "docs" : {
  246. "num" : 0,
  247. "totalMillis" : 0
  248. },
  249. "indexes" : {
  250. "num" : 0,
  251. "totalMillis" : 0
  252. }
  253. }
  254. },
  255. "storage" : {
  256. "freelist" : {
  257. "search" : {
  258. "bucketExhausted" : NumberLong(0),
  259. "requests" : NumberLong(0),
  260. "scanned" : NumberLong(0)
  261. }
  262. }
  263. },
  264. "ttl" : {
  265. "deletedDocuments" : NumberLong(0),
  266. "passes" : NumberLong(16)
  267. }
  268. },
  269. "ok" : 1
  270. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement