t-readyroc

db.serverStatus()

Mar 8th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.09 KB | None | 0 0
  1. {
  2. "host" : "mongo1.x.com",
  3. "version" : "3.6.2",
  4. "process" : "mongod",
  5. "pid" : NumberLong(19897),
  6. "uptime" : 251082,
  7. "uptimeMillis" : NumberLong(251082753),
  8. "uptimeEstimate" : NumberLong(251082),
  9. "localTime" : ISODate("2018-03-08T13:02:45.893Z"),
  10. "asserts" : {
  11. "regular" : 0,
  12. "warning" : 0,
  13. "msg" : 0,
  14. "user" : 8,
  15. "rollovers" : 0
  16. },
  17. "connections" : {
  18. "current" : 24,
  19. "available" : 51176,
  20. "totalCreated" : 10949
  21. },
  22. "extra_info" : {
  23. "note" : "fields vary by platform",
  24. "page_faults" : 1440
  25. },
  26. "globalLock" : {
  27. "totalTime" : NumberLong("251082738000"),
  28. "currentQueue" : {
  29. "total" : 0,
  30. "readers" : 0,
  31. "writers" : 0
  32. },
  33. "activeClients" : {
  34. "total" : 47,
  35. "readers" : 1,
  36. "writers" : 0
  37. }
  38. },
  39. "locks" : {
  40. "Global" : {
  41. "acquireCount" : {
  42. "r" : NumberLong(16200490),
  43. "w" : NumberLong(309143),
  44. "W" : NumberLong(8)
  45. },
  46. "acquireWaitCount" : {
  47. "r" : NumberLong(1)
  48. },
  49. "timeAcquiringMicros" : {
  50. "r" : NumberLong(1158)
  51. }
  52. },
  53. "Database" : {
  54. "acquireCount" : {
  55. "r" : NumberLong(7912182),
  56. "w" : NumberLong(283160),
  57. "R" : NumberLong(25119),
  58. "W" : NumberLong(878)
  59. },
  60. "acquireWaitCount" : {
  61. "w" : NumberLong(1)
  62. },
  63. "timeAcquiringMicros" : {
  64. "w" : NumberLong(85)
  65. }
  66. },
  67. "Collection" : {
  68. "acquireCount" : {
  69. "r" : NumberLong(6991299),
  70. "w" : NumberLong(85499)
  71. }
  72. },
  73. "oplog" : {
  74. "acquireCount" : {
  75. "r" : NumberLong(895463),
  76. "w" : NumberLong(197661)
  77. }
  78. }
  79. },
  80. "logicalSessionRecordCache" : {
  81. "activeSessionsCount" : 16,
  82. "sessionsCollectionJobCount" : 836,
  83. "lastSessionsCollectionJobDurationMillis" : 0,
  84. "lastSessionsCollectionJobTimestamp" : ISODate("2018-03-08T12:58:08.802Z"),
  85. "lastSessionsCollectionJobEntriesRefreshed" : 20,
  86. "lastSessionsCollectionJobEntriesEnded" : 0,
  87. "lastSessionsCollectionJobCursorsClosed" : 0,
  88. "transactionReaperJobCount" : 836,
  89. "lastTransactionReaperJobDurationMillis" : 0,
  90. "lastTransactionReaperJobTimestamp" : ISODate("2018-03-08T12:58:10.684Z"),
  91. "lastTransactionReaperJobEntriesCleanedUp" : 0
  92. },
  93. "network" : {
  94. "bytesIn" : NumberLong(383556211),
  95. "bytesOut" : NumberLong("4182908251743"),
  96. "physicalBytesIn" : NumberLong(313919157),
  97. "physicalBytesOut" : NumberLong("4182749308354"),
  98. "numRequests" : NumberLong(1254234),
  99. "compression" : {
  100. "snappy" : {
  101. "compressor" : {
  102. "bytesIn" : NumberLong(466331500),
  103. "bytesOut" : NumberLong(299046175)
  104. },
  105. "decompressor" : {
  106. "bytesIn" : NumberLong(293731210),
  107. "bytesOut" : NumberLong(414561001)
  108. }
  109. }
  110. },
  111. "serviceExecutorTaskStats" : {
  112. "executor" : "passthrough",
  113. "threadsRunning" : 24
  114. }
  115. },
  116. "opLatencies" : {
  117. "reads" : {
  118. "latency" : NumberLong("52169531971"),
  119. "ops" : NumberLong(629522)
  120. },
  121. "writes" : {
  122. "latency" : NumberLong(16892790),
  123. "ops" : NumberLong(67)
  124. },
  125. "commands" : {
  126. "latency" : NumberLong(47448794),
  127. "ops" : NumberLong(624641)
  128. }
  129. },
  130. "opcounters" : {
  131. "insert" : 8,
  132. "query" : 198622,
  133. "update" : 77458,
  134. "delete" : 1,
  135. "getmore" : 425486,
  136. "command" : 631851
  137. },
  138. "opcountersRepl" : {
  139. "insert" : 0,
  140. "query" : 0,
  141. "update" : 0,
  142. "delete" : 0,
  143. "getmore" : 0,
  144. "command" : 0
  145. },
  146. "repl" : {
  147. "hosts" : [
  148. "mongo2.x.com:27017",
  149. "mongo3.x.com:27017",
  150. "mongo1.x.com:27017"
  151. ],
  152. "setName" : "x",
  153. "setVersion" : 6,
  154. "ismaster" : true,
  155. "secondary" : false,
  156. "primary" : "mongo1.x.com:27017",
  157. "me" : "mongo1.x.com:27017",
  158. "electionId" : ObjectId("7fffffff0000000000000043"),
  159. "lastWrite" : {
  160. "opTime" : {
  161. "ts" : Timestamp(1520514156, 1),
  162. "t" : NumberLong(67)
  163. },
  164. "lastWriteDate" : ISODate("2018-03-08T13:02:36Z"),
  165. "majorityOpTime" : {
  166. "ts" : Timestamp(1520514156, 1),
  167. "t" : NumberLong(67)
  168. },
  169. "majorityWriteDate" : ISODate("2018-03-08T13:02:36Z")
  170. },
  171. "rbid" : 1
  172. },
  173. "storageEngine" : {
  174. "name" : "wiredTiger",
  175. "supportsCommittedReads" : true,
  176. "readOnly" : false,
  177. "persistent" : true
  178. },
  179. "tcmalloc" : {
  180. "generic" : {
  181. "current_allocated_bytes" : NumberLong("25521369272"),
  182. "heap_size" : NumberLong("29123104768")
  183. },
  184. "tcmalloc" : {
  185. "pageheap_free_bytes" : 550866944,
  186. "pageheap_unmapped_bytes" : NumberLong("2875686912"),
  187. "max_total_thread_cache_bytes" : NumberLong(1073741824),
  188. "current_total_thread_cache_bytes" : 78215504,
  189. "total_free_bytes" : 175181640,
  190. "central_cache_free_bytes" : 96909016,
  191. "transfer_cache_free_bytes" : 57120,
  192. "thread_cache_free_bytes" : 78215504,
  193. "aggressive_memory_decommit" : 0,
  194. "pageheap_committed_bytes" : NumberLong("26247417856"),
  195. "pageheap_scavenge_count" : 93386,
  196. "pageheap_commit_count" : 595937,
  197. "pageheap_total_commit_bytes" : NumberLong("66716221440"),
  198. "pageheap_decommit_count" : 93386,
  199. "pageheap_total_decommit_bytes" : NumberLong("40468803584"),
  200. "pageheap_reserve_count" : 7232,
  201. "pageheap_total_reserve_bytes" : NumberLong("29123104768"),
  202. "formattedString" : "------------------------------------------------\nMALLOC: 25521369848 (24339.1 MiB) Bytes in use by application\nMALLOC: + 550866944 ( 525.3 MiB) Bytes in page heap freelist\nMALLOC: + 96909016 ( 92.4 MiB) Bytes in central cache freelist\nMALLOC: + 57120 ( 0.1 MiB) Bytes in transfer cache freelist\nMALLOC: + 78214928 ( 74.6 MiB) Bytes in thread cache freelists\nMALLOC: + 132505856 ( 126.4 MiB) Bytes in malloc metadata\nMALLOC: ------------\nMALLOC: = 26379923712 (25157.9 MiB) Actual memory used (physical + swap)\nMALLOC: + 2875686912 ( 2742.5 MiB) Bytes released to OS (aka unmapped)\nMALLOC: ------------\nMALLOC: = 29255610624 (27900.3 MiB) Virtual address space used\nMALLOC:\nMALLOC: 1362975 Spans in use\nMALLOC: 91 Thread heaps in use\nMALLOC: 4096 Tcmalloc page size\n------------------------------------------------\nCall ReleaseFreeMemory() to release freelist memory to the OS (via madvise()).\nBytes released to the OS take up virtual address space but no physical memory.\n"
  203. }
  204. },
  205. "wiredTiger" : {
  206. "uri" : "statistics:",
  207. "LSM" : {
  208. "application work units currently queued" : 0,
  209. "merge work units currently queued" : 0,
  210. "rows merged in an LSM tree" : 0,
  211. "sleep for LSM checkpoint throttle" : 0,
  212. "sleep for LSM merge throttle" : 0,
  213. "switch work units currently queued" : 0,
  214. "tree maintenance operations discarded" : 0,
  215. "tree maintenance operations executed" : 0,
  216. "tree maintenance operations scheduled" : 0,
  217. "tree queue hit maximum" : 0
  218. },
  219. "async" : {
  220. "current work queue length" : 0,
  221. "maximum work queue length" : 0,
  222. "number of allocation state races" : 0,
  223. "number of flush calls" : 0,
  224. "number of operation slots viewed for allocation" : 0,
  225. "number of times operation allocation failed" : 0,
  226. "number of times worker found no work" : 0,
  227. "total allocations" : 0,
  228. "total compact calls" : 0,
  229. "total insert calls" : 0,
  230. "total remove calls" : 0,
  231. "total search calls" : 0,
  232. "total update calls" : 0
  233. },
  234. "block-manager" : {
  235. "blocks pre-loaded" : 1805,
  236. "blocks read" : 193096509,
  237. "blocks written" : 111727,
  238. "bytes read" : 884173705216,
  239. "bytes written" : 881020928,
  240. "bytes written for checkpoint" : 881020928,
  241. "mapped blocks read" : 0,
  242. "mapped bytes read" : 0
  243. },
  244. "cache" : {
  245. "application threads page read from disk to cache count" : 193082784,
  246. "application threads page read from disk to cache time (usecs)" : 50521973210,
  247. "application threads page write from cache to disk count" : 81166,
  248. "application threads page write from cache to disk time (usecs)" : 3947976,
  249. "bytes belonging to page images in the cache" : 23099532645,
  250. "bytes belonging to the lookaside table in the cache" : 173,
  251. "bytes currently in the cache" : 25345960285,
  252. "bytes not belonging to page images in the cache" : 2246427640,
  253. "bytes read into cache" : NumberLong("4404344727175"),
  254. "bytes written from cache" : 836682928,
  255. "checkpoint blocked page eviction" : 0,
  256. "eviction calls to get a page" : 194382681,
  257. "eviction calls to get a page found queue empty" : 365377,
  258. "eviction calls to get a page found queue empty after locking" : 2399668,
  259. "eviction currently operating in aggressive mode" : 0,
  260. "eviction empty score" : 0,
  261. "eviction passes of a file" : 2645876,
  262. "eviction server candidate queue empty when topping up" : 939354,
  263. "eviction server candidate queue not empty when topping up" : 1475476,
  264. "eviction server evicting pages" : 0,
  265. "eviction server slept, because we did not make progress with eviction" : 3881936,
  266. "eviction server unable to reach eviction goal" : 0,
  267. "eviction state" : 32,
  268. "eviction walk target pages histogram - 0-9" : 24470,
  269. "eviction walk target pages histogram - 10-31" : 148039,
  270. "eviction walk target pages histogram - 128 and higher" : 0,
  271. "eviction walk target pages histogram - 32-63" : 75571,
  272. "eviction walk target pages histogram - 64-128" : 2397796,
  273. "eviction walks abandoned" : 118871,
  274. "eviction walks gave up because they restarted their walk twice" : 34696,
  275. "eviction walks gave up because they saw too many pages and found no candidates" : 26318,
  276. "eviction walks gave up because they saw too many pages and found too few candidates" : 9287,
  277. "eviction walks reached end of tree" : 181731,
  278. "eviction walks started from root of tree" : 163945,
  279. "eviction walks started from saved location in tree" : 2481931,
  280. "eviction worker thread active" : 4,
  281. "eviction worker thread created" : 0,
  282. "eviction worker thread evicting pages" : 191767995,
  283. "eviction worker thread removed" : 0,
  284. "eviction worker thread stable number" : 0,
  285. "failed eviction of pages that exceeded the in-memory maximum count" : 1642,
  286. "failed eviction of pages that exceeded the in-memory maximum time (usecs)" : 1042,
  287. "files with active eviction walks" : 0,
  288. "files with new eviction walks started" : 147035,
  289. "force re-tuning of eviction workers once in a while" : 0,
  290. "hazard pointer blocked page eviction" : 7920,
  291. "hazard pointer check calls" : 191667845,
  292. "hazard pointer check entries walked" : 734454098,
  293. "hazard pointer maximum array length" : 2,
  294. "in-memory page passed criteria to be split" : 16,
  295. "in-memory page splits" : 8,
  296. "internal pages evicted" : 1422813,
  297. "internal pages split during eviction" : 0,
  298. "leaf pages split during eviction" : 18,
  299. "lookaside score" : 0,
  300. "lookaside table entries" : 0,
  301. "lookaside table insert calls" : 0,
  302. "lookaside table remove calls" : 0,
  303. "maximum bytes configured" : 31657558016,
  304. "maximum page size at eviction" : 28249,
  305. "modified pages evicted" : 30203,
  306. "modified pages evicted by application threads" : 0,
  307. "overflow pages read into cache" : 0,
  308. "page split during eviction deepened the tree" : 0,
  309. "page written requiring lookaside records" : 0,
  310. "pages currently held in the cache" : 1218449,
  311. "pages evicted because they exceeded the in-memory maximum count" : 8,
  312. "pages evicted because they exceeded the in-memory maximum time (usecs)" : 5255,
  313. "pages evicted because they had chains of deleted items count" : 22450,
  314. "pages evicted because they had chains of deleted items time (usecs)" : 74341,
  315. "pages evicted by application threads" : 0,
  316. "pages queued for eviction" : 241463829,
  317. "pages queued for urgent eviction" : 99,
  318. "pages queued for urgent eviction during walk" : 1,
  319. "pages read into cache" : 193082474,
  320. "pages read into cache requiring lookaside entries" : 0,
  321. "pages requested from the cache" : 220069919,
  322. "pages seen by eviction walk" : 293145625,
  323. "pages selected for eviction unable to be evicted" : 11301,
  324. "pages walked for eviction" : 5797049689,
  325. "pages written from cache" : 81167,
  326. "pages written requiring in-memory restoration" : 0,
  327. "percentage overhead" : 8,
  328. "tracked bytes belonging to internal pages in the cache" : 2675052535,
  329. "tracked bytes belonging to leaf pages in the cache" : 22670907750,
  330. "tracked dirty bytes in the cache" : 1418333,
  331. "tracked dirty pages in the cache" : 1,
  332. "unmodified pages evicted" : 191361786
  333. },
  334. "connection" : {
  335. "auto adjusting condition resets" : 41993,
  336. "auto adjusting condition wait calls" : 1576693,
  337. "detected system time went backwards" : 0,
  338. "files currently open" : 73,
  339. "memory allocations" : 626509004,
  340. "memory frees" : 565283821,
  341. "memory re-allocations" : 4208446,
  342. "pthread mutex condition wait calls" : 9905648,
  343. "pthread mutex shared lock read-lock calls" : 17803408,
  344. "pthread mutex shared lock write-lock calls" : 1986297,
  345. "total fsync I/Os" : 74868,
  346. "total read I/Os" : 193109624,
  347. "total write I/Os" : 167150
  348. },
  349. "cursor" : {
  350. "cursor create calls" : 1375,
  351. "cursor insert calls" : 482873,
  352. "cursor modify calls" : 37,
  353. "cursor next calls" : 351673103,
  354. "cursor prev calls" : 138229,
  355. "cursor remove calls" : 250552,
  356. "cursor reserve calls" : 0,
  357. "cursor reset calls" : 10031221,
  358. "cursor restarted searches" : 0,
  359. "cursor search calls" : 5443363,
  360. "cursor search near calls" : 4611248,
  361. "cursor update calls" : 0,
  362. "truncate calls" : 1
  363. },
  364. "data-handle" : {
  365. "connection data handles currently active" : 138,
  366. "connection sweep candidate became referenced" : 0,
  367. "connection sweep dhandles closed" : 0,
  368. "connection sweep dhandles removed from hash list" : 11096,
  369. "connection sweep time-of-death sets" : 11255,
  370. "connection sweeps" : 25107,
  371. "session dhandles swept" : 50838,
  372. "session sweep attempts" : 4461
  373. },
  374. "lock" : {
  375. "checkpoint lock acquisitions" : 4184,
  376. "checkpoint lock application thread wait time (usecs)" : 51,
  377. "checkpoint lock internal thread wait time (usecs)" : 0,
  378. "dhandle lock application thread time waiting for the dhandle lock (usecs)" : 36,
  379. "dhandle lock internal thread time waiting for the dhandle lock (usecs)" : 56,
  380. "dhandle read lock acquisitions" : 9125775,
  381. "dhandle write lock acquisitions" : 22330,
  382. "metadata lock acquisitions" : 4184,
  383. "metadata lock application thread wait time (usecs)" : 86,
  384. "metadata lock internal thread wait time (usecs)" : 0,
  385. "schema lock acquisitions" : 4325,
  386. "schema lock application thread wait time (usecs)" : 3205,
  387. "schema lock internal thread wait time (usecs)" : 0,
  388. "table lock application thread time waiting for the table lock (usecs)" : 0,
  389. "table lock internal thread time waiting for the table lock (usecs)" : 0,
  390. "table read lock acquisitions" : 4184,
  391. "table write lock acquisitions" : 70
  392. },
  393. "log" : {
  394. "busy returns attempting to switch slots" : 75,
  395. "force checkpoint calls slept" : 0,
  396. "log bytes of payload data" : 121048765,
  397. "log bytes written" : 130952320,
  398. "log files manually zero-filled" : 0,
  399. "log flush operations" : 2549623,
  400. "log force write operations" : 2822283,
  401. "log force write operations skipped" : 2775236,
  402. "log records compressed" : 100328,
  403. "log records not compressed" : 101787,
  404. "log records too small to compress" : 12289,
  405. "log release advances write LSN" : 4186,
  406. "log scan operations" : 6,
  407. "log scan records requiring two reads" : 0,
  408. "log server thread advances write LSN" : 47046,
  409. "log server thread write LSN walk skipped" : 220721,
  410. "log sync operations" : 51206,
  411. "log sync time duration (usecs)" : 44780549,
  412. "log sync_dir operations" : 2,
  413. "log sync_dir time duration (usecs)" : 4,
  414. "log write operations" : 214404,
  415. "logging bytes consolidated" : 130951552,
  416. "maximum log file size" : 104857600,
  417. "number of pre-allocated log files to create" : 2,
  418. "pre-allocated log files not ready and missed" : 1,
  419. "pre-allocated log files prepared" : 3,
  420. "pre-allocated log files used" : 1,
  421. "records processed by log scan" : 13,
  422. "slot close lost race" : 0,
  423. "slot close unbuffered waits" : 0,
  424. "slot closures" : 51232,
  425. "slot join atomic update races" : 7,
  426. "slot join calls atomic updates raced" : 7,
  427. "slot join calls did not yield" : 214364,
  428. "slot join calls found active slot closed" : 33,
  429. "slot join calls slept" : 0,
  430. "slot join calls yielded" : 40,
  431. "slot join found active slot closed" : 936,
  432. "slot joins yield time (usecs)" : 485,
  433. "slot transitions unable to find free slot" : 0,
  434. "slot unbuffered writes" : 0,
  435. "total in-memory size of compressed records" : 479769640,
  436. "total log buffer size" : 33554432,
  437. "total size of compressed records" : 90555297,
  438. "written slots coalesced" : 0,
  439. "yields waiting for previous log file close" : 0
  440. },
  441. "reconciliation" : {
  442. "fast-path pages deleted" : 11318,
  443. "page reconciliation calls" : 76302,
  444. "page reconciliation calls for eviction" : 98,
  445. "pages deleted" : 107,
  446. "split bytes currently awaiting free" : 28920,
  447. "split objects currently awaiting free" : 18
  448. },
  449. "session" : {
  450. "open cursor count" : 180,
  451. "open session count" : 28,
  452. "table alter failed calls" : 0,
  453. "table alter successful calls" : 0,
  454. "table alter unchanged and skipped" : 0,
  455. "table compact failed calls" : 0,
  456. "table compact successful calls" : 0,
  457. "table create failed calls" : 0,
  458. "table create successful calls" : 1,
  459. "table drop failed calls" : 0,
  460. "table drop successful calls" : 0,
  461. "table rebalance failed calls" : 0,
  462. "table rebalance successful calls" : 0,
  463. "table rename failed calls" : 0,
  464. "table rename successful calls" : 0,
  465. "table salvage failed calls" : 0,
  466. "table salvage successful calls" : 0,
  467. "table truncate failed calls" : 0,
  468. "table truncate successful calls" : 1,
  469. "table verify failed calls" : 0,
  470. "table verify successful calls" : 0
  471. },
  472. "thread-state" : {
  473. "active filesystem fsync calls" : 0,
  474. "active filesystem read calls" : 1,
  475. "active filesystem write calls" : 0
  476. },
  477. "thread-yield" : {
  478. "application thread time evicting (usecs)" : 0,
  479. "application thread time waiting for cache (usecs)" : 0,
  480. "connection close blocked waiting for transaction state stabilization" : 0,
  481. "connection close yielded for lsm manager shutdown" : 0,
  482. "data handle lock yielded" : 47660,
  483. "get reference for page index and slot time sleeping (usecs)" : 0,
  484. "log server sync yielded for log write" : 0,
  485. "page acquire busy blocked" : 236,
  486. "page acquire eviction blocked" : 0,
  487. "page acquire locked blocked" : 14,
  488. "page acquire read blocked" : 4969,
  489. "page acquire time sleeping (usecs)" : 1170300,
  490. "page delete rollback time sleeping for state change (usecs)" : 0,
  491. "page reconciliation yielded due to child modification" : 0,
  492. "tree descend one level yielded for split page index update" : 0
  493. },
  494. "transaction" : {
  495. "number of named snapshots created" : 0,
  496. "number of named snapshots dropped" : 0,
  497. "transaction begins" : 5882854,
  498. "transaction checkpoint currently running" : 0,
  499. "transaction checkpoint generation" : 4185,
  500. "transaction checkpoint max time (msecs)" : 9594,
  501. "transaction checkpoint min time (msecs)" : 3,
  502. "transaction checkpoint most recent time (msecs)" : 17,
  503. "transaction checkpoint scrub dirty target" : 0,
  504. "transaction checkpoint scrub time (msecs)" : 0,
  505. "transaction checkpoint total time (msecs)" : 61650,
  506. "transaction checkpoints" : 4184,
  507. "transaction checkpoints skipped because database was clean" : 0,
  508. "transaction failures due to cache overflow" : 0,
  509. "transaction fsync calls for checkpoint after allocating the transaction ID" : 4184,
  510. "transaction fsync duration for checkpoint after allocating the transaction ID (usecs)" : 6290,
  511. "transaction range of IDs currently pinned" : 0,
  512. "transaction range of IDs currently pinned by a checkpoint" : 0,
  513. "transaction range of IDs currently pinned by named snapshots" : 0,
  514. "transaction range of timestamps currently pinned" : 42949672960,
  515. "transaction range of timestamps pinned by the oldest timestamp" : 42949672960,
  516. "transaction sync calls" : 0,
  517. "transactions commit timestamp queue inserts to head" : 197638,
  518. "transactions commit timestamp queue inserts total" : 197657,
  519. "transactions commit timestamp queue length" : 0,
  520. "transactions committed" : 201849,
  521. "transactions read timestamp queue inserts to head" : 450841,
  522. "transactions read timestamp queue inserts total" : 575761,
  523. "transactions read timestamp queue length" : 0,
  524. "transactions rolled back" : 5678224,
  525. "update conflicts" : 0
  526. },
  527. "concurrentTransactions" : {
  528. "write" : {
  529. "out" : 0,
  530. "available" : 128,
  531. "totalTickets" : 128
  532. },
  533. "read" : {
  534. "out" : 2,
  535. "available" : 126,
  536. "totalTickets" : 128
  537. }
  538. }
  539. },
  540. "mem" : {
  541. "bits" : 64,
  542. "resident" : 25041,
  543. "virtual" : 29230,
  544. "supported" : true,
  545. "mapped" : 0,
  546. "mappedWithJournal" : 0
  547. },
  548. "metrics" : {
  549. "commands" : {
  550. "aggregate" : {
  551. "failed" : NumberLong(0),
  552. "total" : NumberLong(1843)
  553. },
  554. "buildInfo" : {
  555. "failed" : NumberLong(0),
  556. "total" : NumberLong(4215)
  557. },
  558. "count" : {
  559. "failed" : NumberLong(0),
  560. "total" : NumberLong(4482)
  561. },
  562. "create" : {
  563. "failed" : NumberLong(1),
  564. "total" : NumberLong(1)
  565. },
  566. "createIndexes" : {
  567. "failed" : NumberLong(0),
  568. "total" : NumberLong(836)
  569. },
  570. "dbStats" : {
  571. "failed" : NumberLong(0),
  572. "total" : NumberLong(25105)
  573. },
  574. "delete" : {
  575. "failed" : NumberLong(0),
  576. "total" : NumberLong(1)
  577. },
  578. "find" : {
  579. "failed" : NumberLong(2),
  580. "total" : NumberLong(198622)
  581. },
  582. "findAndModify" : {
  583. "failed" : NumberLong(0),
  584. "total" : NumberLong(53)
  585. },
  586. "getLastError" : {
  587. "failed" : NumberLong(0),
  588. "total" : NumberLong(11)
  589. },
  590. "getLog" : {
  591. "failed" : NumberLong(0),
  592. "total" : NumberLong(8)
  593. },
  594. "getMore" : {
  595. "failed" : NumberLong(0),
  596. "total" : NumberLong(425486)
  597. },
  598. "getnonce" : {
  599. "failed" : NumberLong(0),
  600. "total" : NumberLong(14)
  601. },
  602. "insert" : {
  603. "failed" : NumberLong(0),
  604. "total" : NumberLong(8)
  605. },
  606. "isMaster" : {
  607. "failed" : NumberLong(0),
  608. "total" : NumberLong(97230)
  609. },
  610. "killCursors" : {
  611. "failed" : NumberLong(0),
  612. "total" : NumberLong(7)
  613. },
  614. "listCollections" : {
  615. "failed" : NumberLong(0),
  616. "total" : NumberLong(8)
  617. },
  618. "listDatabases" : {
  619. "failed" : NumberLong(0),
  620. "total" : NumberLong(4184)
  621. },
  622. "logout" : {
  623. "failed" : NumberLong(0),
  624. "total" : NumberLong(5)
  625. },
  626. "ping" : {
  627. "failed" : NumberLong(0),
  628. "total" : NumberLong(12815)
  629. },
  630. "refreshSessionsInternal" : {
  631. "failed" : NumberLong(0),
  632. "total" : NumberLong(1)
  633. },
  634. "replSetGetRBID" : {
  635. "failed" : NumberLong(0),
  636. "total" : NumberLong(2)
  637. },
  638. "replSetGetStatus" : {
  639. "failed" : NumberLong(0),
  640. "total" : NumberLong(4302)
  641. },
  642. "replSetHeartbeat" : {
  643. "failed" : NumberLong(0),
  644. "total" : NumberLong(250979)
  645. },
  646. "replSetUpdatePosition" : {
  647. "failed" : NumberLong(0),
  648. "total" : NumberLong(188730)
  649. },
  650. "saslContinue" : {
  651. "failed" : NumberLong(0),
  652. "total" : NumberLong(21880)
  653. },
  654. "saslStart" : {
  655. "failed" : NumberLong(0),
  656. "total" : NumberLong(10940)
  657. },
  658. "serverStatus" : {
  659. "failed" : NumberLong(0),
  660. "total" : NumberLong(4188)
  661. },
  662. "update" : {
  663. "failed" : NumberLong(0),
  664. "total" : NumberLong(841)
  665. },
  666. "usersInfo" : {
  667. "failed" : NumberLong(0),
  668. "total" : NumberLong(2)
  669. },
  670. "whatsmyuri" : {
  671. "failed" : NumberLong(0),
  672. "total" : NumberLong(10)
  673. }
  674. },
  675. "cursor" : {
  676. "timedOut" : NumberLong(3),
  677. "open" : {
  678. "noTimeout" : NumberLong(0),
  679. "pinned" : NumberLong(3),
  680. "total" : NumberLong(3)
  681. }
  682. },
  683. "document" : {
  684. "deleted" : NumberLong(1),
  685. "inserted" : NumberLong(8),
  686. "returned" : NumberLong(290544101),
  687. "updated" : NumberLong(18719)
  688. },
  689. "getLastError" : {
  690. "wtime" : {
  691. "num" : 0,
  692. "totalMillis" : 0
  693. },
  694. "wtimeouts" : NumberLong(0)
  695. },
  696. "operation" : {
  697. "scanAndOrder" : NumberLong(2004),
  698. "writeConflicts" : NumberLong(2)
  699. },
  700. "queryExecutor" : {
  701. "scanned" : NumberLong(1387276),
  702. "scannedObjects" : NumberLong(350499337)
  703. },
  704. "record" : {
  705. "moves" : NumberLong(0)
  706. },
  707. "repl" : {
  708. "executor" : {
  709. "pool" : {
  710. "inProgressCount" : 0
  711. },
  712. "queues" : {
  713. "networkInProgress" : 0,
  714. "sleepers" : 3
  715. },
  716. "unsignaledEvents" : 0,
  717. "shuttingDown" : false,
  718. "networkInterface" : "\nNetworkInterfaceASIO Operations' Diagnostic:\nOperation: Count: \nConnecting 0 \nIn Progress 0 \nSucceeded 250985 \nCanceled 2 \nFailed 0 \nTimed Out 0 \n\n"
  719. },
  720. "apply" : {
  721. "attemptsToBecomeSecondary" : NumberLong(1),
  722. "batches" : {
  723. "num" : 1,
  724. "totalMillis" : 0
  725. },
  726. "ops" : NumberLong(0)
  727. },
  728. "buffer" : {
  729. "count" : NumberLong(0),
  730. "maxSizeBytes" : NumberLong(268435456),
  731. "sizeBytes" : NumberLong(0)
  732. },
  733. "initialSync" : {
  734. "completed" : NumberLong(0),
  735. "failedAttempts" : NumberLong(0),
  736. "failures" : NumberLong(0)
  737. },
  738. "network" : {
  739. "bytes" : NumberLong(658),
  740. "getmores" : {
  741. "num" : 1,
  742. "totalMillis" : 17
  743. },
  744. "ops" : NumberLong(6),
  745. "readersCreated" : NumberLong(1)
  746. },
  747. "preload" : {
  748. "docs" : {
  749. "num" : 0,
  750. "totalMillis" : 0
  751. },
  752. "indexes" : {
  753. "num" : 0,
  754. "totalMillis" : 0
  755. }
  756. }
  757. },
  758. "storage" : {
  759. "freelist" : {
  760. "search" : {
  761. "bucketExhausted" : NumberLong(0),
  762. "requests" : NumberLong(0),
  763. "scanned" : NumberLong(0)
  764. }
  765. }
  766. },
  767. "ttl" : {
  768. "deletedDocuments" : NumberLong(77292),
  769. "passes" : NumberLong(4184)
  770. }
  771. },
  772. "ok" : 1,
  773. "operationTime" : Timestamp(1520514156, 1),
  774. "$clusterTime" : {
  775. "clusterTime" : Timestamp(1520514156, 1),
  776. "signature" : {
  777. "hash" : BinData(0,"cgJ1aXFrFHwnupSy+ZwrXxk2S9c="),
  778. "keyId" : NumberLong("xxxxxxxxxxxxxxxxxxx")
  779. }
  780. }
  781. }
Add Comment
Please, Sign In to add comment