trace total nscanned and other query/operation metrics

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Done
    • Priority: Major - P3
    • 2.3.2
    • Affects Version/s: None
    • Component/s: Diagnostics
    • None
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      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)
      	},
      

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

                Created:
                Updated:
                Resolved: