High number of faults, low residual memory and high lock % for mongodb -


first off, here pastebin important numbers (mongostat, db.stats, db.serverstatus).

the machine running on has plenty of memory free:

             total       used       free     shared    buffers     cached mem:         15965       2277      13688          0         89       1630 -/+ buffers/cache:        557      15407 swap:         5119          0       5119 

the database files on block device (we had issues due nfs drives) , should working fine. avoid overfilling logs, set --slowms 1000, still lot of queries slow , seems mongodb not interested in using more memory service faster updates.

the use case is 95% updates, queries thrown in when pull out data , compile it. has worked fine setup, trying track down reasons might not working.

i hoping more familiar mongodb can @ numbers , point me in right direction.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -