node.js - Mongodb db.serverStatus() memory section doesn't show actual value -


i'm trying create chart regarding db.serverstatus() output of remote or local mongodb connections.

this command outputs:

 "mem": {     "bits": 64,     "resident": 258,     "virtual": 4807,     "supported": true,     "mapped": 2288,     "mappedwithjournal": 4576   }, 

which suits needs. unfortunately i've realized data never gets actual memory data , never change. (i've monitored 10 minutes)

am doing wrong ? or there other way actual memory usages ?

p.s. i've examined mongostat couldn't make work through meteor-js since it's executable.

thanks in advance


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

android - Keyboard hides my half of edit-text and button below it even in scroll view -