Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-1739

trace total nscanned and other query/operation metrics

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major - P3
    • Resolution: Done
    • None
    • 2.3.2
    • Diagnostics
    • None

    Description

      Things added:

      > db.serverStatus().metrics
      {
      	"document" : {
      		"deleted" : NumberLong(0),
      		"inserted" : NumberLong(0),
      		"returned" : NumberLong(18),
      		"scanned" : NumberLong(30),
      		"updated" : NumberLong(1)
      	},
      	"operation" : {
      		"fastmod" : NumberLong(0),
      		"idhack" : NumberLong(6),
      		"scanAndOrder" : NumberLong(1)
      	},
      

      Attachments

        Issue Links

          Activity

            People

              eliot Eliot Horowitz (Inactive)
              eliot Eliot Horowitz (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: