Guest User

Untitled

a guest
Nov 23rd, 2017
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.92 KB | None | 0 0
  1. db.serverStatus()
  2. {
  3. "host" : "smaga.by",
  4. "advisoryHostFQDNs" : [
  5. "162-219-25-170.alnitech.com"
  6. ],
  7. "version" : "3.2.17",
  8. "process" : "mongod",
  9. "pid" : NumberLong(1413),
  10. "uptime" : 90791,
  11. "uptimeMillis" : NumberLong(90790844),
  12. "uptimeEstimate" : 90115,
  13. "localTime" : ISODate("2017-11-23T08:59:43.627Z"),
  14. "asserts" : {
  15. "regular" : 0,
  16. "warning" : 0,
  17. "msg" : 0,
  18. "user" : 0,
  19. "rollovers" : 0
  20. },
  21. "connections" : {
  22. "current" : 6,
  23. "available" : 51194,
  24. "totalCreated" : NumberLong(33278)
  25. },
  26. "extra_info" : {
  27. "note" : "fields vary by platform",
  28. "heap_usage_bytes" : -1682812376,
  29. "page_faults" : 10668
  30. },
  31. "globalLock" : {
  32. "totalTime" : NumberLong("90790807000"),
  33. "currentQueue" : {
  34. "total" : 0,
  35. "readers" : 0,
  36. "writers" : 0
  37. },
  38. "activeClients" : {
  39. "total" : 17,
  40. "readers" : 1,
  41. "writers" : 0
  42. }
  43. },
  44. "locks" : {
  45. "Global" : {
  46. "acquireCount" : {
  47. "r" : NumberLong(107200451),
  48. "w" : NumberLong(61343),
  49. "W" : NumberLong(2)
  50. }
  51. },
  52. "Database" : {
  53. "acquireCount" : {
  54. "r" : NumberLong(53569549),
  55. "w" : NumberLong(61326),
  56. "R" : NumberLong(4),
  57. "W" : NumberLong(17)
  58. }
  59. },
  60. "Collection" : {
  61. "acquireCount" : {
  62. "r" : NumberLong(53587703),
  63. "w" : NumberLong(61326)
  64. }
  65. },
  66. "Metadata" : {
  67. "acquireCount" : {
  68. "w" : NumberLong(1)
  69. }
  70. }
  71. },
  72. "network" : {
  73. "bytesIn" : NumberLong("2411427120"),
  74. "bytesOut" : NumberLong("1407131011439"),
  75. "numRequests" : NumberLong(611914)
  76. },
  77. "opcounters" : {
  78. "insert" : 12727,
  79. "query" : 38109,
  80. "update" : 34149,
  81. "delete" : 6796,
  82. "getmore" : 328889,
  83. "command" : 191277
  84. },
  85. "opcountersRepl" : {
  86. "insert" : 0,
  87. "query" : 0,
  88. "update" : 0,
  89. "delete" : 0,
  90. "getmore" : 0,
  91. "command" : 0
  92. },
  93. "storageEngine" : {
  94. "name" : "wiredTiger",
  95. "supportsCommittedReads" : true,
  96. "persistent" : true
  97. },
  98. "tcmalloc" : {
  99. "generic" : {
  100. "current_allocated_bytes" : NumberLong("6907123752"),
  101. "heap_size" : NumberLong("13077520384")
  102. },
  103. "tcmalloc" : {
  104. "pageheap_free_bytes" : NumberLong("5616123904"),
  105. "pageheap_unmapped_bytes" : 300802048,
  106. "max_total_thread_cache_bytes" : NumberLong(1073741824),
  107. "current_total_thread_cache_bytes" : 42303904,
  108. "total_free_bytes" : 253467528,
  109. "central_cache_free_bytes" : 157062120,
  110. "transfer_cache_free_bytes" : 54101504,
  111. "thread_cache_free_bytes" : 42303904,
  112. "aggressive_memory_decommit" : 0,
  113. "formattedString" : "------------------------------------------------\nMALLOC: 6907126904 ( 6587.1 MiB) Bytes in use by application\nMALLOC: + 5616123904 ( 5356.0 MiB) Bytes in page heap freelist\nMALLOC: + 157062120 ( 149.8 MiB) Bytes in central cache freelist\nMALLOC: + 54101504 ( 51.6 MiB) Bytes in transfer cache freelist\nMALLOC: + 42303904 ( 40.3 MiB) Bytes in thread cache freelists\nMALLOC: + 31895712 ( 30.4 MiB) Bytes in malloc metadata\nMALLOC: ------------\nMALLOC: = 12808614048 (12215.2 MiB) Actual memory used (physical + swap)\nMALLOC: + 300802048 ( 286.9 MiB) Bytes released to OS (aka unmapped)\nMALLOC: ------------\nMALLOC: = 13109416096 (12502.1 MiB) Virtual address space used\nMALLOC:\nMALLOC: 180550 Spans in use\nMALLOC: 25 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"
  114. }
  115. },
  116. "wiredTiger" : {
  117. "uri" : "statistics:",
  118. "LSM" : {
  119. "application work units currently queued" : 0,
  120. "merge work units currently queued" : 0,
  121. "rows merged in an LSM tree" : 0,
  122. "sleep for LSM checkpoint throttle" : 0,
  123. "sleep for LSM merge throttle" : 0,
  124. "switch work units currently queued" : 0,
  125. "tree maintenance operations discarded" : 0,
  126. "tree maintenance operations executed" : 0,
  127. "tree maintenance operations scheduled" : 0,
  128. "tree queue hit maximum" : 0
  129. },
  130. "async" : {
  131. "current work queue length" : 0,
  132. "maximum work queue length" : 0,
  133. "number of allocation state races" : 0,
  134. "number of flush calls" : 0,
  135. "number of operation slots viewed for allocation" : 0,
  136. "number of times operation allocation failed" : 0,
  137. "number of times worker found no work" : 0,
  138. "total allocations" : 0,
  139. "total compact calls" : 0,
  140. "total insert calls" : 0,
  141. "total remove calls" : 0,
  142. "total search calls" : 0,
  143. "total update calls" : 0
  144. },
  145. "block-manager" : {
  146. "blocks pre-loaded" : 2061,
  147. "blocks read" : 742676783,
  148. "blocks written" : 520709,
  149. "bytes read" : NumberLong("7758155395072"),
  150. "bytes written" : 6483804160,
  151. "bytes written for checkpoint" : 6449786880,
  152. "mapped blocks read" : 0,
  153. "mapped bytes read" : 0
  154. },
  155. "cache" : {
  156. "application threads page read from disk to cache count" : 742650417,
  157. "application threads page read from disk to cache time (usecs)" : 30277570902,
  158. "application threads page write from cache to disk count" : 17,
  159. "application threads page write from cache to disk time (usecs)" : 6961,
  160. "bytes belonging to page images in the cache" : 6811144462,
  161. "bytes currently in the cache" : 6881852605,
  162. "bytes not belonging to page images in the cache" : 70708143,
  163. "bytes read into cache" : NumberLong("21294511743376"),
  164. "bytes written from cache" : 6921849709,
  165. "checkpoint blocked page eviction" : 1,
  166. "eviction calls to get a page" : 758314205,
  167. "eviction calls to get a page found queue empty" : 62072,
  168. "eviction calls to get a page found queue empty after locking" : 15806614,
  169. "eviction currently operating in aggressive mode" : 0,
  170. "eviction empty score" : 0,
  171. "eviction server candidate queue empty when topping up" : 127880,
  172. "eviction server candidate queue not empty when topping up" : 13909979,
  173. "eviction server evicting pages" : 637737178,
  174. "eviction server slept, because we did not make progress with eviction" : 11095,
  175. "eviction server unable to reach eviction goal" : 0,
  176. "eviction state" : 16,
  177. "eviction walks abandoned" : 315406,
  178. "eviction worker thread active" : 0,
  179. "eviction worker thread created" : 0,
  180. "eviction worker thread evicting pages" : 104711653,
  181. "eviction worker thread removed" : 0,
  182. "eviction worker thread stable number" : 0,
  183. "failed eviction of pages that exceeded the in-memory maximum" : 0,
  184. "files with active eviction walks" : 0,
  185. "files with new eviction walks started" : 153919,
  186. "force re-tuning of eviction workers once in a while" : 0,
  187. "hazard pointer blocked page eviction" : 3612,
  188. "hazard pointer check calls" : 742419397,
  189. "hazard pointer check entries walked" : 3993106704,
  190. "hazard pointer maximum array length" : 2,
  191. "in-memory page passed criteria to be split" : 0,
  192. "in-memory page splits" : 0,
  193. "internal pages evicted" : 1293,
  194. "internal pages split during eviction" : 0,
  195. "leaf pages split during eviction" : 636,
  196. "lookaside table insert calls" : 0,
  197. "lookaside table remove calls" : 0,
  198. "maximum bytes configured" : 8589934592,
  199. "maximum page size at eviction" : 6023542,
  200. "modified pages evicted" : 291439,
  201. "modified pages evicted by application threads" : 0,
  202. "overflow pages read into cache" : 0,
  203. "overflow values cached in memory" : 0,
  204. "page split during eviction deepened the tree" : 0,
  205. "page written requiring lookaside records" : 0,
  206. "pages currently held in the cache" : 250995,
  207. "pages evicted because they exceeded the in-memory maximum" : 21,
  208. "pages evicted because they had chains of deleted items" : 224,
  209. "pages evicted by application threads" : 395,
  210. "pages queued for eviction" : 1403783151,
  211. "pages queued for urgent eviction" : 11,
  212. "pages queued for urgent eviction during walk" : 11,
  213. "pages read into cache" : 742619396,
  214. "pages read into cache requiring lookaside entries" : 0,
  215. "pages requested from the cache" : 2577935934,
  216. "pages seen by eviction walk" : 1433742855,
  217. "pages selected for eviction unable to be evicted" : 6820,
  218. "pages walked for eviction" : 4605462296,
  219. "pages written from cache" : 490465,
  220. "pages written requiring in-memory restoration" : 1,
  221. "percentage overhead" : 8,
  222. "tracked bytes belonging to internal pages in the cache" : 32423958,
  223. "tracked bytes belonging to leaf pages in the cache" : 6849428647,
  224. "tracked dirty bytes in the cache" : 2346238,
  225. "tracked dirty pages in the cache" : 45,
  226. "unmodified pages evicted" : 741170912
  227. },
  228. "connection" : {
  229. "auto adjusting condition resets" : 38340,
  230. "auto adjusting condition wait calls" : 596116,
  231. "detected system time went backwards" : 2472,
  232. "files currently open" : 40,
  233. "memory allocations" : 1507878128,
  234. "memory frees" : 1504316249,
  235. "memory re-allocations" : 971547,
  236. "pthread mutex condition wait calls" : 2060747,
  237. "pthread mutex shared lock read-lock calls" : 71423369,
  238. "pthread mutex shared lock write-lock calls" : 163171,
  239. "total fsync I/Os" : 42273,
  240. "total read I/Os" : 742717150,
  241. "total write I/Os" : 547474
  242. },
  243. "cursor" : {
  244. "cursor create calls" : 1806,
  245. "cursor insert calls" : 459629,
  246. "cursor next calls" : 6580336026,
  247. "cursor prev calls" : 92472905,
  248. "cursor remove calls" : 350550,
  249. "cursor reset calls" : 55907600,
  250. "cursor restarted searches" : 584,
  251. "cursor search calls" : 169440791,
  252. "cursor search near calls" : 53095916,
  253. "cursor update calls" : 0,
  254. "truncate calls" : 0
  255. },
  256. "data-handle" : {
  257. "connection data handles currently active" : 37,
  258. "connection sweep candidate became referenced" : 0,
  259. "connection sweep dhandles closed" : 0,
  260. "connection sweep dhandles removed from hash list" : 13811,
  261. "connection sweep time-of-death sets" : 13815,
  262. "connection sweeps" : 9078,
  263. "session dhandles swept" : 0,
  264. "session sweep attempts" : 1483
  265. },
  266. "lock" : {
  267. "checkpoint lock acquisitions" : 1312,
  268. "checkpoint lock application thread wait time (usecs)" : 0,
  269. "checkpoint lock internal thread wait time (usecs)" : 1,
  270. "handle-list lock eviction thread wait time (usecs)" : 28070,
  271. "metadata lock acquisitions" : 1312,
  272. "metadata lock application thread wait time (usecs)" : 0,
  273. "metadata lock internal thread wait time (usecs)" : 8,
  274. "schema lock acquisitions" : 1351,
  275. "schema lock application thread wait time (usecs)" : 0,
  276. "schema lock internal thread wait time (usecs)" : 19,
  277. "table lock acquisitions" : 0,
  278. "table lock application thread time waiting for the table lock (usecs)" : 0,
  279. "table lock internal thread time waiting for the table lock (usecs)" : 0
  280. },
  281. "log" : {
  282. "busy returns attempting to switch slots" : 0,
  283. "consolidated slot closures" : 24751,
  284. "consolidated slot join active slot closed" : 0,
  285. "consolidated slot join races" : 11,
  286. "consolidated slot join transitions" : 24751,
  287. "consolidated slot joins" : 59136,
  288. "consolidated slot transitions unable to find free slot" : 0,
  289. "consolidated slot unbuffered writes" : 1284,
  290. "log bytes of payload data" : 577402383,
  291. "log bytes written" : 581634944,
  292. "log files manually zero-filled" : 0,
  293. "log flush operations" : 901261,
  294. "log force write operations" : 1043873,
  295. "log force write operations skipped" : 1021751,
  296. "log records compressed" : 37136,
  297. "log records not compressed" : 14584,
  298. "log records too small to compress" : 7409,
  299. "log release advances write LSN" : 1313,
  300. "log scan operations" : 5,
  301. "log scan records requiring two reads" : 0,
  302. "log server thread advances write LSN" : 23438,
  303. "log server thread write LSN walk skipped" : 222700,
  304. "log sync operations" : 24497,
  305. "log sync time duration (usecs)" : 606764234,
  306. "log sync_dir operations" : 6,
  307. "log sync_dir time duration (usecs)" : 143844,
  308. "log write operations" : 59134,
  309. "logging bytes consolidated" : 581633920,
  310. "maximum log file size" : 104857600,
  311. "number of pre-allocated log files to create" : 2,
  312. "pre-allocated log files not ready and missed" : 1,
  313. "pre-allocated log files prepared" : 7,
  314. "pre-allocated log files used" : 5,
  315. "records processed by log scan" : 10,
  316. "total in-memory size of compressed records" : 2375086853,
  317. "total log buffer size" : 33554432,
  318. "total size of compressed records" : 571853155,
  319. "written slots coalesced" : 0,
  320. "yields waiting for previous log file close" : 0
  321. },
  322. "reconciliation" : {
  323. "fast-path pages deleted" : 0,
  324. "page reconciliation calls" : 487527,
  325. "page reconciliation calls for eviction" : 747,
  326. "pages deleted" : 271,
  327. "split bytes currently awaiting free" : 16488,
  328. "split objects currently awaiting free" : 18
  329. },
  330. "session" : {
  331. "open cursor count" : 834,
  332. "open session count" : 40,
  333. "table alter failed calls" : 0,
  334. "table alter successful calls" : 0,
  335. "table alter unchanged and skipped" : 0,
  336. "table compact failed calls" : 0,
  337. "table compact successful calls" : 0,
  338. "table create failed calls" : 0,
  339. "table create successful calls" : 1,
  340. "table drop failed calls" : 0,
  341. "table drop successful calls" : 0,
  342. "table rebalance failed calls" : 0,
  343. "table rebalance successful calls" : 0,
  344. "table rename failed calls" : 0,
  345. "table rename successful calls" : 0,
  346. "table salvage failed calls" : 0,
  347. "table salvage successful calls" : 0,
  348. "table truncate failed calls" : 0,
  349. "table truncate successful calls" : 0,
  350. "table verify failed calls" : 0,
  351. "table verify successful calls" : 0
  352. },
  353. "thread-state" : {
  354. "active filesystem fsync calls" : 0,
  355. "active filesystem read calls" : 1,
  356. "active filesystem write calls" : 0
  357. },
  358. "thread-yield" : {
  359. "application thread time evicting (usecs)" : 1806,
  360. "application thread time waiting for cache (usecs)" : 4066,
  361. "page acquire busy blocked" : 60,
  362. "page acquire eviction blocked" : 0,
  363. "page acquire locked blocked" : 374,
  364. "page acquire read blocked" : 3517464,
  365. "page acquire time sleeping (usecs)" : 3638147000
  366. },
  367. "transaction" : {
  368. "number of named snapshots created" : 0,
  369. "number of named snapshots dropped" : 0,
  370. "transaction begins" : 53321911,
  371. "transaction checkpoint currently running" : 0,
  372. "transaction checkpoint generation" : 1312,
  373. "transaction checkpoint max time (msecs)" : 1629,
  374. "transaction checkpoint min time (msecs)" : 16,
  375. "transaction checkpoint most recent time (msecs)" : 182,
  376. "transaction checkpoint scrub dirty target" : 0,
  377. "transaction checkpoint scrub time (msecs)" : 0,
  378. "transaction checkpoint total time (msecs)" : 526646,
  379. "transaction checkpoints" : 1312,
  380. "transaction checkpoints skipped because database was clean" : 192,
  381. "transaction failures due to cache overflow" : 0,
  382. "transaction fsync calls for checkpoint after allocating the transaction ID" : 1312,
  383. "transaction fsync duration for checkpoint after allocating the transaction ID (usecs)" : 100237,
  384. "transaction range of IDs currently pinned" : 0,
  385. "transaction range of IDs currently pinned by a checkpoint" : 0,
  386. "transaction range of IDs currently pinned by named snapshots" : 0,
  387. "transaction sync calls" : 0,
  388. "transactions committed" : 56587,
  389. "transactions rolled back" : 53255005
  390. },
  391. "concurrentTransactions" : {
  392. "write" : {
  393. "out" : 0,
  394. "available" : 128,
  395. "totalTickets" : 128
  396. },
  397. "read" : {
  398. "out" : 1,
  399. "available" : 127,
  400. "totalTickets" : 128
  401. }
  402. }
  403. },
  404. "writeBacksQueued" : false,
  405. "mem" : {
  406. "bits" : 64,
  407. "resident" : 12203,
  408. "virtual" : 12854,
  409. "supported" : true,
  410. "mapped" : 0,
  411. "mappedWithJournal" : 0
  412. },
  413. "metrics" : {
  414. "commands" : {
  415. "aggregate" : {
  416. "failed" : NumberLong(0),
  417. "total" : NumberLong(290)
  418. },
  419. "buildInfo" : {
  420. "failed" : NumberLong(0),
  421. "total" : NumberLong(2)
  422. },
  423. "count" : {
  424. "failed" : NumberLong(0),
  425. "total" : NumberLong(9014)
  426. },
  427. "dbStats" : {
  428. "failed" : NumberLong(0),
  429. "total" : NumberLong(1)
  430. },
  431. "delete" : {
  432. "failed" : NumberLong(0),
  433. "total" : NumberLong(6796)
  434. },
  435. "distinct" : {
  436. "failed" : NumberLong(0),
  437. "total" : NumberLong(474)
  438. },
  439. "find" : {
  440. "failed" : NumberLong(0),
  441. "total" : NumberLong(38078)
  442. },
  443. "findAndModify" : {
  444. "failed" : NumberLong(0),
  445. "total" : NumberLong(5662)
  446. },
  447. "getLog" : {
  448. "failed" : NumberLong(0),
  449. "total" : NumberLong(2)
  450. },
  451. "getMore" : {
  452. "failed" : NumberLong(7),
  453. "total" : NumberLong(328889)
  454. },
  455. "getnonce" : {
  456. "failed" : NumberLong(0),
  457. "total" : NumberLong(8)
  458. },
  459. "insert" : {
  460. "failed" : NumberLong(0),
  461. "total" : NumberLong(12727)
  462. },
  463. "isMaster" : {
  464. "failed" : NumberLong(0),
  465. "total" : NumberLong(175361)
  466. },
  467. "listCollections" : {
  468. "failed" : NumberLong(0),
  469. "total" : NumberLong(1)
  470. },
  471. "listDatabases" : {
  472. "failed" : NumberLong(0),
  473. "total" : NumberLong(1)
  474. },
  475. "listIndexes" : {
  476. "failed" : NumberLong(0),
  477. "total" : NumberLong(14)
  478. },
  479. "ping" : {
  480. "failed" : NumberLong(0),
  481. "total" : NumberLong(57)
  482. },
  483. "replSetGetStatus" : {
  484. "failed" : NumberLong(2),
  485. "total" : NumberLong(2)
  486. },
  487. "serverStatus" : {
  488. "failed" : NumberLong(0),
  489. "total" : NumberLong(154)
  490. },
  491. "top" : {
  492. "failed" : NumberLong(0),
  493. "total" : NumberLong(232)
  494. },
  495. "update" : {
  496. "failed" : NumberLong(0),
  497. "total" : NumberLong(34149)
  498. },
  499. "whatsmyuri" : {
  500. "failed" : NumberLong(0),
  501. "total" : NumberLong(2)
  502. }
  503. },
  504. "cursor" : {
  505. "timedOut" : NumberLong(4249),
  506. "open" : {
  507. "noTimeout" : NumberLong(0),
  508. "pinned" : NumberLong(0),
  509. "total" : NumberLong(0)
  510. }
  511. },
  512. "document" : {
  513. "deleted" : NumberLong(4891),
  514. "inserted" : NumberLong(25452),
  515. "returned" : NumberLong(35771617),
  516. "updated" : NumberLong(39491)
  517. },
  518. "getLastError" : {
  519. "wtime" : {
  520. "num" : 0,
  521. "totalMillis" : 0
  522. },
  523. "wtimeouts" : NumberLong(0)
  524. },
  525. "operation" : {
  526. "fastmod" : NumberLong(0),
  527. "idhack" : NumberLong(7611),
  528. "scanAndOrder" : NumberLong(398),
  529. "writeConflicts" : NumberLong(330)
  530. },
  531. "queryExecutor" : {
  532. "scanned" : NumberLong(85225776),
  533. "scannedObjects" : NumberLong("6118136032")
  534. },
  535. "record" : {
  536. "moves" : NumberLong(0)
  537. },
  538. "repl" : {
  539. "executor" : {
  540. "counters" : {
  541. "eventCreated" : 0,
  542. "eventWait" : 0,
  543. "cancels" : 0,
  544. "waits" : 0,
  545. "scheduledNetCmd" : 0,
  546. "scheduledDBWork" : 0,
  547. "scheduledXclWork" : 0,
  548. "scheduledWorkAt" : 0,
  549. "scheduledWork" : 0,
  550. "schedulingFailures" : 0
  551. },
  552. "queues" : {
  553. "networkInProgress" : 0,
  554. "dbWorkInProgress" : 0,
  555. "exclusiveInProgress" : 0,
  556. "sleepers" : 0,
  557. "ready" : 0,
  558. "free" : 0
  559. },
  560. "unsignaledEvents" : 0,
  561. "eventWaiters" : 0,
  562. "shuttingDown" : false,
  563. "networkInterface" : "NetworkInterfaceASIO inShutdown: 0"
  564. },
  565. "apply" : {
  566. "attemptsToBecomeSecondary" : NumberLong(0),
  567. "batches" : {
  568. "num" : 0,
  569. "totalMillis" : 0
  570. },
  571. "ops" : NumberLong(0)
  572. },
  573. "buffer" : {
  574. "count" : NumberLong(0),
  575. "maxSizeBytes" : 268435456,
  576. "sizeBytes" : NumberLong(0)
  577. },
  578. "network" : {
  579. "bytes" : NumberLong(0),
  580. "getmores" : {
  581. "num" : 0,
  582. "totalMillis" : 0
  583. },
  584. "ops" : NumberLong(0),
  585. "readersCreated" : NumberLong(0)
  586. },
  587. "preload" : {
  588. "docs" : {
  589. "num" : 0,
  590. "totalMillis" : 0
  591. },
  592. "indexes" : {
  593. "num" : 0,
  594. "totalMillis" : 0
  595. }
  596. }
  597. },
  598. "storage" : {
  599. "freelist" : {
  600. "search" : {
  601. "bucketExhausted" : NumberLong(0),
  602. "requests" : NumberLong(0),
  603. "scanned" : NumberLong(0)
  604. }
  605. }
  606. },
  607. "ttl" : {
  608. "deletedDocuments" : NumberLong(176),
  609. "passes" : NumberLong(1513)
  610. }
  611. },
  612. "ok" : 1
  613. }
Add Comment
Please, Sign In to add comment