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

simplify security fir serverStatus() WAS: REST API - serverStatus is missing memory data

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Minor - P4 Minor - P4
    • 1.7.6
    • Affects Version/s: 1.7.5
    • Component/s: Tools
    • Labels:
      None
    • ALL

      It's missing this :

      "mem" :

      { "bits" : 64, "resident" : 20, "virtual" : 2484, "supported" : true, "mapped" : 80 }

      ,

      Actual:

      { "host" : "computer:27018", "version" : "1.7.5-pre-", "uptime" : 2947, "uptimeEstimate" : 2904, "localTime" :

      { "$date" : 1296100898236 }

      , "globalLock" : { "totalTime" : 2946382204, "lockTime" : 30079, "ratio" : 1.020879095697932e-05, "currentQueue" :

      { "total" : 0, "readers" : 0, "writers" : 0 }

      , "activeClients" :

      { "total" : 0, "readers" : 0, "writers" : 0 }

      }, "connections" :

      { "current" : 1, "available" : 9999 }

      , "indexCounters" : { "btree" :

      { "accesses" : 0, "hits" : 0, "misses" : 0, "resets" : 0, "missRatio" : 0 }

      }, "backgroundFlushing" : { "flushes" : 49, "total_ms" : 829, "average_ms" : 16.91836734693878, "last_ms" : 16, "last_finished" :

      { "$date" : 1296100891798 }

      }, "cursors" :

      { "totalOpen" : 0, "clientCursors_size" : 0, "timedOut" : 0 }

      , "network" :

      { "bytesIn" : 1504, "bytesOut" : 3766, "numRequests" : 21 }

      , "opcounters" :

      { "insert" : 0, "query" : 8, "update" : 0, "delete" : 0, "getmore" : 0, "command" : 15 }

      , "asserts" :

      { "regular" : 0, "warning" : 0, "msg" : 0, "user" : 1, "rollovers" : 0 }

      , "writeBacksQueued" : false, "note" : "run against admin for more info" }

            Assignee:
            eliot Eliot Horowitz (Inactive)
            Reporter:
            rn@deftlabs.com Ryan Nitz
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: