Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2016
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.77 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(3310),
  7. "uptime" : 27551,
  8. "uptimeMillis" : NumberLong(27550324),
  9. "uptimeEstimate" : 27148,
  10. "localTime" : ISODate("2016-06-23T10:47:16.177Z"),
  11. "asserts" : {
  12. "regular" : 0,
  13. "warning" : 0,
  14. "msg" : 0,
  15. "user" : 0,
  16. "rollovers" : 0
  17. },
  18. "backgroundFlushing" : {
  19. "flushes" : 459,
  20. "total_ms" : 763,
  21. "average_ms" : 1.6623093681917211,
  22. "last_ms" : 0,
  23. "last_finished" : ISODate("2016-06-23T10:47:06.160Z")
  24. },
  25. "connections" : {
  26. "current" : 8,
  27. "available" : 811,
  28. "totalCreated" : NumberLong(22)
  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" : 3008,
  47. "prepLogBuffer" : 0,
  48. "writeToJournal" : 0,
  49. "writeToDataFiles" : 0,
  50. "remapPrivateView" : 0,
  51. "commits" : 1,
  52. "commitsInWriteLock" : 0
  53. }
  54. },
  55. "extra_info" : {
  56. "note" : "fields vary by platform",
  57. "heap_usage_bytes" : 67231296,
  58. "page_faults" : 1430
  59. },
  60. "globalLock" : {
  61. "totalTime" : NumberLong("27550300000"),
  62. "currentQueue" : {
  63. "total" : 0,
  64. "readers" : 0,
  65. "writers" : 0
  66. },
  67. "activeClients" : {
  68. "total" : 16,
  69. "readers" : 0,
  70. "writers" : 0
  71. }
  72. },
  73. "locks" : {
  74. "Global" : {
  75. "acquireCount" : {
  76. "r" : NumberLong(448821),
  77. "w" : NumberLong(342),
  78. "W" : NumberLong(5)
  79. }
  80. },
  81. "MMAPV1Journal" : {
  82. "acquireCount" : {
  83. "r" : NumberLong(221896),
  84. "w" : NumberLong(682),
  85. "R" : NumberLong(822967),
  86. "W" : NumberLong(27)
  87. },
  88. "acquireWaitCount" : {
  89. "w" : NumberLong(8),
  90. "R" : NumberLong(27)
  91. },
  92. "timeAcquiringMicros" : {
  93. "w" : NumberLong(271404),
  94. "R" : NumberLong(2081483)
  95. }
  96. },
  97. "Database" : {
  98. "acquireCount" : {
  99. "r" : NumberLong(224228),
  100. "w" : NumberLong(310),
  101. "R" : NumberLong(9),
  102. "W" : NumberLong(32)
  103. }
  104. },
  105. "Collection" : {
  106. "acquireCount" : {
  107. "R" : NumberLong(234748),
  108. "W" : NumberLong(310)
  109. },
  110. "acquireWaitCount" : {
  111. "R" : NumberLong(3),
  112. "W" : NumberLong(4)
  113. },
  114. "timeAcquiringMicros" : {
  115. "R" : NumberLong(40729),
  116. "W" : NumberLong(605747)
  117. }
  118. },
  119. "Metadata" : {
  120. "acquireCount" : {
  121. "R" : NumberLong(2)
  122. }
  123. }
  124. },
  125. "network" : {
  126. "bytesIn" : NumberLong(9344309),
  127. "bytesOut" : NumberLong(124385963),
  128. "numRequests" : NumberLong(19955)
  129. },
  130. "opcounters" : {
  131. "insert" : 4,
  132. "query" : 10956,
  133. "update" : 293,
  134. "delete" : 0,
  135. "getmore" : 0,
  136. "command" : 11307
  137. },
  138. "opcountersRepl" : {
  139. "insert" : 0,
  140. "query" : 0,
  141. "update" : 0,
  142. "delete" : 0,
  143. "getmore" : 0,
  144. "command" : 0
  145. },
  146. "storageEngine" : {
  147. "name" : "mmapv1"
  148. },
  149. "writeBacksQueued" : false,
  150. "mem" : {
  151. "bits" : 64,
  152. "resident" : 856,
  153. "virtual" : 7861,
  154. "supported" : true,
  155. "mapped" : 688,
  156. "mappedWithJournal" : 1376
  157. },
  158. "metrics" : {
  159. "commands" : {
  160. "buildInfo" : {
  161. "failed" : NumberLong(0),
  162. "total" : NumberLong(5501)
  163. },
  164. "collStats" : {
  165. "failed" : NumberLong(0),
  166. "total" : NumberLong(2)
  167. },
  168. "count" : {
  169. "failed" : NumberLong(0),
  170. "total" : NumberLong(203)
  171. },
  172. "dbStats" : {
  173. "failed" : NumberLong(0),
  174. "total" : NumberLong(2)
  175. },
  176. "getLog" : {
  177. "failed" : NumberLong(0),
  178. "total" : NumberLong(2)
  179. },
  180. "getnonce" : {
  181. "failed" : NumberLong(0),
  182. "total" : NumberLong(6)
  183. },
  184. "insert" : {
  185. "failed" : NumberLong(0),
  186. "total" : NumberLong(4)
  187. },
  188. "isMaster" : {
  189. "failed" : NumberLong(0),
  190. "total" : NumberLong(5517)
  191. },
  192. "listDatabases" : {
  193. "failed" : NumberLong(0),
  194. "total" : NumberLong(2)
  195. },
  196. "ping" : {
  197. "failed" : NumberLong(0),
  198. "total" : NumberLong(18)
  199. },
  200. "replSetGetStatus" : {
  201. "failed" : NumberLong(2),
  202. "total" : NumberLong(2)
  203. },
  204. "serverStatus" : {
  205. "failed" : NumberLong(0),
  206. "total" : NumberLong(42)
  207. },
  208. "top" : {
  209. "failed" : NumberLong(0),
  210. "total" : NumberLong(8)
  211. },
  212. "update" : {
  213. "failed" : NumberLong(0),
  214. "total" : NumberLong(293)
  215. },
  216. "whatsmyuri" : {
  217. "failed" : NumberLong(0),
  218. "total" : NumberLong(2)
  219. }
  220. },
  221. "cursor" : {
  222. "timedOut" : NumberLong(0),
  223. "open" : {
  224. "noTimeout" : NumberLong(0),
  225. "pinned" : NumberLong(0),
  226. "total" : NumberLong(0)
  227. }
  228. },
  229. "document" : {
  230. "deleted" : NumberLong(0),
  231. "inserted" : NumberLong(4),
  232. "returned" : NumberLong(10350),
  233. "updated" : NumberLong(293)
  234. },
  235. "getLastError" : {
  236. "wtime" : {
  237. "num" : 0,
  238. "totalMillis" : 0
  239. },
  240. "wtimeouts" : NumberLong(0)
  241. },
  242. "operation" : {
  243. "fastmod" : NumberLong(0),
  244. "idhack" : NumberLong(643),
  245. "scanAndOrder" : NumberLong(36),
  246. "writeConflicts" : NumberLong(0)
  247. },
  248. "queryExecutor" : {
  249. "scanned" : NumberLong(4455),
  250. "scannedObjects" : NumberLong(413145)
  251. },
  252. "record" : {
  253. "moves" : NumberLong(6)
  254. },
  255. "repl" : {
  256. "apply" : {
  257. "batches" : {
  258. "num" : 0,
  259. "totalMillis" : 0
  260. },
  261. "ops" : NumberLong(0)
  262. },
  263. "buffer" : {
  264. "count" : NumberLong(0),
  265. "maxSizeBytes" : 268435456,
  266. "sizeBytes" : NumberLong(0)
  267. },
  268. "network" : {
  269. "bytes" : NumberLong(0),
  270. "getmores" : {
  271. "num" : 0,
  272. "totalMillis" : 0
  273. },
  274. "ops" : NumberLong(0),
  275. "readersCreated" : NumberLong(0)
  276. },
  277. "preload" : {
  278. "docs" : {
  279. "num" : 0,
  280. "totalMillis" : 0
  281. },
  282. "indexes" : {
  283. "num" : 0,
  284. "totalMillis" : 0
  285. }
  286. }
  287. },
  288. "storage" : {
  289. "freelist" : {
  290. "search" : {
  291. "bucketExhausted" : NumberLong(0),
  292. "requests" : NumberLong(16),
  293. "scanned" : NumberLong(0)
  294. }
  295. }
  296. },
  297. "ttl" : {
  298. "deletedDocuments" : NumberLong(0),
  299. "passes" : NumberLong(458)
  300. }
  301. },
  302. "ok" : 1
  303. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement