Suppress mmapv1 specific stats from db.serverStatus()

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Done
    • Priority: Minor - P4
    • 3.0.0-rc6
    • Affects Version/s: 2.8.0-rc0
    • Component/s: Diagnostics, Storage
    • Fully Compatible
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      We expose some mmapv1 specific stats in db.serverStatus() output.

      These stats are:

      • backgroundFlushing
      • dur

      The above stats for WT is not used. The example for above two stats:

      	"backgroundFlushing" : {
      		"flushes" : 0,
      		"total_ms" : 0,
      		"average_ms" : 0,
      		"last_ms" : 0,
      		"last_finished" : ISODate("1970-01-01T00:00:00Z")
      	},
      "dur" : {
      		"commits" : 0,
      		"journaledMB" : 0,
      		"writeToDataFilesMB" : 0,
      		"compression" : 0,
      		"commitsInWriteLock" : 0,
      		"earlyCommits" : 0,
      		"timeMs" : {
      			"dt" : 0,
      			"prepLogBuffer" : 0,
      			"writeToJournal" : 0,
      			"writeToDataFiles" : 0,
      			"remapPrivateView" : 0
      		}
      	},
      

              Assignee:
              Benety Goh
              Reporter:
              Jalpa Trivedi (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: