Giter Club home page Giter Club logo

Comments (8)

alaz avatar alaz commented on June 30, 2024

What is the server version?

from mongo-munin.

mgalkiewicz avatar mgalkiewicz commented on June 30, 2024

The same: 1.4.5-3

from mongo-munin.

alaz avatar alaz commented on June 30, 2024

Really strange. Can you run db.serverStatus() in mongo shell and post here the result?

from mongo-munin.

mgalkiewicz avatar mgalkiewicz commented on June 30, 2024
MongoDB shell version: 1.6.3
connecting to: test
> db.serverStatus()
{
        "version" : "1.6.3",
        "uptime" : 255280,
        "uptimeEstimate" : 253509,
        "localTime" : "Mon Sep 19 2011 10:03:04 GMT+0200 (CET)",
        "globalLock" : {
                "totalTime" : 255280475334,
                "lockTime" : 3404631,
                "ratio" : 0.000013336824900319934,
                "currentQueue" : {
                        "total" : 0,
                        "readers" : 0,
                        "writers" : 0
                }
        },
        "mem" : {
                "bits" : 64,
                "resident" : 21,
                "virtual" : 200,
                "supported" : true,
                "mapped" : 80
        },
        "connections" : {
                "current" : 2,
                "available" : 817
        },
        "extra_info" : {
                "note" : "fields vary by platform",
                "heap_usage_bytes" : 394464,
                "page_faults" : 13
        },
        "indexCounters" : {
                "btree" : {
                        "accesses" : 1,
                        "hits" : 1,
                        "misses" : 0,
                        "resets" : 0,
                        "missRatio" : 0
                }
        },
        "backgroundFlushing" : {
                "flushes" : 4254,
                "total_ms" : 138,
                "average_ms" : 0.03244005641748942,
                "last_ms" : 0,
                "last_finished" : "Mon Sep 19 2011 10:02:24 GMT+0200 (CET)"
        },
        "cursros" : {
                "totalOpen" : 0,
                "clientCursors_size" : 0,
                "timedOut" : 0
        },
        "opcounters" : {
                "insert" : 13,
                "query" : 37,
                "update" : 1,
                "delete" : 5,
                "getmore" : 0,
                "command" : 89
        },
        "asserts" : {
                "regular" : 0,
                "warning" : 0,
                "msg" : 0,
                "user" : 6,
                "rollovers" : 0
        },
        "ok" : 1
}

from mongo-munin.

alaz avatar alaz commented on June 30, 2024

Thanks! serverStatus has a mem section, as it should. And this is expected by mongo_mem plugin.

mongo_mem (like other plugins) reads this data from MongoDB's REST interface -- check if http://localhost:28017/_status contain mem section as well... I suspect it does.

Frankly, I have no other ideas.

from mongo-munin.

mgalkiewicz avatar mgalkiewicz commented on June 30, 2024

It does not:

{ "serverStatus" : { "version" : "1.6.3", "uptime" : 255850, "uptimeEstimate" : 254074, "localTime" : { "$date" : 1316419954279 }, "globalLock" : { "totalTime" : 255849881066, "lockTime" : 3404631, "ratio" : 1.330714318026878e-05, "currentQueue" : { "total" : 0, "readers" : 0, "writers" : 0 } }, "connections" : { "current" : 1, "available" : 818 }, "indexCounters" : { "btree" : { "accesses" : 1, "hits" : 1, "misses" : 0, "resets" : 0, "missRatio" : 0 } }, "backgroundFlushing" : { "flushes" : 4264, "total_ms" : 138, "average_ms" : 0.0323639774859287, "last_ms" : 0, "last_finished" : { "$date" : 1316419944742 } }, "cursros" : { "totalOpen" : 0, "clientCursors_size" : 0, "timedOut" : 0 }, "opcounters" : { "insert" : 13, "query" : 37, "update" : 1, "delete" : 5, "getmore" : 0, "command" : 89 }, "asserts" : { "regular" : 0, "warning" : 0, "msg" : 0, "user" : 6, "rollovers" : 0 }, "note" : "run against admin for more info" }, "buildinfo" : { "version" : "1.6.3", "gitVersion" : "nogitversion", "sysInfo" : "Linux bobek-a0 2.6.32-5-amd64 #1 SMP Fri Sep 17 21:50:19 UTC 2010 x86_64 BOOST_LIB_VERSION=1_42", "bits" : 64, "debug" : false } }

from mongo-munin.

alaz avatar alaz commented on June 30, 2024

A-ha! this discussion is probably relevant

from mongo-munin.

mgalkiewicz avatar mgalkiewicz commented on June 30, 2024

The problem is fixed in mongodb 1.7.6 or later.

from mongo-munin.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.