> --
> You received this message because you are subscribed to the Google Groups
> "mongodb-user" group.
> To post to this group, send email to mongod...@googlegroups.com.
> To unsubscribe from this group, send email to
> mongodb-user...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/mongodb-user?hl=en.
>
Are these numbers from the config server instance?
>> db.serverStatus()
> {
> "version" : "1.6.5",
> "uptime" : 446007,
> "uptimeEstimate" : 371659,
> "localTime" : "Wed Feb 23 2011 01:59:10 GMT+0000 (UTC)",
> "globalLock" : {
> "totalTime" : 446006864144,
> "lockTime" : 105882020,
> "ratio" : 0.00023739997859273843,
> "currentQueue" : {
> "total" : 0,
> "readers" : 0,
> "writers" : 0
> }
> },
> "mem" : {
> "bits" : 64,
> "resident" : 1035,
> "virtual" : 21390,
> "supported" : true,
> "mapped" : 80
> },
> "connections" : {
> "current" : 1259,
> "available" : 6933
1259 connections seems awfully high for a config server.
On Tue, Feb 22, 2011 at 6:00 PM, Avery Fay <av...@shadypixel.com> wrote:Are these numbers from the config server instance?
> free -m
> total used free shared buffers cached
> Mem: 4096 1818 2278 0 75 454
> -/+ buffers/cache: 1287 2808
> Swap: 8191 0 8191
> This of course is not the peak. Peak usage is during balancing.
Also, can you send netstat at the same time as db.runCommand(
"connPoolStats" ) on all servers?