-
Notifications
You must be signed in to change notification settings - Fork 0
/
sortedMetrics.txt
951 lines (951 loc) · 49.7 KB
/
sortedMetrics.txt
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
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
end
local.oplog.rs.stats.avgObjSize
local.oplog.rs.stats.capped
local.oplog.rs.stats.count
local.oplog.rs.stats.end
local.oplog.rs.stats.max
local.oplog.rs.stats.maxSize
local.oplog.rs.stats.nindexes
local.oplog.rs.stats.ok
local.oplog.rs.stats.size
local.oplog.rs.stats.sleepCount
local.oplog.rs.stats.sleepMS
local.oplog.rs.stats.start
local.oplog.rs.stats.storageSize
local.oplog.rs.stats.totalIndexSize
local.oplog.rs.stats.wiredTiger.LSM.bloom filter false positives
local.oplog.rs.stats.wiredTiger.LSM.bloom filter hits
local.oplog.rs.stats.wiredTiger.LSM.bloom filter misses
local.oplog.rs.stats.wiredTiger.LSM.bloom filter pages evicted from cache
local.oplog.rs.stats.wiredTiger.LSM.bloom filter pages read into cache
local.oplog.rs.stats.wiredTiger.LSM.bloom filters in the LSM tree
local.oplog.rs.stats.wiredTiger.LSM.chunks in the LSM tree
local.oplog.rs.stats.wiredTiger.LSM.highest merge generation in the LSM tree
local.oplog.rs.stats.wiredTiger.LSM.queries that could have benefited from a Bloom filter that did not exist
local.oplog.rs.stats.wiredTiger.LSM.sleep for LSM checkpoint throttle
local.oplog.rs.stats.wiredTiger.LSM.sleep for LSM merge throttle
local.oplog.rs.stats.wiredTiger.LSM.total size of bloom filters
local.oplog.rs.stats.wiredTiger.block-manager.allocations requiring file extension
local.oplog.rs.stats.wiredTiger.block-manager.blocks allocated
local.oplog.rs.stats.wiredTiger.block-manager.blocks freed
local.oplog.rs.stats.wiredTiger.block-manager.checkpoint size
local.oplog.rs.stats.wiredTiger.block-manager.file allocation unit size
local.oplog.rs.stats.wiredTiger.block-manager.file bytes available for reuse
local.oplog.rs.stats.wiredTiger.block-manager.file magic number
local.oplog.rs.stats.wiredTiger.block-manager.file major version number
local.oplog.rs.stats.wiredTiger.block-manager.file size in bytes
local.oplog.rs.stats.wiredTiger.block-manager.minor version number
local.oplog.rs.stats.wiredTiger.btree.btree checkpoint generation
local.oplog.rs.stats.wiredTiger.btree.column-store fixed-size leaf pages
local.oplog.rs.stats.wiredTiger.btree.column-store internal pages
local.oplog.rs.stats.wiredTiger.btree.column-store variable-size RLE encoded values
local.oplog.rs.stats.wiredTiger.btree.column-store variable-size deleted values
local.oplog.rs.stats.wiredTiger.btree.column-store variable-size leaf pages
local.oplog.rs.stats.wiredTiger.btree.fixed-record size
local.oplog.rs.stats.wiredTiger.btree.maximum internal page key size
local.oplog.rs.stats.wiredTiger.btree.maximum internal page size
local.oplog.rs.stats.wiredTiger.btree.maximum leaf page key size
local.oplog.rs.stats.wiredTiger.btree.maximum leaf page size
local.oplog.rs.stats.wiredTiger.btree.maximum leaf page value size
local.oplog.rs.stats.wiredTiger.btree.maximum tree depth
local.oplog.rs.stats.wiredTiger.btree.number of key/value pairs
local.oplog.rs.stats.wiredTiger.btree.overflow pages
local.oplog.rs.stats.wiredTiger.btree.pages rewritten by compaction
local.oplog.rs.stats.wiredTiger.btree.row-store internal pages
local.oplog.rs.stats.wiredTiger.btree.row-store leaf pages
local.oplog.rs.stats.wiredTiger.cache.bytes currently in the cache
local.oplog.rs.stats.wiredTiger.cache.bytes read into cache
local.oplog.rs.stats.wiredTiger.cache.bytes written from cache
local.oplog.rs.stats.wiredTiger.cache.checkpoint blocked page eviction
local.oplog.rs.stats.wiredTiger.cache.data source pages selected for eviction unable to be evicted
local.oplog.rs.stats.wiredTiger.cache.hazard pointer blocked page eviction
local.oplog.rs.stats.wiredTiger.cache.in-memory page passed criteria to be split
local.oplog.rs.stats.wiredTiger.cache.in-memory page splits
local.oplog.rs.stats.wiredTiger.cache.internal pages evicted
local.oplog.rs.stats.wiredTiger.cache.internal pages split during eviction
local.oplog.rs.stats.wiredTiger.cache.leaf pages split during eviction
local.oplog.rs.stats.wiredTiger.cache.modified pages evicted
local.oplog.rs.stats.wiredTiger.cache.overflow pages read into cache
local.oplog.rs.stats.wiredTiger.cache.overflow values cached in memory
local.oplog.rs.stats.wiredTiger.cache.page split during eviction deepened the tree
local.oplog.rs.stats.wiredTiger.cache.page written requiring lookaside records
local.oplog.rs.stats.wiredTiger.cache.pages read into cache
local.oplog.rs.stats.wiredTiger.cache.pages read into cache requiring lookaside entries
local.oplog.rs.stats.wiredTiger.cache.pages requested from the cache
local.oplog.rs.stats.wiredTiger.cache.pages written from cache
local.oplog.rs.stats.wiredTiger.cache.pages written requiring in-memory restoration
local.oplog.rs.stats.wiredTiger.cache.unmodified pages evicted
local.oplog.rs.stats.wiredTiger.cache_walk.Average difference between current eviction generation when the page was last considered
local.oplog.rs.stats.wiredTiger.cache_walk.Average on-disk page image size seen
local.oplog.rs.stats.wiredTiger.cache_walk.Clean pages currently in cache
local.oplog.rs.stats.wiredTiger.cache_walk.Current eviction generation
local.oplog.rs.stats.wiredTiger.cache_walk.Dirty pages currently in cache
local.oplog.rs.stats.wiredTiger.cache_walk.Entries in the root page
local.oplog.rs.stats.wiredTiger.cache_walk.Internal pages currently in cache
local.oplog.rs.stats.wiredTiger.cache_walk.Leaf pages currently in cache
local.oplog.rs.stats.wiredTiger.cache_walk.Maximum difference between current eviction generation when the page was last considered
local.oplog.rs.stats.wiredTiger.cache_walk.Maximum page size seen
local.oplog.rs.stats.wiredTiger.cache_walk.Minimum on-disk page image size seen
local.oplog.rs.stats.wiredTiger.cache_walk.On-disk page image sizes smaller than a single allocation unit
local.oplog.rs.stats.wiredTiger.cache_walk.Pages created in memory and never written
local.oplog.rs.stats.wiredTiger.cache_walk.Pages currently queued for eviction
local.oplog.rs.stats.wiredTiger.cache_walk.Pages that could not be queued for eviction
local.oplog.rs.stats.wiredTiger.cache_walk.Refs skipped during cache traversal
local.oplog.rs.stats.wiredTiger.cache_walk.Size of the root page
local.oplog.rs.stats.wiredTiger.cache_walk.Total number of pages currently in cache
local.oplog.rs.stats.wiredTiger.compression.compressed pages read
local.oplog.rs.stats.wiredTiger.compression.compressed pages written
local.oplog.rs.stats.wiredTiger.compression.page written failed to compress
local.oplog.rs.stats.wiredTiger.compression.page written was too small to compress
local.oplog.rs.stats.wiredTiger.compression.raw compression call failed, additional data available
local.oplog.rs.stats.wiredTiger.compression.raw compression call failed, no additional data available
local.oplog.rs.stats.wiredTiger.compression.raw compression call succeeded
local.oplog.rs.stats.wiredTiger.cursor.bulk-loaded cursor-insert calls
local.oplog.rs.stats.wiredTiger.cursor.create calls
local.oplog.rs.stats.wiredTiger.cursor.cursor-insert key and value bytes inserted
local.oplog.rs.stats.wiredTiger.cursor.cursor-remove key bytes removed
local.oplog.rs.stats.wiredTiger.cursor.cursor-update value bytes updated
local.oplog.rs.stats.wiredTiger.cursor.insert calls
local.oplog.rs.stats.wiredTiger.cursor.next calls
local.oplog.rs.stats.wiredTiger.cursor.prev calls
local.oplog.rs.stats.wiredTiger.cursor.remove calls
local.oplog.rs.stats.wiredTiger.cursor.reset calls
local.oplog.rs.stats.wiredTiger.cursor.restarted searches
local.oplog.rs.stats.wiredTiger.cursor.search calls
local.oplog.rs.stats.wiredTiger.cursor.search near calls
local.oplog.rs.stats.wiredTiger.cursor.truncate calls
local.oplog.rs.stats.wiredTiger.cursor.update calls
local.oplog.rs.stats.wiredTiger.metadata.formatVersion
local.oplog.rs.stats.wiredTiger.metadata.oplogKeyExtractionVersion
local.oplog.rs.stats.wiredTiger.reconciliation.dictionary matches
local.oplog.rs.stats.wiredTiger.reconciliation.fast-path pages deleted
local.oplog.rs.stats.wiredTiger.reconciliation.internal page key bytes discarded using suffix compression
local.oplog.rs.stats.wiredTiger.reconciliation.internal page multi-block writes
local.oplog.rs.stats.wiredTiger.reconciliation.internal-page overflow keys
local.oplog.rs.stats.wiredTiger.reconciliation.leaf page key bytes discarded using prefix compression
local.oplog.rs.stats.wiredTiger.reconciliation.leaf page multi-block writes
local.oplog.rs.stats.wiredTiger.reconciliation.leaf-page overflow keys
local.oplog.rs.stats.wiredTiger.reconciliation.maximum blocks required for a page
local.oplog.rs.stats.wiredTiger.reconciliation.overflow values written
local.oplog.rs.stats.wiredTiger.reconciliation.page checksum matches
local.oplog.rs.stats.wiredTiger.reconciliation.page reconciliation calls
local.oplog.rs.stats.wiredTiger.reconciliation.page reconciliation calls for eviction
local.oplog.rs.stats.wiredTiger.reconciliation.pages deleted
local.oplog.rs.stats.wiredTiger.session.object compaction
local.oplog.rs.stats.wiredTiger.session.open cursor count
local.oplog.rs.stats.wiredTiger.transaction.update conflicts
replSetGetStatus.date
replSetGetStatus.end
replSetGetStatus.heartbeatIntervalMillis
replSetGetStatus.myState
replSetGetStatus.ok
replSetGetStatus.optimes.lastCommittedOpTime.t
replSetGetStatus.start
replSetGetStatus.term
serverStatus.asserts.msg
serverStatus.asserts.regular
serverStatus.asserts.rollovers
serverStatus.asserts.user
serverStatus.asserts.warning
serverStatus.connections.available
serverStatus.connections.current
serverStatus.connections.totalCreated
serverStatus.end
serverStatus.extra_info.page_faults
serverStatus.globalLock.activeClients.readers
serverStatus.globalLock.activeClients.total
serverStatus.globalLock.activeClients.writers
serverStatus.globalLock.currentQueue.readers
serverStatus.globalLock.currentQueue.total
serverStatus.globalLock.currentQueue.writers
serverStatus.globalLock.totalTime
serverStatus.localTime
serverStatus.locks.Collection.acquireCount.W
serverStatus.locks.Collection.acquireCount.r
serverStatus.locks.Collection.acquireCount.w
serverStatus.locks.Collection.acquireWaitCount.W
serverStatus.locks.Collection.acquireWaitCount.r
serverStatus.locks.Collection.acquireWaitCount.w
serverStatus.locks.Collection.timeAcquiringMicros.W
serverStatus.locks.Collection.timeAcquiringMicros.r
serverStatus.locks.Collection.timeAcquiringMicros.w
serverStatus.locks.Database.acquireCount.R
serverStatus.locks.Database.acquireCount.W
serverStatus.locks.Database.acquireCount.r
serverStatus.locks.Database.acquireCount.w
serverStatus.locks.Database.acquireWaitCount.R
serverStatus.locks.Database.acquireWaitCount.W
serverStatus.locks.Database.acquireWaitCount.r
serverStatus.locks.Database.acquireWaitCount.w
serverStatus.locks.Database.timeAcquiringMicros.R
serverStatus.locks.Database.timeAcquiringMicros.W
serverStatus.locks.Database.timeAcquiringMicros.r
serverStatus.locks.Database.timeAcquiringMicros.w
serverStatus.locks.Global.acquireCount.R
serverStatus.locks.Global.acquireCount.W
serverStatus.locks.Global.acquireCount.r
serverStatus.locks.Global.acquireCount.w
serverStatus.locks.Global.acquireWaitCount.R
serverStatus.locks.Global.acquireWaitCount.W
serverStatus.locks.Global.acquireWaitCount.r
serverStatus.locks.Global.acquireWaitCount.w
serverStatus.locks.Global.timeAcquiringMicros.R
serverStatus.locks.Global.timeAcquiringMicros.W
serverStatus.locks.Global.timeAcquiringMicros.r
serverStatus.locks.Global.timeAcquiringMicros.w
serverStatus.locks.Metadata.acquireCount.W
serverStatus.locks.Metadata.acquireCount.w
serverStatus.locks.oplog.acquireCount.r
serverStatus.locks.oplog.acquireCount.w
serverStatus.mem.bits
serverStatus.mem.mapped
serverStatus.mem.mappedWithJournal
serverStatus.mem.resident
serverStatus.mem.supported
serverStatus.mem.virtual
serverStatus.metrics.commands.<UNKNOWN>
serverStatus.metrics.commands._configsvrAddShard.failed
serverStatus.metrics.commands._configsvrAddShard.total
serverStatus.metrics.commands._configsvrAddShardToZone.failed
serverStatus.metrics.commands._configsvrAddShardToZone.total
serverStatus.metrics.commands._configsvrBalancerStart.failed
serverStatus.metrics.commands._configsvrBalancerStart.total
serverStatus.metrics.commands._configsvrBalancerStatus.failed
serverStatus.metrics.commands._configsvrBalancerStatus.total
serverStatus.metrics.commands._configsvrBalancerStop.failed
serverStatus.metrics.commands._configsvrBalancerStop.total
serverStatus.metrics.commands._configsvrCommitChunkMerge.failed
serverStatus.metrics.commands._configsvrCommitChunkMerge.total
serverStatus.metrics.commands._configsvrCommitChunkMigration.failed
serverStatus.metrics.commands._configsvrCommitChunkMigration.total
serverStatus.metrics.commands._configsvrCommitChunkSplit.failed
serverStatus.metrics.commands._configsvrCommitChunkSplit.total
serverStatus.metrics.commands._configsvrMoveChunk.failed
serverStatus.metrics.commands._configsvrMoveChunk.total
serverStatus.metrics.commands._configsvrRemoveShardFromZone.failed
serverStatus.metrics.commands._configsvrRemoveShardFromZone.total
serverStatus.metrics.commands._configsvrSetFeatureCompatibilityVersion.failed
serverStatus.metrics.commands._configsvrSetFeatureCompatibilityVersion.total
serverStatus.metrics.commands._configsvrUpdateZoneKeyRange.failed
serverStatus.metrics.commands._configsvrUpdateZoneKeyRange.total
serverStatus.metrics.commands._getUserCacheGeneration.failed
serverStatus.metrics.commands._getUserCacheGeneration.total
serverStatus.metrics.commands._isSelf.failed
serverStatus.metrics.commands._isSelf.total
serverStatus.metrics.commands._mergeAuthzCollections.failed
serverStatus.metrics.commands._mergeAuthzCollections.total
serverStatus.metrics.commands._migrateClone.failed
serverStatus.metrics.commands._migrateClone.total
serverStatus.metrics.commands._recvChunkAbort.failed
serverStatus.metrics.commands._recvChunkAbort.total
serverStatus.metrics.commands._recvChunkCommit.failed
serverStatus.metrics.commands._recvChunkCommit.total
serverStatus.metrics.commands._recvChunkStart.failed
serverStatus.metrics.commands._recvChunkStart.total
serverStatus.metrics.commands._recvChunkStatus.failed
serverStatus.metrics.commands._recvChunkStatus.total
serverStatus.metrics.commands._transferMods.failed
serverStatus.metrics.commands._transferMods.total
serverStatus.metrics.commands.aggregate.failed
serverStatus.metrics.commands.aggregate.total
serverStatus.metrics.commands.appendOplogNote.failed
serverStatus.metrics.commands.appendOplogNote.total
serverStatus.metrics.commands.applyOps.failed
serverStatus.metrics.commands.applyOps.total
serverStatus.metrics.commands.authSchemaUpgrade.failed
serverStatus.metrics.commands.authSchemaUpgrade.total
serverStatus.metrics.commands.authenticate.failed
serverStatus.metrics.commands.authenticate.total
serverStatus.metrics.commands.availableQueryOptions.failed
serverStatus.metrics.commands.availableQueryOptions.total
serverStatus.metrics.commands.buildInfo.failed
serverStatus.metrics.commands.buildInfo.total
serverStatus.metrics.commands.checkShardingIndex.failed
serverStatus.metrics.commands.checkShardingIndex.total
serverStatus.metrics.commands.cleanupOrphaned.failed
serverStatus.metrics.commands.cleanupOrphaned.total
serverStatus.metrics.commands.clone.failed
serverStatus.metrics.commands.clone.total
serverStatus.metrics.commands.cloneCollection.failed
serverStatus.metrics.commands.cloneCollection.total
serverStatus.metrics.commands.cloneCollectionAsCapped.failed
serverStatus.metrics.commands.cloneCollectionAsCapped.total
serverStatus.metrics.commands.collMod.failed
serverStatus.metrics.commands.collMod.total
serverStatus.metrics.commands.collStats.failed
serverStatus.metrics.commands.collStats.total
serverStatus.metrics.commands.compact.failed
serverStatus.metrics.commands.compact.total
serverStatus.metrics.commands.connPoolStats.failed
serverStatus.metrics.commands.connPoolStats.total
serverStatus.metrics.commands.connPoolSync.failed
serverStatus.metrics.commands.connPoolSync.total
serverStatus.metrics.commands.connectionStatus.failed
serverStatus.metrics.commands.connectionStatus.total
serverStatus.metrics.commands.convertToCapped.failed
serverStatus.metrics.commands.convertToCapped.total
serverStatus.metrics.commands.copydb.failed
serverStatus.metrics.commands.copydb.total
serverStatus.metrics.commands.copydbgetnonce.failed
serverStatus.metrics.commands.copydbgetnonce.total
serverStatus.metrics.commands.copydbsaslstart.failed
serverStatus.metrics.commands.copydbsaslstart.total
serverStatus.metrics.commands.count.failed
serverStatus.metrics.commands.count.total
serverStatus.metrics.commands.create.failed
serverStatus.metrics.commands.create.total
serverStatus.metrics.commands.createIndexes.failed
serverStatus.metrics.commands.createRole.failed
serverStatus.metrics.commands.createRole.total
serverStatus.metrics.commands.createUser.failed
serverStatus.metrics.commands.createUser.total
serverStatus.metrics.commands.currentOp.failed
serverStatus.metrics.commands.currentOp.total
serverStatus.metrics.commands.currentOpCtx.failed
serverStatus.metrics.commands.currentOpCtx.total
serverStatus.metrics.commands.dataSize.failed
serverStatus.metrics.commands.dataSize.total
serverStatus.metrics.commands.dbHash.failed
serverStatus.metrics.commands.dbHash.total
serverStatus.metrics.commands.dbStats.failed
serverStatus.metrics.commands.dbStats.total
serverStatus.metrics.commands.delete.failed
serverStatus.metrics.commands.delete.total
serverStatus.metrics.commands.diagLogging.failed
serverStatus.metrics.commands.diagLogging.total
serverStatus.metrics.commands.distinct.failed
serverStatus.metrics.commands.distinct.total
serverStatus.metrics.commands.driverOIDTest.failed
serverStatus.metrics.commands.driverOIDTest.total
serverStatus.metrics.commands.drop.failed
serverStatus.metrics.commands.drop.total
serverStatus.metrics.commands.dropAllRolesFromDatabase.failed
serverStatus.metrics.commands.dropAllRolesFromDatabase.total
serverStatus.metrics.commands.dropAllUsersFromDatabase.failed
serverStatus.metrics.commands.dropAllUsersFromDatabase.total
serverStatus.metrics.commands.dropDatabase.failed
serverStatus.metrics.commands.dropDatabase.total
serverStatus.metrics.commands.dropIndexes.failed
serverStatus.metrics.commands.dropIndexes.total
serverStatus.metrics.commands.dropRole.failed
serverStatus.metrics.commands.dropRole.total
serverStatus.metrics.commands.dropUser.failed
serverStatus.metrics.commands.dropUser.total
serverStatus.metrics.commands.eval.failed
serverStatus.metrics.commands.eval.total
serverStatus.metrics.commands.explain.failed
serverStatus.metrics.commands.explain.total
serverStatus.metrics.commands.features.failed
serverStatus.metrics.commands.features.total
serverStatus.metrics.commands.filemd5.failed
serverStatus.metrics.commands.filemd5.total
serverStatus.metrics.commands.find.failed
serverStatus.metrics.commands.find.total
serverStatus.metrics.commands.findAndModify.failed
serverStatus.metrics.commands.findAndModify.total
serverStatus.metrics.commands.forceerror.failed
serverStatus.metrics.commands.forceerror.total
serverStatus.metrics.commands.fsync.failed
serverStatus.metrics.commands.fsync.total
serverStatus.metrics.commands.fsyncUnlock.failed
serverStatus.metrics.commands.fsyncUnlock.total
serverStatus.metrics.commands.geoNear.failed
serverStatus.metrics.commands.geoNear.total
serverStatus.metrics.commands.geoSearch.failed
serverStatus.metrics.commands.geoSearch.total
serverStatus.metrics.commands.getCmdLineOpts.failed
serverStatus.metrics.commands.getCmdLineOpts.total
serverStatus.metrics.commands.getDiagnosticData.failed
serverStatus.metrics.commands.getDiagnosticData.total
serverStatus.metrics.commands.getLastError.failed
serverStatus.metrics.commands.getLastError.total
serverStatus.metrics.commands.getLog.failed
serverStatus.metrics.commands.getLog.total
serverStatus.metrics.commands.getMore.failed
serverStatus.metrics.commands.getMore.total
serverStatus.metrics.commands.getParameter.failed
serverStatus.metrics.commands.getParameter.total
serverStatus.metrics.commands.getPrevError.failed
serverStatus.metrics.commands.getPrevError.total
serverStatus.metrics.commands.getShardMap.failed
serverStatus.metrics.commands.getShardMap.total
serverStatus.metrics.commands.getShardVersion.failed
serverStatus.metrics.commands.getShardVersion.total
serverStatus.metrics.commands.getnonce.failed
serverStatus.metrics.commands.getnonce.total
serverStatus.metrics.commands.grantPrivilegesToRole.failed
serverStatus.metrics.commands.grantPrivilegesToRole.total
serverStatus.metrics.commands.grantRolesToRole.failed
serverStatus.metrics.commands.grantRolesToRole.total
serverStatus.metrics.commands.grantRolesToUser.failed
serverStatus.metrics.commands.grantRolesToUser.total
serverStatus.metrics.commands.group.failed
serverStatus.metrics.commands.group.total
serverStatus.metrics.commands.handshake.failed
serverStatus.metrics.commands.handshake.total
serverStatus.metrics.commands.hostInfo.failed
serverStatus.metrics.commands.hostInfo.total
serverStatus.metrics.commands.insert.failed
serverStatus.metrics.commands.insert.total
serverStatus.metrics.commands.invalidateUserCache.failed
serverStatus.metrics.commands.invalidateUserCache.total
serverStatus.metrics.commands.isMaster.failed
serverStatus.metrics.commands.isMaster.total
serverStatus.metrics.commands.killCursors.failed
serverStatus.metrics.commands.killCursors.total
serverStatus.metrics.commands.killOp.failed
serverStatus.metrics.commands.killOp.total
serverStatus.metrics.commands.listCollections.failed
serverStatus.metrics.commands.listCollections.total
serverStatus.metrics.commands.listCommands.failed
serverStatus.metrics.commands.listCommands.total
serverStatus.metrics.commands.listDatabases.failed
serverStatus.metrics.commands.listDatabases.total
serverStatus.metrics.commands.listIndexes.failed
serverStatus.metrics.commands.listIndexes.total
serverStatus.metrics.commands.lockInfo.failed
serverStatus.metrics.commands.lockInfo.total
serverStatus.metrics.commands.logRotate.failed
serverStatus.metrics.commands.logRotate.total
serverStatus.metrics.commands.logout.failed
serverStatus.metrics.commands.logout.total
serverStatus.metrics.commands.mapReduce.failed
serverStatus.metrics.commands.mapReduce.total
serverStatus.metrics.commands.mapreduce.shardedfinish.failed
serverStatus.metrics.commands.mapreduce.shardedfinish.total
serverStatus.metrics.commands.mergeChunks.failed
serverStatus.metrics.commands.mergeChunks.total
serverStatus.metrics.commands.moveChunk.failed
serverStatus.metrics.commands.moveChunk.total
serverStatus.metrics.commands.parallelCollectionScan.failed
serverStatus.metrics.commands.parallelCollectionScan.total
serverStatus.metrics.commands.ping.failed
serverStatus.metrics.commands.ping.total
serverStatus.metrics.commands.planCacheClear.failed
serverStatus.metrics.commands.planCacheClear.total
serverStatus.metrics.commands.planCacheClearFilters.failed
serverStatus.metrics.commands.planCacheClearFilters.total
serverStatus.metrics.commands.planCacheListFilters.failed
serverStatus.metrics.commands.planCacheListFilters.total
serverStatus.metrics.commands.planCacheListPlans.failed
serverStatus.metrics.commands.planCacheListPlans.total
serverStatus.metrics.commands.planCacheListQueryShapes.failed
serverStatus.metrics.commands.planCacheListQueryShapes.total
serverStatus.metrics.commands.planCacheSetFilter.failed
serverStatus.metrics.commands.planCacheSetFilter.total
serverStatus.metrics.commands.profile.failed
serverStatus.metrics.commands.profile.total
serverStatus.metrics.commands.reIndex.failed
serverStatus.metrics.commands.reIndex.total
serverStatus.metrics.commands.renameCollection.failed
serverStatus.metrics.commands.renameCollection.total
serverStatus.metrics.commands.repairCursor.failed
serverStatus.metrics.commands.repairCursor.total
serverStatus.metrics.commands.repairDatabase.failed
serverStatus.metrics.commands.repairDatabase.total
serverStatus.metrics.commands.replSetElect.failed
serverStatus.metrics.commands.replSetElect.total
serverStatus.metrics.commands.replSetFreeze.failed
serverStatus.metrics.commands.replSetFreeze.total
serverStatus.metrics.commands.replSetFresh.failed
serverStatus.metrics.commands.replSetFresh.total
serverStatus.metrics.commands.replSetGetConfig.failed
serverStatus.metrics.commands.replSetGetConfig.total
serverStatus.metrics.commands.replSetGetRBID.failed
serverStatus.metrics.commands.replSetGetRBID.total
serverStatus.metrics.commands.replSetGetStatus.failed
serverStatus.metrics.commands.replSetGetStatus.total
serverStatus.metrics.commands.replSetHeartbeat.failed
serverStatus.metrics.commands.replSetHeartbeat.total
serverStatus.metrics.commands.replSetInitiate.failed
serverStatus.metrics.commands.replSetInitiate.total
serverStatus.metrics.commands.replSetMaintenance.failed
serverStatus.metrics.commands.replSetMaintenance.total
serverStatus.metrics.commands.replSetReconfig.failed
serverStatus.metrics.commands.replSetReconfig.total
serverStatus.metrics.commands.replSetRequestVotes.failed
serverStatus.metrics.commands.replSetRequestVotes.total
serverStatus.metrics.commands.replSetStepDown.failed
serverStatus.metrics.commands.replSetStepDown.total
serverStatus.metrics.commands.replSetStepUp.failed
serverStatus.metrics.commands.replSetStepUp.total
serverStatus.metrics.commands.replSetSyncFrom.failed
serverStatus.metrics.commands.replSetSyncFrom.total
serverStatus.metrics.commands.replSetUpdatePosition.failed
serverStatus.metrics.commands.replSetUpdatePosition.total
serverStatus.metrics.commands.resetError.failed
serverStatus.metrics.commands.resetError.total
serverStatus.metrics.commands.resync.failed
serverStatus.metrics.commands.resync.total
serverStatus.metrics.commands.revokePrivilegesFromRole.failed
serverStatus.metrics.commands.revokePrivilegesFromRole.total
serverStatus.metrics.commands.revokeRolesFromRole.failed
serverStatus.metrics.commands.revokeRolesFromRole.total
serverStatus.metrics.commands.revokeRolesFromUser.failed
serverStatus.metrics.commands.revokeRolesFromUser.total
serverStatus.metrics.commands.rolesInfo.failed
serverStatus.metrics.commands.rolesInfo.total
serverStatus.metrics.commands.saslContinue.failed
serverStatus.metrics.commands.saslContinue.total
serverStatus.metrics.commands.saslStart.failed
serverStatus.metrics.commands.saslStart.total
serverStatus.metrics.commands.serverStatus.failed
serverStatus.metrics.commands.serverStatus.total
serverStatus.metrics.commands.setFeatureCompatibilityVersion.failed
serverStatus.metrics.commands.setFeatureCompatibilityVersion.total
serverStatus.metrics.commands.setParameter.failed
serverStatus.metrics.commands.setParameter.total
serverStatus.metrics.commands.setShardVersion.failed
serverStatus.metrics.commands.setShardVersion.total
serverStatus.metrics.commands.shardConnPoolStats.failed
serverStatus.metrics.commands.shardConnPoolStats.total
serverStatus.metrics.commands.shardingState.failed
serverStatus.metrics.commands.shardingState.total
serverStatus.metrics.commands.shutdown.failed
serverStatus.metrics.commands.shutdown.total
serverStatus.metrics.commands.splitChunk.failed
serverStatus.metrics.commands.splitChunk.total
serverStatus.metrics.commands.splitVector.failed
serverStatus.metrics.commands.splitVector.total
serverStatus.metrics.commands.top.failed
serverStatus.metrics.commands.top.total
serverStatus.metrics.commands.touch.failed
serverStatus.metrics.commands.touch.total
serverStatus.metrics.commands.unsetSharding.failed
serverStatus.metrics.commands.unsetSharding.total
serverStatus.metrics.commands.update.failed
serverStatus.metrics.commands.update.total
serverStatus.metrics.commands.updateRole.failed
serverStatus.metrics.commands.updateRole.total
serverStatus.metrics.commands.updateUser.failed
serverStatus.metrics.commands.updateUser.total
serverStatus.metrics.commands.usersInfo.failed
serverStatus.metrics.commands.usersInfo.total
serverStatus.metrics.commands.validate.failed
serverStatus.metrics.commands.validate.total
serverStatus.metrics.commands.whatsmyuri.failed
serverStatus.metrics.commands.whatsmyuri.total
serverStatus.metrics.cursor.open.noTimeout
serverStatus.metrics.cursor.open.pinned
serverStatus.metrics.cursor.open.total
serverStatus.metrics.cursor.timedOut
serverStatus.metrics.document.deleted
serverStatus.metrics.document.inserted
serverStatus.metrics.document.returned
serverStatus.metrics.document.updated
serverStatus.metrics.getLastError.wtime.num
serverStatus.metrics.getLastError.wtime.totalMillis
serverStatus.metrics.getLastError.wtimeouts
serverStatus.metrics.operation.scanAndOrder
serverStatus.metrics.operation.writeConflicts
serverStatus.metrics.record.moves
serverStatus.metrics.repl.apply.attemptsToBecomeSecondary
serverStatus.metrics.repl.apply.batches.num
serverStatus.metrics.repl.apply.batches.totalMillis
serverStatus.metrics.repl.apply.ops
serverStatus.metrics.repl.buffer.count
serverStatus.metrics.repl.buffer.maxSizeBytes
serverStatus.metrics.repl.buffer.sizeBytes
serverStatus.metrics.repl.executor.counters.cancels
serverStatus.metrics.repl.executor.counters.eventCreated
serverStatus.metrics.repl.executor.counters.eventWait
serverStatus.metrics.repl.executor.counters.scheduledDBWork
serverStatus.metrics.repl.executor.counters.scheduledNetCmd
serverStatus.metrics.repl.executor.counters.scheduledWork
serverStatus.metrics.repl.executor.counters.scheduledWorkAt
serverStatus.metrics.repl.executor.counters.scheduledXclWork
serverStatus.metrics.repl.executor.counters.schedulingFailures
serverStatus.metrics.repl.executor.counters.waits
serverStatus.metrics.repl.executor.eventWaiters
serverStatus.metrics.repl.executor.queues.dbWorkInProgress
serverStatus.metrics.repl.executor.queues.exclusiveInProgress
serverStatus.metrics.repl.executor.queues.free
serverStatus.metrics.repl.executor.queues.networkInProgress
serverStatus.metrics.repl.executor.queues.ready
serverStatus.metrics.repl.executor.queues.sleepers
serverStatus.metrics.repl.executor.shuttingDown
serverStatus.metrics.repl.executor.unsignaledEvents
serverStatus.metrics.repl.initialSync.completed
serverStatus.metrics.repl.initialSync.failedAttempts
serverStatus.metrics.repl.initialSync.failures
serverStatus.metrics.repl.network.bytes
serverStatus.metrics.repl.network.getmores.num
serverStatus.metrics.repl.network.getmores.totalMillis
serverStatus.metrics.repl.network.ops
serverStatus.metrics.repl.network.readersCreated
serverStatus.metrics.repl.preload.docs.num
serverStatus.metrics.repl.preload.docs.totalMillis
serverStatus.metrics.repl.preload.indexes.num
serverStatus.metrics.repl.preload.indexes.totalMillis
serverStatus.metrics.storage.freelist.search.bucketExhausted
serverStatus.metrics.storage.freelist.search.requests
serverStatus.metrics.storage.freelist.search.scanned
serverStatus.metrics.ttl.deletedDocuments
serverStatus.metrics.ttl.passes
serverStatus.network.bytesIn
serverStatus.network.bytesOut
serverStatus.network.numRequests
serverStatus.network.physicalBytesIn
serverStatus.network.physicalBytesOut
serverStatus.ok
serverStatus.opLatencies.commands.latency
serverStatus.opLatencies.commands.ops
serverStatus.opLatencies.reads.latency
serverStatus.opLatencies.reads.ops
serverStatus.opLatencies.writes.latency
serverStatus.opLatencies.writes.ops
serverStatus.opcounters.command
serverStatus.opcounters.delete
serverStatus.opcounters.getmore
serverStatus.opcounters.insert
serverStatus.opcounters.query
serverStatus.opcounters.update
serverStatus.opcountersRepl.command
serverStatus.opcountersRepl.delete
serverStatus.opcountersRepl.getmore
serverStatus.opcountersRepl.insert
serverStatus.opcountersRepl.query
serverStatus.opcountersRepl.update
serverStatus.pid
serverStatus.repl.ismaster
serverStatus.repl.lastWrite.lastWriteDate
serverStatus.repl.lastWrite.opTime.t
serverStatus.repl.rbid
serverStatus.repl.secondary
serverStatus.repl.setVersion
serverStatus.start
serverStatus.storageEngine.persistent
serverStatus.storageEngine.readOnly
serverStatus.storageEngine.supportsCommittedReads
serverStatus.tcmalloc.generic.current_allocated_bytes
serverStatus.tcmalloc.generic.heap_size
serverStatus.tcmalloc.tcmalloc.aggressive_memory_decommit
serverStatus.tcmalloc.tcmalloc.central_cache_free_bytes
serverStatus.tcmalloc.tcmalloc.current_total_thread_cache_bytes
serverStatus.tcmalloc.tcmalloc.max_total_thread_cache_bytes
serverStatus.tcmalloc.tcmalloc.pageheap_free_bytes
serverStatus.tcmalloc.tcmalloc.pageheap_unmapped_bytes
serverStatus.tcmalloc.tcmalloc.thread_cache_free_bytes
serverStatus.tcmalloc.tcmalloc.total_free_bytes
serverStatus.tcmalloc.tcmalloc.transfer_cache_free_bytes
serverStatus.timing.after asserts
serverStatus.timing.after backgroundFlushing
serverStatus.timing.after basic
serverStatus.timing.after connections
serverStatus.timing.after dur
serverStatus.timing.after extra_info
serverStatus.timing.after globalLock
serverStatus.timing.after locks
serverStatus.timing.after network
serverStatus.timing.after opLatencies
serverStatus.timing.after opcounters
serverStatus.timing.after opcountersRepl
serverStatus.timing.after repl
serverStatus.timing.after security
serverStatus.timing.after storageEngine
serverStatus.timing.after tcmalloc
serverStatus.timing.after wiredTiger
serverStatus.timing.at end
serverStatus.uptime
serverStatus.uptimeEstimate
serverStatus.uptimeMillis
serverStatus.wiredTiger.LSM.application work units currently queued
serverStatus.wiredTiger.LSM.merge work units currently queued
serverStatus.wiredTiger.LSM.rows merged in an LSM tree
serverStatus.wiredTiger.LSM.sleep for LSM checkpoint throttle
serverStatus.wiredTiger.LSM.sleep for LSM merge throttle
serverStatus.wiredTiger.LSM.switch work units currently queued
serverStatus.wiredTiger.LSM.tree maintenance operations discarded
serverStatus.wiredTiger.LSM.tree maintenance operations executed
serverStatus.wiredTiger.LSM.tree maintenance operations scheduled
serverStatus.wiredTiger.LSM.tree queue hit maximum
serverStatus.wiredTiger.async.current work queue length
serverStatus.wiredTiger.async.maximum work queue length
serverStatus.wiredTiger.async.number of allocation state races
serverStatus.wiredTiger.async.number of flush calls
serverStatus.wiredTiger.async.number of operation slots viewed for allocation
serverStatus.wiredTiger.async.number of times operation allocation failed
serverStatus.wiredTiger.async.number of times worker found no work
serverStatus.wiredTiger.async.total allocations
serverStatus.wiredTiger.async.total compact calls
serverStatus.wiredTiger.async.total insert calls
serverStatus.wiredTiger.async.total remove calls
serverStatus.wiredTiger.async.total search calls
serverStatus.wiredTiger.async.total update calls
serverStatus.wiredTiger.block-manager.blocks pre-loaded
serverStatus.wiredTiger.block-manager.blocks read
serverStatus.wiredTiger.block-manager.blocks written
serverStatus.wiredTiger.block-manager.bytes read
serverStatus.wiredTiger.block-manager.bytes written
serverStatus.wiredTiger.block-manager.bytes written for checkpoint
serverStatus.wiredTiger.block-manager.mapped blocks read
serverStatus.wiredTiger.block-manager.mapped bytes read
serverStatus.wiredTiger.cache.application threads page read from disk to cache count
serverStatus.wiredTiger.cache.application threads page read from disk to cache time (usecs)
serverStatus.wiredTiger.cache.application threads page write from cache to disk count
serverStatus.wiredTiger.cache.application threads page write from cache to disk time (usecs)
serverStatus.wiredTiger.cache.bytes belonging to page images in the cache
serverStatus.wiredTiger.cache.bytes currently in the cache
serverStatus.wiredTiger.cache.bytes not belonging to page images in the cache
serverStatus.wiredTiger.cache.bytes read into cache
serverStatus.wiredTiger.cache.bytes written from cache
serverStatus.wiredTiger.cache.checkpoint blocked page eviction
serverStatus.wiredTiger.cache.eviction calls to get a page
serverStatus.wiredTiger.cache.eviction calls to get a page found queue empty
serverStatus.wiredTiger.cache.eviction calls to get a page found queue empty after locking
serverStatus.wiredTiger.cache.eviction currently operating in aggressive mode
serverStatus.wiredTiger.cache.eviction empty score
serverStatus.wiredTiger.cache.eviction server candidate queue empty when topping up
serverStatus.wiredTiger.cache.eviction server candidate queue not empty when topping up
serverStatus.wiredTiger.cache.eviction server evicting pages
serverStatus.wiredTiger.cache.eviction server slept, because we did not make progress with eviction
serverStatus.wiredTiger.cache.eviction server unable to reach eviction goal
serverStatus.wiredTiger.cache.eviction state
serverStatus.wiredTiger.cache.eviction walks abandoned
serverStatus.wiredTiger.cache.eviction worker thread evicting pages
serverStatus.wiredTiger.cache.failed eviction of pages that exceeded the in-memory maximum
serverStatus.wiredTiger.cache.files with active eviction walks
serverStatus.wiredTiger.cache.files with new eviction walks started
serverStatus.wiredTiger.cache.hazard pointer blocked page eviction
serverStatus.wiredTiger.cache.hazard pointer check calls
serverStatus.wiredTiger.cache.hazard pointer check entries walked
serverStatus.wiredTiger.cache.hazard pointer maximum array length
serverStatus.wiredTiger.cache.in-memory page passed criteria to be split
serverStatus.wiredTiger.cache.in-memory page splits
serverStatus.wiredTiger.cache.internal pages evicted
serverStatus.wiredTiger.cache.internal pages split during eviction
serverStatus.wiredTiger.cache.leaf pages split during eviction
serverStatus.wiredTiger.cache.lookaside table insert calls
serverStatus.wiredTiger.cache.lookaside table remove calls
serverStatus.wiredTiger.cache.maximum bytes configured
serverStatus.wiredTiger.cache.maximum page size at eviction
serverStatus.wiredTiger.cache.modified pages evicted
serverStatus.wiredTiger.cache.modified pages evicted by application threads
serverStatus.wiredTiger.cache.overflow pages read into cache
serverStatus.wiredTiger.cache.overflow values cached in memory
serverStatus.wiredTiger.cache.page split during eviction deepened the tree
serverStatus.wiredTiger.cache.page written requiring lookaside records
serverStatus.wiredTiger.cache.pages currently held in the cache
serverStatus.wiredTiger.cache.pages evicted because they exceeded the in-memory maximum
serverStatus.wiredTiger.cache.pages evicted because they had chains of deleted items
serverStatus.wiredTiger.cache.pages evicted by application threads
serverStatus.wiredTiger.cache.pages queued for eviction
serverStatus.wiredTiger.cache.pages queued for urgent eviction
serverStatus.wiredTiger.cache.pages queued for urgent eviction during walk
serverStatus.wiredTiger.cache.pages read into cache
serverStatus.wiredTiger.cache.pages read into cache requiring lookaside entries
serverStatus.wiredTiger.cache.pages requested from the cache
serverStatus.wiredTiger.cache.pages seen by eviction walk
serverStatus.wiredTiger.cache.pages selected for eviction unable to be evicted
serverStatus.wiredTiger.cache.pages walked for eviction
serverStatus.wiredTiger.cache.pages written from cache
serverStatus.wiredTiger.cache.pages written requiring in-memory restoration
serverStatus.wiredTiger.cache.percentage overhead
serverStatus.wiredTiger.cache.tracked bytes belonging to internal pages in the cache
serverStatus.wiredTiger.cache.tracked bytes belonging to leaf pages in the cache
serverStatus.wiredTiger.cache.tracked dirty bytes in the cache
serverStatus.wiredTiger.cache.tracked dirty pages in the cache
serverStatus.wiredTiger.cache.unmodified pages evicted
serverStatus.wiredTiger.concurrentTransactions.read.available
serverStatus.wiredTiger.concurrentTransactions.read.out
serverStatus.wiredTiger.concurrentTransactions.read.totalTickets
serverStatus.wiredTiger.concurrentTransactions.write.available
serverStatus.wiredTiger.concurrentTransactions.write.out
serverStatus.wiredTiger.concurrentTransactions.write.totalTickets
serverStatus.wiredTiger.connection.auto adjusting condition resets
serverStatus.wiredTiger.connection.auto adjusting condition wait calls
serverStatus.wiredTiger.connection.files currently open
serverStatus.wiredTiger.connection.memory allocations
serverStatus.wiredTiger.connection.memory frees
serverStatus.wiredTiger.connection.memory re-allocations
serverStatus.wiredTiger.connection.pthread mutex condition wait calls
serverStatus.wiredTiger.connection.pthread mutex shared lock read-lock calls
serverStatus.wiredTiger.connection.pthread mutex shared lock write-lock calls
serverStatus.wiredTiger.connection.total fsync I/Os
serverStatus.wiredTiger.connection.total read I/Os
serverStatus.wiredTiger.connection.total write I/Os
serverStatus.wiredTiger.cursor.cursor create calls
serverStatus.wiredTiger.cursor.cursor insert calls
serverStatus.wiredTiger.cursor.cursor next calls
serverStatus.wiredTiger.cursor.cursor prev calls
serverStatus.wiredTiger.cursor.cursor remove calls
serverStatus.wiredTiger.cursor.cursor reset calls
serverStatus.wiredTiger.cursor.cursor restarted searches
serverStatus.wiredTiger.cursor.cursor search calls
serverStatus.wiredTiger.cursor.cursor search near calls
serverStatus.wiredTiger.cursor.cursor update calls
serverStatus.wiredTiger.cursor.truncate calls
serverStatus.wiredTiger.data-handle.connection data handles currently active
serverStatus.wiredTiger.data-handle.connection sweep candidate became referenced
serverStatus.wiredTiger.data-handle.connection sweep dhandles closed
serverStatus.wiredTiger.data-handle.connection sweep dhandles removed from hash list
serverStatus.wiredTiger.data-handle.connection sweep time-of-death sets
serverStatus.wiredTiger.data-handle.connection sweeps
serverStatus.wiredTiger.data-handle.session dhandles swept
serverStatus.wiredTiger.data-handle.session sweep attempts
serverStatus.wiredTiger.lock.checkpoint lock acquisitions
serverStatus.wiredTiger.lock.checkpoint lock application thread wait time (usecs)
serverStatus.wiredTiger.lock.checkpoint lock internal thread wait time (usecs)
serverStatus.wiredTiger.lock.handle-list lock acquisitions
serverStatus.wiredTiger.lock.handle-list lock application thread wait time (usecs)
serverStatus.wiredTiger.lock.handle-list lock internal thread wait time (usecs)
serverStatus.wiredTiger.lock.metadata lock acquisitions
serverStatus.wiredTiger.lock.metadata lock application thread wait time (usecs)
serverStatus.wiredTiger.lock.metadata lock internal thread wait time (usecs)
serverStatus.wiredTiger.lock.schema lock acquisitions
serverStatus.wiredTiger.lock.schema lock application thread wait time (usecs)
serverStatus.wiredTiger.lock.schema lock internal thread wait time (usecs)
serverStatus.wiredTiger.lock.table lock acquisitions
serverStatus.wiredTiger.lock.table lock application thread time waiting for the table lock (usecs)
serverStatus.wiredTiger.lock.table lock internal thread time waiting for the table lock (usecs)
serverStatus.wiredTiger.log.busy returns attempting to switch slots
serverStatus.wiredTiger.log.consolidated slot closures
serverStatus.wiredTiger.log.consolidated slot join races
serverStatus.wiredTiger.log.consolidated slot join transitions
serverStatus.wiredTiger.log.consolidated slot joins
serverStatus.wiredTiger.log.consolidated slot unbuffered writes
serverStatus.wiredTiger.log.log bytes of payload data
serverStatus.wiredTiger.log.log bytes written
serverStatus.wiredTiger.log.log files manually zero-filled
serverStatus.wiredTiger.log.log flush operations
serverStatus.wiredTiger.log.log force write operations
serverStatus.wiredTiger.log.log force write operations skipped
serverStatus.wiredTiger.log.log records compressed
serverStatus.wiredTiger.log.log records not compressed
serverStatus.wiredTiger.log.log records too small to compress
serverStatus.wiredTiger.log.log release advances write LSN
serverStatus.wiredTiger.log.log scan operations
serverStatus.wiredTiger.log.log scan records requiring two reads
serverStatus.wiredTiger.log.log server thread advances write LSN
serverStatus.wiredTiger.log.log server thread write LSN walk skipped
serverStatus.wiredTiger.log.log sync operations
serverStatus.wiredTiger.log.log sync time duration (usecs)
serverStatus.wiredTiger.log.log sync_dir operations
serverStatus.wiredTiger.log.log sync_dir time duration (usecs)
serverStatus.wiredTiger.log.log write operations
serverStatus.wiredTiger.log.logging bytes consolidated
serverStatus.wiredTiger.log.maximum log file size
serverStatus.wiredTiger.log.number of pre-allocated log files to create
serverStatus.wiredTiger.log.pre-allocated log files not ready and missed
serverStatus.wiredTiger.log.pre-allocated log files prepared
serverStatus.wiredTiger.log.pre-allocated log files used
serverStatus.wiredTiger.log.records processed by log scan
serverStatus.wiredTiger.log.total in-memory size of compressed records
serverStatus.wiredTiger.log.total log buffer size
serverStatus.wiredTiger.log.total size of compressed records
serverStatus.wiredTiger.log.written slots coalesced
serverStatus.wiredTiger.log.yields waiting for previous log file close
serverStatus.wiredTiger.reconciliation.fast-path pages deleted
serverStatus.wiredTiger.reconciliation.page reconciliation calls
serverStatus.wiredTiger.reconciliation.page reconciliation calls for eviction
serverStatus.wiredTiger.reconciliation.pages deleted
serverStatus.wiredTiger.reconciliation.split bytes currently awaiting free
serverStatus.wiredTiger.reconciliation.split objects currently awaiting free
serverStatus.wiredTiger.session.open cursor count
serverStatus.wiredTiger.session.open session count
serverStatus.wiredTiger.session.table alter failed calls
serverStatus.wiredTiger.session.table alter successful calls
serverStatus.wiredTiger.session.table alter unchanged and skipped
serverStatus.wiredTiger.session.table compact failed calls
serverStatus.wiredTiger.session.table compact successful calls
serverStatus.wiredTiger.session.table create failed calls
serverStatus.wiredTiger.session.table create successful calls
serverStatus.wiredTiger.session.table drop failed calls
serverStatus.wiredTiger.session.table drop successful calls
serverStatus.wiredTiger.session.table rebalance failed calls
serverStatus.wiredTiger.session.table rebalance successful calls
serverStatus.wiredTiger.session.table rename failed calls
serverStatus.wiredTiger.session.table rename successful calls
serverStatus.wiredTiger.session.table salvage failed calls
serverStatus.wiredTiger.session.table salvage successful calls
serverStatus.wiredTiger.session.table truncate failed calls
serverStatus.wiredTiger.session.table truncate successful calls
serverStatus.wiredTiger.session.table verify failed calls
serverStatus.wiredTiger.session.table verify successful calls
serverStatus.wiredTiger.thread-state.active filesystem fsync calls
serverStatus.wiredTiger.thread-state.active filesystem read calls
serverStatus.wiredTiger.thread-state.active filesystem write calls
serverStatus.wiredTiger.thread-yield.application thread time evicting (usecs)
serverStatus.wiredTiger.thread-yield.application thread time waiting for cache (usecs)
serverStatus.wiredTiger.thread-yield.page acquire busy blocked
serverStatus.wiredTiger.thread-yield.page acquire eviction blocked
serverStatus.wiredTiger.thread-yield.page acquire locked blocked
serverStatus.wiredTiger.thread-yield.page acquire read blocked
serverStatus.wiredTiger.thread-yield.page acquire time sleeping (usecs)
serverStatus.wiredTiger.transaction.number of named snapshots created
serverStatus.wiredTiger.transaction.number of named snapshots dropped
serverStatus.wiredTiger.transaction.transaction begins
serverStatus.wiredTiger.transaction.transaction checkpoint currently running
serverStatus.wiredTiger.transaction.transaction checkpoint generation
serverStatus.wiredTiger.transaction.transaction checkpoint max time (msecs)
serverStatus.wiredTiger.transaction.transaction checkpoint min time (msecs)
serverStatus.wiredTiger.transaction.transaction checkpoint most recent time (msecs)
serverStatus.wiredTiger.transaction.transaction checkpoint scrub dirty target
serverStatus.wiredTiger.transaction.transaction checkpoint scrub time (msecs)
serverStatus.wiredTiger.transaction.transaction checkpoint total time (msecs)
serverStatus.wiredTiger.transaction.transaction checkpoints
serverStatus.wiredTiger.transaction.transaction checkpoints skipped because database was clean
serverStatus.wiredTiger.transaction.transaction failures due to cache overflow
serverStatus.wiredTiger.transaction.transaction fsync calls for checkpoint after allocating the transaction ID
serverStatus.wiredTiger.transaction.transaction fsync duration for checkpoint after allocating the transaction ID (usecs)
serverStatus.wiredTiger.transaction.transaction range of IDs currently pinned
serverStatus.wiredTiger.transaction.transaction range of IDs currently pinned by a checkpoint
serverStatus.wiredTiger.transaction.transaction range of IDs currently pinned by named snapshots
serverStatus.wiredTiger.transaction.transaction sync calls
serverStatus.wiredTiger.transaction.transactions committed
serverStatus.wiredTiger.transaction.transactions rolled back
start
systemMetrics.cpu.btime
systemMetrics.cpu.ctxt
systemMetrics.cpu.guest_ms
systemMetrics.cpu.guest_nice_ms
systemMetrics.cpu.idle_ms
systemMetrics.cpu.iowait_ms
systemMetrics.cpu.irq_ms
systemMetrics.cpu.nice_ms
systemMetrics.cpu.num_cpus
systemMetrics.cpu.processes
systemMetrics.cpu.procs_blocked
systemMetrics.cpu.procs_running
systemMetrics.cpu.softirq_ms
systemMetrics.cpu.steal_ms
systemMetrics.cpu.system_ms
systemMetrics.cpu.user_ms
systemMetrics.disks.sda.io_in_progress
systemMetrics.disks.sda.io_queued_ms
systemMetrics.disks.sda.io_time_ms
systemMetrics.disks.sda.read_sectors
systemMetrics.disks.sda.read_time_ms
systemMetrics.disks.sda.reads
systemMetrics.disks.sda.reads_merged
systemMetrics.disks.sda.write_sectors
systemMetrics.disks.sda.write_time_ms
systemMetrics.disks.sda.writes
systemMetrics.disks.sda.writes_merged
systemMetrics.disks.sdb.io_in_progress
systemMetrics.disks.sdb.io_queued_ms
systemMetrics.disks.sdb.io_time_ms
systemMetrics.disks.sdb.read_sectors
systemMetrics.disks.sdb.read_time_ms
systemMetrics.disks.sdb.reads
systemMetrics.disks.sdb.reads_merged
systemMetrics.disks.sdb.write_sectors
systemMetrics.disks.sdb.write_time_ms
systemMetrics.disks.sdb.writes
systemMetrics.disks.sdb.writes_merged
systemMetrics.end
systemMetrics.memory.Active(anon)_kb
systemMetrics.memory.Active(file)_kb
systemMetrics.memory.Active_kb
systemMetrics.memory.Buffers_kb
systemMetrics.memory.Cached_kb
systemMetrics.memory.Dirty_kb
systemMetrics.memory.Inactive(anon)_kb
systemMetrics.memory.Inactive(file)_kb
systemMetrics.memory.Inactive_kb
systemMetrics.memory.MemFree_kb
systemMetrics.memory.MemTotal_kb
systemMetrics.memory.SwapCached_kb
systemMetrics.memory.SwapFree_kb
systemMetrics.memory.SwapTotal_kb
systemMetrics.start