-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmongo.log
838 lines (838 loc) · 45.3 KB
/
mongo.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
{
"host" : "355b2b526f02",
"version" : "4.1.13",
"process" : "mongod",
"pid" : NumberLong(1),
"uptime" : 3437,
"uptimeMillis" : NumberLong(3437396),
"uptimeEstimate" : NumberLong(3437),
"localTime" : ISODate("2022-11-06T08:28:48.773Z"),
"asserts" : {
"regular" : 0,
"warning" : 0,
"msg" : 0,
"user" : 13,
"rollovers" : 0
},
"connections" : {
"current" : 1,
"available" : 838859,
"totalCreated" : 6,
"active" : 1
},
"extra_info" : {
"note" : "fields vary by platform",
"user_time_us" : NumberLong(12814786),
"system_time_us" : NumberLong(5415721),
"maximum_resident_set_kb" : NumberLong(98304),
"input_blocks" : NumberLong(57568),
"output_blocks" : NumberLong(14200),
"page_reclaims" : NumberLong(19627),
"page_faults" : NumberLong(397),
"voluntary_context_switches" : NumberLong(122289),
"involuntary_context_switches" : NumberLong(3174)
},
"flowControl" : {
"enabled" : false,
"targetRateLimit" : 1000000000,
"timeAcquiringMicros" : NumberLong(0),
"locksPerOp" : 0,
"sustainerRate" : 0,
"isLagged" : false
},
"freeMonitoring" : {
"state" : "undecided"
},
"globalLock" : {
"totalTime" : NumberLong("3437388000"),
"currentQueue" : {
"total" : 0,
"readers" : 0,
"writers" : 0
},
"activeClients" : {
"total" : 0,
"readers" : 0,
"writers" : 0
}
},
"locks" : {
"ParallelBatchWriter" : {
"acquireCount" : {
"r" : NumberLong(127)
}
},
"ReplicationStateTransition" : {
"acquireCount" : {
"w" : NumberLong(7048)
}
},
"Global" : {
"acquireCount" : {
"r" : NumberLong(6981),
"w" : NumberLong(63),
"W" : NumberLong(4)
}
},
"Database" : {
"acquireCount" : {
"r" : NumberLong(110),
"w" : NumberLong(59),
"W" : NumberLong(4)
}
},
"Collection" : {
"acquireCount" : {
"r" : NumberLong(128),
"w" : NumberLong(59)
}
},
"Mutex" : {
"acquireCount" : {
"r" : NumberLong(179)
}
}
},
"logicalSessionRecordCache" : {
"activeSessionsCount" : 1,
"sessionsCollectionJobCount" : 12,
"lastSessionsCollectionJobDurationMillis" : 0,
"lastSessionsCollectionJobTimestamp" : ISODate("2022-11-06T08:26:34.934Z"),
"lastSessionsCollectionJobEntriesRefreshed" : 0,
"lastSessionsCollectionJobEntriesEnded" : 0,
"lastSessionsCollectionJobCursorsClosed" : 0,
"transactionReaperJobCount" : 12,
"lastTransactionReaperJobDurationMillis" : 0,
"lastTransactionReaperJobTimestamp" : ISODate("2022-11-06T08:26:34.935Z"),
"lastTransactionReaperJobEntriesCleanedUp" : 0,
"sessionCatalogSize" : 0
},
"network" : {
"bytesIn" : NumberLong(11035),
"bytesOut" : NumberLong(28678),
"physicalBytesIn" : NumberLong(11035),
"physicalBytesOut" : NumberLong(28678),
"numRequests" : NumberLong(113),
"compression" : {
"snappy" : {
"compressor" : {
"bytesIn" : NumberLong(0),
"bytesOut" : NumberLong(0)
},
"decompressor" : {
"bytesIn" : NumberLong(0),
"bytesOut" : NumberLong(0)
}
},
"zstd" : {
"compressor" : {
"bytesIn" : NumberLong(0),
"bytesOut" : NumberLong(0)
},
"decompressor" : {
"bytesIn" : NumberLong(0),
"bytesOut" : NumberLong(0)
}
},
"zlib" : {
"compressor" : {
"bytesIn" : NumberLong(0),
"bytesOut" : NumberLong(0)
},
"decompressor" : {
"bytesIn" : NumberLong(0),
"bytesOut" : NumberLong(0)
}
}
},
"serviceExecutorTaskStats" : {
"executor" : "passthrough",
"threadsRunning" : 1
}
},
"opLatencies" : {
"reads" : {
"latency" : NumberLong(0),
"ops" : NumberLong(0)
},
"writes" : {
"latency" : NumberLong(0),
"ops" : NumberLong(0)
},
"commands" : {
"latency" : NumberLong(130207),
"ops" : NumberLong(112)
},
"transactions" : {
"latency" : NumberLong(0),
"ops" : NumberLong(0)
}
},
"opReadConcernCounters" : {
"available" : NumberLong(0),
"linearizable" : NumberLong(0),
"local" : NumberLong(0),
"majority" : NumberLong(0),
"snapshot" : NumberLong(0),
"none" : NumberLong(13)
},
"opcounters" : {
"insert" : NumberLong(0),
"query" : NumberLong(13),
"update" : NumberLong(2),
"delete" : NumberLong(0),
"getmore" : NumberLong(0),
"command" : NumberLong(128)
},
"opcountersRepl" : {
"insert" : NumberLong(0),
"query" : NumberLong(0),
"update" : NumberLong(0),
"delete" : NumberLong(0),
"getmore" : NumberLong(0),
"command" : NumberLong(0)
},
"storageEngine" : {
"name" : "wiredTiger",
"supportsCommittedReads" : true,
"oldestRequiredTimestampForCrashRecovery" : Timestamp(0, 0),
"supportsPendingDrops" : true,
"dropPendingIdents" : NumberLong(0),
"supportsSnapshotReadConcern" : true,
"readOnly" : false,
"persistent" : true,
"backupCursorOpen" : false
},
"tcmalloc" : {
"generic" : {
"current_allocated_bytes" : 93682512,
"heap_size" : 98537472
},
"tcmalloc" : {
"pageheap_free_bytes" : 3674112,
"pageheap_unmapped_bytes" : 4096,
"max_total_thread_cache_bytes" : NumberLong(1073741824),
"current_total_thread_cache_bytes" : 749936,
"total_free_bytes" : 1176752,
"central_cache_free_bytes" : 273728,
"transfer_cache_free_bytes" : 153088,
"thread_cache_free_bytes" : 749936,
"aggressive_memory_decommit" : 0,
"pageheap_committed_bytes" : 98533376,
"pageheap_scavenge_count" : 1,
"pageheap_commit_count" : 54,
"pageheap_total_commit_bytes" : 101380096,
"pageheap_decommit_count" : 1,
"pageheap_total_decommit_bytes" : 2846720,
"pageheap_reserve_count" : 51,
"pageheap_total_reserve_bytes" : 98537472,
"spinlock_total_delay_ns" : 1162057,
"formattedString" : "------------------------------------------------\nMALLOC: 93683088 ( 89.3 MiB) Bytes in use by application\nMALLOC: + 3674112 ( 3.5 MiB) Bytes in page heap freelist\nMALLOC: + 273728 ( 0.3 MiB) Bytes in central cache freelist\nMALLOC: + 153088 ( 0.1 MiB) Bytes in transfer cache freelist\nMALLOC: + 749360 ( 0.7 MiB) Bytes in thread cache freelists\nMALLOC: + 2752512 ( 2.6 MiB) Bytes in malloc metadata\nMALLOC: ------------\nMALLOC: = 101285888 ( 96.6 MiB) Actual memory used (physical + swap)\nMALLOC: + 4096 ( 0.0 MiB) Bytes released to OS (aka unmapped)\nMALLOC: ------------\nMALLOC: = 101289984 ( 96.6 MiB) Virtual address space used\nMALLOC:\nMALLOC: 656 Spans in use\nMALLOC: 26 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"
}
},
"trafficRecording" : {
"running" : false
},
"transactions" : {
"retriedCommandsCount" : NumberLong(0),
"retriedStatementsCount" : NumberLong(0),
"transactionsCollectionWriteCount" : NumberLong(0),
"currentActive" : NumberLong(0),
"currentInactive" : NumberLong(0),
"currentOpen" : NumberLong(0),
"totalAborted" : NumberLong(0),
"totalCommitted" : NumberLong(0),
"totalStarted" : NumberLong(0),
"totalPrepared" : NumberLong(0),
"totalPreparedThenCommitted" : NumberLong(0),
"totalPreparedThenAborted" : NumberLong(0),
"currentPrepared" : NumberLong(0)
},
"transportSecurity" : {
"1.0" : NumberLong(0),
"1.1" : NumberLong(0),
"1.2" : NumberLong(0),
"1.3" : NumberLong(0),
"unknown" : NumberLong(0)
},
"wiredTiger" : {
"uri" : "statistics:",
"async" : {
"current work queue length" : 0,
"maximum work queue length" : 0,
"number of allocation state races" : 0,
"number of flush calls" : 0,
"number of operation slots viewed for allocation" : 0,
"number of times operation allocation failed" : 0,
"number of times worker found no work" : 0,
"total allocations" : 0,
"total compact calls" : 0,
"total insert calls" : 0,
"total remove calls" : 0,
"total search calls" : 0,
"total update calls" : 0
},
"block-manager" : {
"blocks pre-loaded" : 9,
"blocks read" : 41,
"blocks written" : 68,
"bytes read" : 184320,
"bytes written" : 393216,
"bytes written for checkpoint" : 393216,
"mapped blocks read" : 0,
"mapped bytes read" : 0
},
"cache" : {
"application threads page read from disk to cache count" : 8,
"application threads page read from disk to cache time (usecs)" : 123,
"application threads page write from cache to disk count" : 30,
"application threads page write from cache to disk time (usecs)" : 16079,
"bytes belonging to page images in the cache" : 50683,
"bytes belonging to the cache overflow table in the cache" : 182,
"bytes currently in the cache" : 77569,
"bytes dirty in the cache cumulative" : 253248,
"bytes not belonging to page images in the cache" : 26886,
"bytes read into cache" : 46929,
"bytes written from cache" : 150524,
"cache overflow cursor application thread wait time (usecs)" : 0,
"cache overflow cursor internal thread wait time (usecs)" : 0,
"cache overflow score" : 0,
"cache overflow table entries" : 0,
"cache overflow table insert calls" : 0,
"cache overflow table max on-disk size" : 0,
"cache overflow table on-disk size" : 0,
"cache overflow table remove calls" : 0,
"checkpoint blocked page eviction" : 0,
"eviction calls to get a page" : 104,
"eviction calls to get a page found queue empty" : 102,
"eviction calls to get a page found queue empty after locking" : 0,
"eviction currently operating in aggressive mode" : 0,
"eviction empty score" : 0,
"eviction passes of a file" : 0,
"eviction server candidate queue empty when topping up" : 0,
"eviction server candidate queue not empty when topping up" : 0,
"eviction server evicting pages" : 0,
"eviction server slept, because we did not make progress with eviction" : 181,
"eviction server unable to reach eviction goal" : 0,
"eviction state" : 32,
"eviction walk target pages histogram - 0-9" : 0,
"eviction walk target pages histogram - 10-31" : 0,
"eviction walk target pages histogram - 128 and higher" : 0,
"eviction walk target pages histogram - 32-63" : 0,
"eviction walk target pages histogram - 64-128" : 0,
"eviction walks abandoned" : 0,
"eviction walks gave up because they restarted their walk twice" : 0,
"eviction walks gave up because they saw too many pages and found no candidates" : 0,
"eviction walks gave up because they saw too many pages and found too few candidates" : 0,
"eviction walks reached end of tree" : 0,
"eviction walks started from root of tree" : 0,
"eviction walks started from saved location in tree" : 0,
"eviction worker thread active" : 4,
"eviction worker thread created" : 0,
"eviction worker thread evicting pages" : 1,
"eviction worker thread removed" : 0,
"eviction worker thread stable number" : 0,
"failed eviction of pages that exceeded the in-memory maximum count" : 0,
"failed eviction of pages that exceeded the in-memory maximum time (usecs)" : 0,
"files with active eviction walks" : 0,
"files with new eviction walks started" : 0,
"force re-tuning of eviction workers once in a while" : 0,
"hazard pointer blocked page eviction" : 0,
"hazard pointer check calls" : 1,
"hazard pointer check entries walked" : 0,
"hazard pointer maximum array length" : 0,
"in-memory page passed criteria to be split" : 0,
"in-memory page splits" : 0,
"internal pages evicted" : 0,
"internal pages split during eviction" : 0,
"leaf pages split during eviction" : 0,
"maximum bytes configured" : 5696913408,
"maximum page size at eviction" : 0,
"modified pages evicted" : 1,
"modified pages evicted by application threads" : 0,
"operations timed out waiting for space in cache" : 0,
"overflow pages read into cache" : 0,
"page split during eviction deepened the tree" : 0,
"page written requiring cache overflow records" : 0,
"pages currently held in the cache" : 25,
"pages evicted because they exceeded the in-memory maximum count" : 0,
"pages evicted because they exceeded the in-memory maximum time (usecs)" : 0,
"pages evicted because they had chains of deleted items count" : 0,
"pages evicted because they had chains of deleted items time (usecs)" : 0,
"pages evicted by application threads" : 0,
"pages queued for eviction" : 0,
"pages queued for urgent eviction" : 1,
"pages queued for urgent eviction during walk" : 0,
"pages read into cache" : 18,
"pages read into cache after truncate" : 4,
"pages read into cache after truncate in prepare state" : 0,
"pages read into cache requiring cache overflow entries" : 0,
"pages read into cache requiring cache overflow for checkpoint" : 0,
"pages read into cache skipping older cache overflow entries" : 0,
"pages read into cache with skipped cache overflow entries needed later" : 0,
"pages read into cache with skipped cache overflow entries needed later by checkpoint" : 0,
"pages requested from the cache" : 1914,
"pages seen by eviction walk" : 0,
"pages selected for eviction unable to be evicted" : 0,
"pages walked for eviction" : 0,
"pages written from cache" : 31,
"pages written requiring in-memory restoration" : 0,
"percentage overhead" : 8,
"tracked bytes belonging to internal pages in the cache" : 4759,
"tracked bytes belonging to leaf pages in the cache" : 72810,
"tracked dirty bytes in the cache" : 0,
"tracked dirty pages in the cache" : 0,
"unmodified pages evicted" : 0
},
"capacity" : {
"background fsync file handles considered" : 0,
"background fsync file handles synced" : 0,
"background fsync time (msecs)" : 0,
"bytes read" : 90112,
"bytes written for checkpoint" : 126593,
"bytes written for eviction" : 0,
"bytes written for log" : 1258223104,
"bytes written total" : 1258349697,
"threshold to call fsync" : 0,
"time waiting due to total capacity (usecs)" : 0,
"time waiting during checkpoint (usecs)" : 0,
"time waiting during eviction (usecs)" : 0,
"time waiting during logging (usecs)" : 0,
"time waiting during read (usecs)" : 0
},
"connection" : {
"auto adjusting condition resets" : 258,
"auto adjusting condition wait calls" : 21146,
"detected system time went backwards" : 0,
"files currently open" : 16,
"memory allocations" : 84925,
"memory frees" : 83924,
"memory re-allocations" : 14065,
"pthread mutex condition wait calls" : 57456,
"pthread mutex shared lock read-lock calls" : 38802,
"pthread mutex shared lock write-lock calls" : 3755,
"total fsync I/Os" : 166,
"total read I/Os" : 1364,
"total write I/Os" : 150
},
"cursor" : {
"cached cursor count" : 8,
"cursor bulk loaded cursor insert calls" : 0,
"cursor close calls that result in cache" : 166,
"cursor create calls" : 94,
"cursor insert calls" : 29,
"cursor insert key and value bytes" : 17619,
"cursor modify calls" : 0,
"cursor modify key and value bytes affected" : 0,
"cursor modify value bytes modified" : 0,
"cursor next calls" : 105,
"cursor operation restarted" : 0,
"cursor prev calls" : 34,
"cursor remove calls" : 7,
"cursor remove key bytes removed" : 180,
"cursor reserve calls" : 0,
"cursor reset calls" : 2005,
"cursor search calls" : 1178,
"cursor search near calls" : 74,
"cursor sweep buckets" : 582,
"cursor sweep cursors closed" : 0,
"cursor sweep cursors examined" : 2,
"cursor sweeps" : 97,
"cursor truncate calls" : 0,
"cursor update calls" : 0,
"cursor update key and value bytes" : 0,
"cursor update value size change" : 0,
"cursors reused from cache" : 140,
"open cursor count" : 21
},
"data-handle" : {
"connection data handle size" : 424,
"connection data handles currently active" : 24,
"connection sweep candidate became referenced" : 0,
"connection sweep dhandles closed" : 0,
"connection sweep dhandles removed from hash list" : 13,
"connection sweep time-of-death sets" : 165,
"connection sweeps" : 343,
"session dhandles swept" : 0,
"session sweep attempts" : 42
},
"lock" : {
"checkpoint lock acquisitions" : 58,
"checkpoint lock application thread wait time (usecs)" : 2,
"checkpoint lock internal thread wait time (usecs)" : 1,
"commit timestamp queue lock application thread time waiting (usecs)" : 0,
"commit timestamp queue lock internal thread time waiting (usecs)" : 0,
"commit timestamp queue read lock acquisitions" : 0,
"commit timestamp queue write lock acquisitions" : 0,
"dhandle lock application thread time waiting (usecs)" : 0,
"dhandle lock internal thread time waiting (usecs)" : 0,
"dhandle read lock acquisitions" : 14230,
"dhandle write lock acquisitions" : 50,
"metadata lock acquisitions" : 58,
"metadata lock application thread wait time (usecs)" : 7,
"metadata lock internal thread wait time (usecs)" : 0,
"read timestamp queue lock application thread time waiting (usecs)" : 0,
"read timestamp queue lock internal thread time waiting (usecs)" : 0,
"read timestamp queue read lock acquisitions" : 0,
"read timestamp queue write lock acquisitions" : 0,
"schema lock acquisitions" : 84,
"schema lock application thread wait time (usecs)" : 3,
"schema lock internal thread wait time (usecs)" : 2,
"table lock application thread time waiting for the table lock (usecs)" : 0,
"table lock internal thread time waiting for the table lock (usecs)" : 0,
"table read lock acquisitions" : 0,
"table write lock acquisitions" : 13,
"txn global lock application thread time waiting (usecs)" : 0,
"txn global lock internal thread time waiting (usecs)" : 0,
"txn global read lock acquisitions" : 118,
"txn global write lock acquisitions" : 131
},
"log" : {
"busy returns attempting to switch slots" : 0,
"force archive time sleeping (usecs)" : 0,
"log bytes of payload data" : 11086,
"log bytes written" : 19840,
"log files manually zero-filled" : 0,
"log flush operations" : 34275,
"log force write operations" : 37753,
"log force write operations skipped" : 37694,
"log records compressed" : 10,
"log records not compressed" : 2,
"log records too small to compress" : 73,
"log release advances write LSN" : 10,
"log scan operations" : 6,
"log scan records requiring two reads" : 0,
"log server thread advances write LSN" : 59,
"log server thread write LSN walk skipped" : 4374,
"log sync operations" : 69,
"log sync time duration (usecs)" : 2886870,
"log sync_dir operations" : 1,
"log sync_dir time duration (usecs)" : 11011,
"log write operations" : 85,
"logging bytes consolidated" : 19328,
"maximum log file size" : 104857600,
"number of pre-allocated log files to create" : 2,
"pre-allocated log files not ready and missed" : 1,
"pre-allocated log files prepared" : 2,
"pre-allocated log files used" : 0,
"records processed by log scan" : 13,
"slot close lost race" : 0,
"slot close unbuffered waits" : 0,
"slot closures" : 69,
"slot join atomic update races" : 0,
"slot join calls atomic updates raced" : 0,
"slot join calls did not yield" : 85,
"slot join calls found active slot closed" : 0,
"slot join calls slept" : 0,
"slot join calls yielded" : 0,
"slot join found active slot closed" : 0,
"slot joins yield time (usecs)" : 0,
"slot transitions unable to find free slot" : 0,
"slot unbuffered writes" : 0,
"total in-memory size of compressed records" : 17317,
"total log buffer size" : 33554432,
"total size of compressed records" : 8818,
"written slots coalesced" : 0,
"yields waiting for previous log file close" : 0
},
"perf" : {
"file system read latency histogram (bucket 1) - 10-49ms" : 5,
"file system read latency histogram (bucket 2) - 50-99ms" : 0,
"file system read latency histogram (bucket 3) - 100-249ms" : 0,
"file system read latency histogram (bucket 4) - 250-499ms" : 0,
"file system read latency histogram (bucket 5) - 500-999ms" : 0,
"file system read latency histogram (bucket 6) - 1000ms+" : 0,
"file system write latency histogram (bucket 1) - 10-49ms" : 0,
"file system write latency histogram (bucket 2) - 50-99ms" : 0,
"file system write latency histogram (bucket 3) - 100-249ms" : 0,
"file system write latency histogram (bucket 4) - 250-499ms" : 0,
"file system write latency histogram (bucket 5) - 500-999ms" : 0,
"file system write latency histogram (bucket 6) - 1000ms+" : 0,
"operation read latency histogram (bucket 1) - 100-249us" : 0,
"operation read latency histogram (bucket 2) - 250-499us" : 0,
"operation read latency histogram (bucket 3) - 500-999us" : 0,
"operation read latency histogram (bucket 4) - 1000-9999us" : 0,
"operation read latency histogram (bucket 5) - 10000us+" : 0,
"operation write latency histogram (bucket 1) - 100-249us" : 0,
"operation write latency histogram (bucket 2) - 250-499us" : 1,
"operation write latency histogram (bucket 3) - 500-999us" : 0,
"operation write latency histogram (bucket 4) - 1000-9999us" : 0,
"operation write latency histogram (bucket 5) - 10000us+" : 0
},
"reconciliation" : {
"fast-path pages deleted" : 0,
"page reconciliation calls" : 41,
"page reconciliation calls for eviction" : 0,
"pages deleted" : 10,
"split bytes currently awaiting free" : 0,
"split objects currently awaiting free" : 0
},
"session" : {
"open session count" : 18,
"session query timestamp calls" : 0,
"table alter failed calls" : 0,
"table alter successful calls" : 0,
"table alter unchanged and skipped" : 0,
"table compact failed calls" : 0,
"table compact successful calls" : 0,
"table create failed calls" : 0,
"table create successful calls" : 1,
"table drop failed calls" : 0,
"table drop successful calls" : 0,
"table rebalance failed calls" : 0,
"table rebalance successful calls" : 0,
"table rename failed calls" : 0,
"table rename successful calls" : 0,
"table salvage failed calls" : 0,
"table salvage successful calls" : 0,
"table truncate failed calls" : 0,
"table truncate successful calls" : 0,
"table verify failed calls" : 0,
"table verify successful calls" : 0
},
"thread-state" : {
"active filesystem fsync calls" : 0,
"active filesystem read calls" : 0,
"active filesystem write calls" : 0
},
"thread-yield" : {
"application thread time evicting (usecs)" : 0,
"application thread time waiting for cache (usecs)" : 0,
"connection close blocked waiting for transaction state stabilization" : 0,
"connection close yielded for lsm manager shutdown" : 0,
"data handle lock yielded" : 0,
"get reference for page index and slot time sleeping (usecs)" : 0,
"log server sync yielded for log write" : 0,
"page access yielded due to prepare state change" : 0,
"page acquire busy blocked" : 0,
"page acquire eviction blocked" : 0,
"page acquire locked blocked" : 0,
"page acquire read blocked" : 0,
"page acquire time sleeping (usecs)" : 0,
"page delete rollback time sleeping for state change (usecs)" : 0,
"page reconciliation yielded due to child modification" : 0
},
"transaction" : {
"Number of prepared updates" : 0,
"Number of prepared updates added to cache overflow" : 0,
"Number of prepared updates resolved" : 0,
"commit timestamp queue entries walked" : 0,
"commit timestamp queue insert to empty" : 0,
"commit timestamp queue inserts to head" : 0,
"commit timestamp queue inserts total" : 0,
"commit timestamp queue length" : 0,
"number of named snapshots created" : 0,
"number of named snapshots dropped" : 0,
"prepared transactions" : 0,
"prepared transactions committed" : 0,
"prepared transactions currently active" : 0,
"prepared transactions rolled back" : 0,
"query timestamp calls" : 3437,
"read timestamp queue entries walked" : 0,
"read timestamp queue insert to empty" : 0,
"read timestamp queue inserts to head" : 0,
"read timestamp queue inserts total" : 0,
"read timestamp queue length" : 0,
"rollback to stable calls" : 0,
"rollback to stable updates aborted" : 0,
"rollback to stable updates removed from cache overflow" : 0,
"set timestamp calls" : 0,
"set timestamp commit calls" : 0,
"set timestamp commit updates" : 0,
"set timestamp oldest calls" : 0,
"set timestamp oldest updates" : 0,
"set timestamp stable calls" : 0,
"set timestamp stable updates" : 0,
"transaction begins" : 160,
"transaction checkpoint currently running" : 0,
"transaction checkpoint generation" : 59,
"transaction checkpoint max time (msecs)" : 4648,
"transaction checkpoint min time (msecs)" : 6,
"transaction checkpoint most recent time (msecs)" : 6,
"transaction checkpoint scrub dirty target" : 0,
"transaction checkpoint scrub time (msecs)" : 0,
"transaction checkpoint total time (msecs)" : 5993,
"transaction checkpoints" : 58,
"transaction checkpoints skipped because database was clean" : 0,
"transaction failures due to cache overflow" : 0,
"transaction fsync calls for checkpoint after allocating the transaction ID" : 58,
"transaction fsync duration for checkpoint after allocating the transaction ID (usecs)" : 0,
"transaction range of IDs currently pinned" : 0,
"transaction range of IDs currently pinned by a checkpoint" : 0,
"transaction range of IDs currently pinned by named snapshots" : 0,
"transaction range of timestamps currently pinned" : 0,
"transaction range of timestamps pinned by a checkpoint" : 0,
"transaction range of timestamps pinned by the oldest active read timestamp" : 0,
"transaction range of timestamps pinned by the oldest timestamp" : 0,
"transaction read timestamp of the oldest active reader" : 0,
"transaction sync calls" : 0,
"transactions committed" : 8,
"transactions rolled back" : 152,
"update conflicts" : 0
},
"concurrentTransactions" : {
"write" : {
"out" : 0,
"available" : 128,
"totalTickets" : 128
},
"read" : {
"out" : 1,
"available" : 127,
"totalTickets" : 128
}
},
"snapshot-window-settings" : {
"total number of cache overflow disk writes" : NumberLong(0),
"total number of SnapshotTooOld errors" : NumberLong(0),
"max target available snapshots window size in seconds" : 5,
"target available snapshots window size in seconds" : 5,
"current available snapshots window size in seconds" : 0,
"latest majority snapshot timestamp available" : "Jan 1 08:00:00:0",
"oldest majority snapshot timestamp available" : "Jan 1 08:00:00:0"
}
},
"mem" : {
"bits" : 64,
"resident" : 52,
"virtual" : 1534,
"supported" : true
},
"metrics" : {
"commands" : {
"buildInfo" : {
"failed" : NumberLong(0),
"total" : NumberLong(4)
},
"find" : {
"failed" : NumberLong(0),
"total" : NumberLong(13)
},
"isMaster" : {
"failed" : NumberLong(0),
"total" : NumberLong(81)
},
"listDatabases" : {
"failed" : NumberLong(0),
"total" : NumberLong(2)
},
"listIndexes" : {
"failed" : NumberLong(0),
"total" : NumberLong(24)
},
"ping" : {
"failed" : NumberLong(0),
"total" : NumberLong(1)
},
"replSetGetStatus" : {
"failed" : NumberLong(1),
"total" : NumberLong(1)
},
"saslContinue" : {
"failed" : NumberLong(0),
"total" : NumberLong(6)
},
"saslStart" : {
"failed" : NumberLong(3),
"total" : NumberLong(6)
},
"serverStatus" : {
"failed" : NumberLong(0),
"total" : NumberLong(1)
},
"update" : {
"failed" : NumberLong(0),
"total" : NumberLong(1)
},
"whatsmyuri" : {
"failed" : NumberLong(0),
"total" : NumberLong(2)
}
},
"cursor" : {
"timedOut" : NumberLong(0),
"open" : {
"noTimeout" : NumberLong(0),
"pinned" : NumberLong(0),
"total" : NumberLong(0)
}
},
"document" : {
"deleted" : NumberLong(0),
"inserted" : NumberLong(0),
"returned" : NumberLong(0),
"updated" : NumberLong(0)
},
"getLastError" : {
"wtime" : {
"num" : 0,
"totalMillis" : 0
},
"wtimeouts" : NumberLong(0)
},
"operation" : {
"scanAndOrder" : NumberLong(0),
"writeConflicts" : NumberLong(0)
},
"queryExecutor" : {
"scanned" : NumberLong(0),
"scannedObjects" : NumberLong(0)
},
"record" : {
"moves" : NumberLong(0)
},
"repl" : {
"executor" : {
"pool" : {
"inProgressCount" : 0
},
"queues" : {
"networkInProgress" : 0,
"sleepers" : 0
},
"unsignaledEvents" : 0,
"shuttingDown" : false,
"networkInterface" : "DEPRECATED: getDiagnosticString is deprecated in NetworkInterfaceTL"
},
"apply" : {
"attemptsToBecomeSecondary" : NumberLong(0),
"batchSize" : NumberLong(0),
"batches" : {
"num" : 0,
"totalMillis" : 0
},
"ops" : NumberLong(0)
},
"buffer" : {
"count" : NumberLong(0),
"maxSizeBytes" : NumberLong(0),
"sizeBytes" : NumberLong(0)
},
"initialSync" : {
"completed" : NumberLong(0),
"failedAttempts" : NumberLong(0),
"failures" : NumberLong(0)
},
"network" : {
"bytes" : NumberLong(0),
"getmores" : {
"num" : 0,
"totalMillis" : 0
},
"notMasterLegacyUnacknowledgedWrites" : NumberLong(0),
"notMasterUnacknowledgedWrites" : NumberLong(0),
"ops" : NumberLong(0),
"readersCreated" : NumberLong(0)
},
"stepDown" : {
"userOperationsKilled" : NumberLong(0),
"userOperationsRunning" : NumberLong(0)
}
},
"ttl" : {
"deletedDocuments" : NumberLong(2),
"passes" : NumberLong(57)
}
},
"ok" : 1
}