Uploaded image for project: 'MongoDB Database Tools'
  1. MongoDB Database Tools
  2. TOOLS-271

monogostat support for non-mmapv1 storage engines

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Critical - P2 Critical - P2
    • 2.8.0-rc3
    • Affects Version/s: None
    • Component/s: mongostat
    • None
    • MCI 2.8.0-RC0

      The only statistics that are valid across storage engine implementations are:

      • insert
      • query
        *update
      • delete
      • getmore
      • commands
      • netIn
      • netOut
      • conn
      • time

      And in replsets with --discover

      • hostname
      • set name
      • repl (type of node: primary, secondary, mongos)

      One approach is to auto-detect the type of storage engine and display the right stats. This breaks down in the --discover mode because you can have mixed sets. This could be overcome, by re-writing the header line every time the node type "changes"

            Assignee:
            sam.helman@10gen.com sam.helman@10gen.com
            Reporter:
            dan@mongodb.com Daniel Pasette (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: