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

c - How to retrieve a variable from the Apache configuration inside the module? -

c# - Constructor arguments cannot be passed for interface mocks -

python - malformed header from script index.py Bad header -