Guest User

Untitled

a guest
May 26th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.22 KB | None | 0 0
  1. {
  2. "host" : "host",
  3. "version" : "3.2.22",
  4. "process" : "mongod",
  5. "uptime" : 105004,
  6. "uptimeMillis" : NumberLong(105003296),
  7. "uptimeEstimate" : 96126,
  8. "localTime" : ISODate("2019-05-15T21:29:20.221Z"),
  9. "asserts" : {
  10. "regular" : 0,
  11. "warning" : 0,
  12. "msg" : 1,
  13. "user" : 0,
  14. "rollovers" : 0
  15. },
  16. "connections" : {
  17. "current" : 27,
  18. "available" : 799972,
  19. "totalCreated" : NumberLong(37503)
  20. },
  21. "extra_info" : {
  22. "note" : "fields vary by platform",
  23. "heap_usage_bytes" : -862056608,
  24. "page_faults" : 1904
  25. },
  26. "globalLock" : {
  27. "totalTime" : NumberLong("105003288000"),
  28. "currentQueue" : {
  29. "total" : 1,
  30. "readers" : 1,
  31. "writers" : 0
  32. },
  33. "activeClients" : {
  34. "total" : 58,
  35. "readers" : 0,
  36. "writers" : 0
  37. }
  38. },
  39. "locks" : {
  40. "Global" : {
  41. "acquireCount" : {
  42. "r" : NumberLong("15406955017"),
  43. "w" : NumberLong(603672),
  44. "R" : NumberLong(379),
  45. "W" : NumberLong(528)
  46. },
  47. "acquireWaitCount" : {
  48. "r" : NumberLong(437),
  49. "w" : NumberLong(1),
  50. "W" : NumberLong(302)
  51. },
  52. "timeAcquiringMicros" : {
  53. "r" : NumberLong("3243066999"),
  54. "w" : NumberLong(163989926),
  55. "W" : NumberLong(45547363)
  56. }
  57. },
  58. "Database" : {
  59. "acquireCount" : {
  60. "r" : NumberLong("7703140646"),
  61. "w" : NumberLong(9331),
  62. "R" : NumberLong(35408),
  63. "W" : NumberLong(594341)
  64. },
  65. "acquireWaitCount" : {
  66. "r" : NumberLong(4391),
  67. "w" : NumberLong(68),
  68. "R" : NumberLong(2),
  69. "W" : NumberLong(284)
  70. },
  71. "timeAcquiringMicros" : {
  72. "r" : NumberLong("127227277724"),
  73. "w" : NumberLong(269412445),
  74. "R" : NumberLong(26386385),
  75. "W" : NumberLong("2469324771")
  76. }
  77. },
  78. "Collection" : {
  79. "acquireCount" : {
  80. "r" : NumberLong("8536539842"),
  81. "w" : NumberLong(5095),
  82. "W" : NumberLong(444)
  83. }
  84. },
  85. "Metadata" : {
  86. "acquireCount" : {
  87. "w" : NumberLong(4284)
  88. }
  89. },
  90. "oplog" : {
  91. "acquireCount" : {
  92. "r" : NumberLong(168123),
  93. "w" : NumberLong(4290)
  94. }
  95. }
  96. },
  97. "network" : {
  98. "bytesIn" : NumberLong(167145814),
  99. "bytesOut" : NumberLong(1037913374),
  100. "numRequests" : NumberLong(430357)
  101. },
  102. "opcounters" : {
  103. "insert" : 2675,
  104. "query" : 57870,
  105. "update" : 1340,
  106. "delete" : 1,
  107. "getmore" : 19754,
  108. "command" : 348740
  109. },
  110. "opcountersRepl" : {
  111. "insert" : 704,
  112. "query" : 0,
  113. "update" : 294,
  114. "delete" : 0,
  115. "getmore" : 0,
  116. "command" : 0
  117. },
  118. "repl" : {
  119. "hosts" : [
  120. "host",
  121. "host:port"
  122. ],
  123. "arbiters" : [
  124. "host:port"
  125. ],
  126. "setName" : "rsHost",
  127. "setVersion" : 3,
  128. "ismaster" : true,
  129. "secondary" : false,
  130. "primary" : "host:27017",
  131. "me" : "host:27017",
  132. "electionId" : ObjectId("7fffffff000000000000002f"),
  133. "rbid" : 412034781
  134. },
  135. "storageEngine" : {
  136. "name" : "wiredTiger",
  137. "supportsCommittedReads" : true,
  138. "persistent" : true
  139. },
  140. "tcmalloc" : {
  141. "generic" : {
  142. "current_allocated_bytes" : NumberLong("42087615552"),
  143. "heap_size" : NumberLong("43251875840")
  144. },
  145. "tcmalloc" : {
  146. "pageheap_free_bytes" : 693870592,
  147. "pageheap_unmapped_bytes" : 188399616,
  148. "max_total_thread_cache_bytes" : NumberLong(1073741824),
  149. "current_total_thread_cache_bytes" : 29350056,
  150. "total_free_bytes" : 281990000,
  151. "central_cache_free_bytes" : 238861672,
  152. "transfer_cache_free_bytes" : 13778272,
  153. "thread_cache_free_bytes" : 29350056,
  154. "aggressive_memory_decommit" : 0,
  155. "pageheap_committed_bytes" : NumberLong("43063476224"),
  156. "pageheap_scavenge_count" : 2384,
  157. "pageheap_commit_count" : 66920,
  158. "pageheap_total_commit_bytes" : NumberLong("45894721536"),
  159. "pageheap_decommit_count" : 2384,
  160. "pageheap_total_decommit_bytes" : NumberLong("2831245312"),
  161. "pageheap_reserve_count" : 39667,
  162. "pageheap_total_reserve_bytes" : NumberLong("43251875840"),
  163. "spinlock_total_delay_ns" : NumberLong(1493809308),
  164. "formattedString" : "------------------------------------------------\nMALLOC: 42087616080 (40137.9 MiB) Bytes in use by application\nMALLOC: + 693870592 ( 661.7 MiB) Bytes in page heap freelist\nMALLOC: + 238861672 ( 227.8 MiB) Bytes in central cache freelist\nMALLOC: + 13778272 ( 13.1 MiB) Bytes in transfer cache freelist\nMALLOC: + 29349608 ( 28.0 MiB) Bytes in thread cache freelists\nMALLOC: + 124891352 ( 119.1 MiB) Bytes in malloc metadata\nMALLOC: ------------\nMALLOC: = 43188367576 (41187.6 MiB) Actual memory used (physical + swap)\nMALLOC: + 188399616 ( 179.7 MiB) Bytes released to OS (aka unmapped)\nMALLOC: ------------\nMALLOC: = 43376767192 (41367.3 MiB) Virtual address space used\nMALLOC:\nMALLOC: 1449677 Spans in use\nMALLOC: 86 Thread heaps in use\nMALLOC: 8192 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"
  165. }
  166. },
  167. "wiredTiger" : {
  168. "uri" : "statistics:",
  169. "LSM" : {
  170. "application work units currently queued" : 0,
  171. "merge work units currently queued" : 0,
  172. "rows merged in an LSM tree" : 0,
  173. "sleep for LSM checkpoint throttle" : 0,
  174. "sleep for LSM merge throttle" : 0,
  175. "switch work units currently queued" : 0,
  176. "tree maintenance operations discarded" : 0,
  177. "tree maintenance operations executed" : 0,
  178. "tree maintenance operations scheduled" : 0,
  179. "tree queue hit maximum" : 0
  180. },
  181. "async" : {
  182. "current work queue length" : 0,
  183. "maximum work queue length" : 0,
  184. "number of allocation state races" : 0,
  185. "number of flush calls" : 0,
  186. "number of operation slots viewed for allocation" : 0,
  187. "number of times operation allocation failed" : 0,
  188. "number of times worker found no work" : 0,
  189. "total allocations" : 0,
  190. "total compact calls" : 0,
  191. "total insert calls" : 0,
  192. "total remove calls" : 0,
  193. "total search calls" : 0,
  194. "total update calls" : 0
  195. },
  196. "block-manager" : {
  197. "blocks pre-loaded" : 1105322,
  198. "blocks read" : 1596014,
  199. "blocks written" : 53951,
  200. "bytes read" : 22643757056,
  201. "bytes written" : 996798464,
  202. "bytes written for checkpoint" : 996573184,
  203. "mapped blocks read" : 0,
  204. "mapped bytes read" : 0
  205. },
  206. "cache" : {
  207. "application threads page read from disk to cache count" : 640420,
  208. "application threads page read from disk to cache time (usecs)" : 455026389,
  209. "application threads page write from cache to disk count" : 110,
  210. "application threads page write from cache to disk time (usecs)" : 6107,
  211. "bytes belonging to page images in the cache" : 18902097843,
  212. "bytes currently in the cache" : 19714912517,
  213. "bytes not belonging to page images in the cache" : 812814673,
  214. "bytes read into cache" : 18010035405,
  215. "bytes written from cache" : 800849123,
  216. "checkpoint blocked page eviction" : 0,
  217. "eviction calls to get a page" : 1663206,
  218. "eviction calls to get a page found queue empty" : 1661302,
  219. "eviction calls to get a page found queue empty after locking" : 0,
  220. "eviction currently operating in aggressive mode" : 0,
  221. "eviction empty score" : 0,
  222. "eviction server candidate queue empty when topping up" : 0,
  223. "eviction server candidate queue not empty when topping up" : 0,
  224. "eviction server evicting pages" : 0,
  225. "eviction server slept, because we did not make progress with eviction" : 0,
  226. "eviction server unable to reach eviction goal" : 0,
  227. "eviction state" : 16,
  228. "eviction walks abandoned" : 0,
  229. "eviction worker thread active" : 0,
  230. "eviction worker thread created" : 0,
  231. "eviction worker thread evicting pages" : 0,
  232. "eviction worker thread removed" : 0,
  233. "eviction worker thread stable number" : 0,
  234. "failed eviction of pages that exceeded the in-memory maximum" : 992,
  235. "files with active eviction walks" : 0,
  236. "files with new eviction walks started" : 0,
  237. "force re-tuning of eviction workers once in a while" : 0,
  238. "hazard pointer blocked page eviction" : 3,
  239. "hazard pointer check calls" : 6979,
  240. "hazard pointer check entries walked" : 20912,
  241. "hazard pointer maximum array length" : 2,
  242. "in-memory page passed criteria to be split" : 38,
  243. "in-memory page splits" : 19,
  244. "internal pages evicted" : 4960,
  245. "internal pages split during eviction" : 0,
  246. "leaf pages split during eviction" : 0,
  247. "lookaside table insert calls" : 0,
  248. "lookaside table remove calls" : 0,
  249. "maximum bytes configured" : 34359738368,
  250. "maximum page size at eviction" : 0,
  251. "modified pages evicted" : 112,
  252. "modified pages evicted by application threads" : 0,
  253. "overflow pages read into cache" : 0,
  254. "overflow values cached in memory" : 0,
  255. "page split during eviction deepened the tree" : 0,
  256. "page written requiring lookaside records" : 0,
  257. "pages currently held in the cache" : 1279519,
  258. "pages evicted because they exceeded the in-memory maximum" : 19,
  259. "pages evicted because they had chains of deleted items" : 5962,
  260. "pages evicted by application threads" : 0,
  261. "pages queued for eviction" : 0,
  262. "pages queued for urgent eviction" : 0,
  263. "pages queued for urgent eviction during walk" : 0,
  264. "pages read into cache" : 1293740,
  265. "pages read into cache requiring lookaside entries" : 0,
  266. "pages requested from the cache" : 4553738465,
  267. "pages seen by eviction walk" : 0,
  268. "pages selected for eviction unable to be evicted" : 998,
  269. "pages walked for eviction" : 0,
  270. "pages written from cache" : 43794,
  271. "pages written requiring in-memory restoration" : 0,
  272. "percentage overhead" : 8,
  273. "tracked bytes belonging to internal pages in the cache" : 171168780,
  274. "tracked bytes belonging to leaf pages in the cache" : 19543743737,
  275. "tracked dirty bytes in the cache" : 2700342,
  276. "tracked dirty pages in the cache" : 7,
  277. "unmodified pages evicted" : 5960
  278. },
  279. "connection" : {
  280. "auto adjusting condition resets" : 3567,
  281. "auto adjusting condition wait calls" : 576687,
  282. "detected system time went backwards" : 0,
  283. "files currently open" : 554148,
  284. "memory allocations" : 1951712030,
  285. "memory frees" : 1924992304,
  286. "memory re-allocations" : 1653531,
  287. "pthread mutex condition wait calls" : 3468753,
  288. "pthread mutex shared lock read-lock calls" : 927479405,
  289. "pthread mutex shared lock write-lock calls" : 11084223,
  290. "total fsync I/Os" : 15263,
  291. "total read I/Os" : 2193849,
  292. "total write I/Os" : 63681
  293. },
  294. "cursor" : {
  295. "cursor create calls" : 1292213,
  296. "cursor insert calls" : 621880,
  297. "cursor next calls" : 6879117,
  298. "cursor prev calls" : 593070,
  299. "cursor remove calls" : 417,
  300. "cursor reset calls" : 2112371058,
  301. "cursor restarted searches" : 115,
  302. "cursor search calls" : 2115626327,
  303. "cursor search near calls" : 2890,
  304. "cursor update calls" : 0,
  305. "truncate calls" : 3
  306. },
  307. "data-handle" : {
  308. "connection data handles currently active" : 596380,
  309. "connection sweep candidate became referenced" : 1,
  310. "connection sweep dhandles closed" : 5368,
  311. "connection sweep dhandles removed from hash list" : 3905,
  312. "connection sweep time-of-death sets" : 606220,
  313. "connection sweeps" : 9887,
  314. "session dhandles swept" : 4749991,
  315. "session sweep attempts" : 10560
  316. },
  317. "lock" : {
  318. "checkpoint lock acquisitions" : 516,
  319. "checkpoint lock application thread wait time (usecs)" : 0,
  320. "checkpoint lock internal thread wait time (usecs)" : 138,
  321. "handle-list lock eviction thread wait time (usecs)" : 806758,
  322. "metadata lock acquisitions" : 516,
  323. "metadata lock application thread wait time (usecs)" : 0,
  324. "metadata lock internal thread wait time (usecs)" : 56,
  325. "schema lock acquisitions" : 597827,
  326. "schema lock application thread wait time (usecs)" : 76288564092,
  327. "schema lock internal thread wait time (usecs)" : 360335,
  328. "table lock acquisitions" : 0,
  329. "table lock application thread time waiting for the table lock (usecs)" : 0,
  330. "table lock internal thread time waiting for the table lock (usecs)" : 0
  331. },
  332. "log" : {
  333. "busy returns attempting to switch slots" : 10,
  334. "consolidated slot closures" : 7899,
  335. "consolidated slot join active slot closed" : 1,
  336. "consolidated slot join races" : 0,
  337. "consolidated slot join transitions" : 7899,
  338. "consolidated slot joins" : 14123,
  339. "consolidated slot transitions unable to find free slot" : 0,
  340. "consolidated slot unbuffered writes" : 557,
  341. "log bytes of payload data" : 288925114,
  342. "log bytes written" : 289844224,
  343. "log files manually zero-filled" : 0,
  344. "log flush operations" : 1044986,
  345. "log force write operations" : 1159631,
  346. "log force write operations skipped" : 1154148,
  347. "log records compressed" : 6481,
  348. "log records not compressed" : 5299,
  349. "log records too small to compress" : 2343,
  350. "log release advances write LSN" : 1858,
  351. "log scan operations" : 3,
  352. "log scan records requiring two reads" : 28,
  353. "log server thread advances write LSN" : 6041,
  354. "log server thread write LSN walk skipped" : 184077,
  355. "log sync operations" : 7283,
  356. "log sync time duration (usecs)" : 59307227,
  357. "log sync_dir operations" : 3,
  358. "log sync_dir time duration (usecs)" : 14021,
  359. "log write operations" : 14123,
  360. "logging bytes consolidated" : 289843840,
  361. "maximum log file size" : 104857600,
  362. "number of pre-allocated log files to create" : 2,
  363. "pre-allocated log files not ready and missed" : 1,
  364. "pre-allocated log files prepared" : 4,
  365. "pre-allocated log files used" : 2,
  366. "records processed by log scan" : 43,
  367. "total in-memory size of compressed records" : 90170658,
  368. "total log buffer size" : 33554432,
  369. "total size of compressed records" : 31885048,
  370. "written slots coalesced" : 0,
  371. "yields waiting for previous log file close" : 0
  372. },
  373. "reconciliation" : {
  374. "fast-path pages deleted" : 948,
  375. "page reconciliation calls" : 41990,
  376. "page reconciliation calls for eviction" : 57,
  377. "pages deleted" : 12,
  378. "split bytes currently awaiting free" : 0,
  379. "split objects currently awaiting free" : 0
  380. },
  381. "session" : {
  382. "open cursor count" : 4627,
  383. "open session count" : 84,
  384. "table alter failed calls" : 0,
  385. "table alter successful calls" : 0,
  386. "table alter unchanged and skipped" : 0,
  387. "table compact failed calls" : 0,
  388. "table compact successful calls" : 0,
  389. "table create failed calls" : 0,
  390. "table create successful calls" : 1246,
  391. "table drop failed calls" : 0,
  392. "table drop successful calls" : 118,
  393. "table rebalance failed calls" : 0,
  394. "table rebalance successful calls" : 0,
  395. "table rename failed calls" : 0,
  396. "table rename successful calls" : 0,
  397. "table salvage failed calls" : 0,
  398. "table salvage successful calls" : 0,
  399. "table truncate failed calls" : 0,
  400. "table truncate successful calls" : 3,
  401. "table verify failed calls" : 0,
  402. "table verify successful calls" : 0
  403. },
  404. "thread-state" : {
  405. "active filesystem fsync calls" : 0,
  406. "active filesystem read calls" : 0,
  407. "active filesystem write calls" : 0
  408. },
  409. "thread-yield" : {
  410. "application thread time evicting (usecs)" : 0,
  411. "application thread time waiting for cache (usecs)" : 0,
  412. "page acquire busy blocked" : 0,
  413. "page acquire eviction blocked" : 0,
  414. "page acquire locked blocked" : 2,
  415. "page acquire read blocked" : 98,
  416. "page acquire time sleeping (usecs)" : 119000
  417. },
  418. "transaction" : {
  419. "number of named snapshots created" : 0,
  420. "number of named snapshots dropped" : 0,
  421. "transaction begins" : 253222,
  422. "transaction checkpoint currently running" : 0,
  423. "transaction checkpoint generation" : 516,
  424. "transaction checkpoint max time (msecs)" : 197630,
  425. "transaction checkpoint min time (msecs)" : 102,
  426. "transaction checkpoint most recent time (msecs)" : 123746,
  427. "transaction checkpoint scrub dirty target" : 0,
  428. "transaction checkpoint scrub time (msecs)" : 0,
  429. "transaction checkpoint total time (msecs)" : 56280456,
  430. "transaction checkpoints" : 516,
  431. "transaction checkpoints skipped because database was clean" : 293,
  432. "transaction failures due to cache overflow" : 0,
  433. "transaction fsync calls for checkpoint after allocating the transaction ID" : 516,
  434. "transaction fsync duration for checkpoint after allocating the transaction ID (usecs)" : 115839,
  435. "transaction range of IDs currently pinned" : 0,
  436. "transaction range of IDs currently pinned by a checkpoint" : 0,
  437. "transaction range of IDs currently pinned by named snapshots" : 0,
  438. "transaction sync calls" : 0,
  439. "transactions committed" : 7924,
  440. "transactions rolled back" : 245307
  441. },
  442. "concurrentTransactions" : {
  443. "write" : {
  444. "out" : 0,
  445. "available" : 128,
  446. "totalTickets" : 128
  447. },
  448. "read" : {
  449. "out" : 0,
  450. "available" : 128,
  451. "totalTickets" : 128
  452. }
  453. }
  454. },
  455. "writeBacksQueued" : false,
  456. "mem" : {
  457. "bits" : 64,
  458. "resident" : 40769,
  459. "virtual" : 42004,
  460. "supported" : true,
  461. "mapped" : 0,
  462. "mappedWithJournal" : 0
  463. },
  464. "metrics" : {
  465. "commands" : {
  466. "_isSelf" : {
  467. "failed" : NumberLong(0),
  468. "total" : NumberLong(1)
  469. },
  470. "buildInfo" : {
  471. "failed" : NumberLong(0),
  472. "total" : NumberLong(27)
  473. },
  474. "collStats" : {
  475. "failed" : NumberLong(2),
  476. "total" : NumberLong(7)
  477. },
  478. "count" : {
  479. "failed" : NumberLong(0),
  480. "total" : NumberLong(1940)
  481. },
  482. "create" : {
  483. "failed" : NumberLong(1),
  484. "total" : NumberLong(5)
  485. },
  486. "createIndexes" : {
  487. "failed" : NumberLong(0),
  488. "total" : NumberLong(68)
  489. },
  490. "currentOp" : {
  491. "failed" : NumberLong(0),
  492. "total" : NumberLong(140)
  493. },
  494. "dbStats" : {
  495. "failed" : NumberLong(0),
  496. "total" : NumberLong(35381)
  497. },
  498. "delete" : {
  499. "failed" : NumberLong(0),
  500. "total" : NumberLong(1)
  501. },
  502. "drop" : {
  503. "failed" : NumberLong(0),
  504. "total" : NumberLong(59)
  505. },
  506. "find" : {
  507. "failed" : NumberLong(0),
  508. "total" : NumberLong(57867)
  509. },
  510. "getLog" : {
  511. "failed" : NumberLong(0),
  512. "total" : NumberLong(24)
  513. },
  514. "getMore" : {
  515. "failed" : NumberLong(0),
  516. "total" : NumberLong(19754)
  517. },
  518. "getnonce" : {
  519. "failed" : NumberLong(0),
  520. "total" : NumberLong(37468)
  521. },
  522. "insert" : {
  523. "failed" : NumberLong(0),
  524. "total" : NumberLong(2675)
  525. },
  526. "isMaster" : {
  527. "failed" : NumberLong(0),
  528. "total" : NumberLong(102525)
  529. },
  530. "listCollections" : {
  531. "failed" : NumberLong(0),
  532. "total" : NumberLong(24)
  533. },
  534. "listDatabases" : {
  535. "failed" : NumberLong(0),
  536. "total" : NumberLong(3)
  537. },
  538. "listIndexes" : {
  539. "failed" : NumberLong(2),
  540. "total" : NumberLong(43553)
  541. },
  542. "logRotate" : {
  543. "failed" : NumberLong(0),
  544. "total" : NumberLong(1)
  545. },
  546. "ping" : {
  547. "failed" : NumberLong(0),
  548. "total" : NumberLong(47122)
  549. },
  550. "replSetGetRBID" : {
  551. "failed" : NumberLong(0),
  552. "total" : NumberLong(2)
  553. },
  554. "replSetGetStatus" : {
  555. "failed" : NumberLong(0),
  556. "total" : NumberLong(714)
  557. },
  558. "replSetHeartbeat" : {
  559. "failed" : NumberLong(0),
  560. "total" : NumberLong(59577)
  561. },
  562. "replSetUpdatePosition" : {
  563. "failed" : NumberLong(0),
  564. "total" : NumberLong(20007)
  565. },
  566. "serverStatus" : {
  567. "failed" : NumberLong(0),
  568. "total" : NumberLong(66)
  569. },
  570. "top" : {
  571. "failed" : NumberLong(0),
  572. "total" : NumberLong(1)
  573. },
  574. "update" : {
  575. "failed" : NumberLong(0),
  576. "total" : NumberLong(1340)
  577. },
  578. "usersInfo" : {
  579. "failed" : NumberLong(0),
  580. "total" : NumberLong(1)
  581. },
  582. "whatsmyuri" : {
  583. "failed" : NumberLong(0),
  584. "total" : NumberLong(24)
  585. }
  586. },
  587. "cursor" : {
  588. "timedOut" : NumberLong(0),
  589. "open" : {
  590. "noTimeout" : NumberLong(0),
  591. "pinned" : NumberLong(1),
  592. "total" : NumberLong(1)
  593. }
  594. },
  595. "document" : {
  596. "deleted" : NumberLong(1),
  597. "inserted" : NumberLong(5346),
  598. "returned" : NumberLong(4303538),
  599. "updated" : NumberLong(1340)
  600. },
  601. "getLastError" : {
  602. "wtime" : {
  603. "num" : 0,
  604. "totalMillis" : 0
  605. },
  606. "wtimeouts" : NumberLong(0)
  607. },
  608. "operation" : {
  609. "fastmod" : NumberLong(0),
  610. "idhack" : NumberLong(56076),
  611. "scanAndOrder" : NumberLong(0),
  612. "writeConflicts" : NumberLong(27)
  613. },
  614. "queryExecutor" : {
  615. "scanned" : NumberLong(58792),
  616. "scannedObjects" : NumberLong(63097)
  617. },
  618. "record" : {
  619. "moves" : NumberLong(0)
  620. },
  621. "repl" : {
  622. "executor" : {
  623. "counters" : {
  624. "eventCreated" : 6,
  625. "eventWait" : 6,
  626. "cancels" : 22243,
  627. "waits" : 477084,
  628. "scheduledNetCmd" : 113586,
  629. "scheduledDBWork" : 1,
  630. "scheduledXclWork" : 0,
  631. "scheduledWorkAt" : 139627,
  632. "scheduledWork" : 497097,
  633. "schedulingFailures" : 0
  634. },
  635. "queues" : {
  636. "networkInProgress" : 0,
  637. "dbWorkInProgress" : 0,
  638. "exclusiveInProgress" : 0,
  639. "sleepers" : 3,
  640. "ready" : 0,
  641. "free" : 5
  642. },
  643. "unsignaledEvents" : 3,
  644. "eventWaiters" : 0,
  645. "shuttingDown" : false,
  646. "networkInterface" : "NetworkInterfaceASIO inShutdown: 0"
  647. },
  648. "apply" : {
  649. "attemptsToBecomeSecondary" : NumberLong(1),
  650. "batches" : {
  651. "num" : 378,
  652. "totalMillis" : 1
  653. },
  654. "ops" : NumberLong(1145)
  655. },
  656. "buffer" : {
  657. "count" : NumberLong(0),
  658. "maxSizeBytes" : 268435456,
  659. "sizeBytes" : NumberLong(0)
  660. },
  661. "network" : {
  662. "bytes" : NumberLong(27181223),
  663. "getmores" : {
  664. "num" : 1006,
  665. "totalMillis" : 2435995
  666. },
  667. "ops" : NumberLong(1146),
  668. "readersCreated" : NumberLong(18)
  669. },
  670. "preload" : {
  671. "docs" : {
  672. "num" : 0,
  673. "totalMillis" : 0
  674. },
  675. "indexes" : {
  676. "num" : 0,
  677. "totalMillis" : 0
  678. }
  679. }
  680. },
  681. "storage" : {
  682. "freelist" : {
  683. "search" : {
  684. "bucketExhausted" : NumberLong(0),
  685. "requests" : NumberLong(0),
  686. "scanned" : NumberLong(0)
  687. }
  688. }
  689. },
  690. "ttl" : {
  691. "deletedDocuments" : NumberLong(0),
  692. "passes" : NumberLong(1406)
  693. }
  694. },
  695. "ok" : 1
  696. }
Add Comment
Please, Sign In to add comment