Message from discussion
Master CPU 100% without apparent reason
Received: by 10.42.100.199 with SMTP id b7mr12826287ico.14.1343304857788;
Thu, 26 Jul 2012 05:14:17 -0700 (PDT)
X-BeenThere: mongodb-user@googlegroups.com
Received: by 10.50.104.169 with SMTP id gf9ls405123igb.0.gmail; Thu, 26 Jul
2012 05:14:01 -0700 (PDT)
Received: by 10.50.34.197 with SMTP id b5mr1352234igj.5.1343304841215;
Thu, 26 Jul 2012 05:14:01 -0700 (PDT)
Received: by 10.50.29.72 with SMTP id i8msigh;
Thu, 26 Jul 2012 05:10:39 -0700 (PDT)
Received: by 10.68.223.66 with SMTP id qs2mr164593pbc.18.1343304639402;
Thu, 26 Jul 2012 05:10:39 -0700 (PDT)
Date: Thu, 26 Jul 2012 05:10:38 -0700 (PDT)
From: Andres Lucena <andresluc...@gmail.com>
To: mongodb-user@googlegroups.com
Message-Id: <93995474-5dfe-40b5-a4e3-aea6b77c87a8@googlegroups.com>
Subject: Master CPU 100% without apparent reason
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary="----=_Part_361_17155683.1343304638237"
------=_Part_361_17155683.1343304638237
Content-Type: multipart/alternative;
boundary="----=_Part_362_2346421.1343304638237"
------=_Part_362_2346421.1343304638237
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
Hi!=20
We're seeing some problems in several mongos instances. We are running=20
master/slave replication and with really low traffic we're seeing 100%=20
mongo CPU usage in the master. When we stop the slave it automatically goes=
=20
to normal values.=20
We have proper indexes in _id field, and we use this to query the=20
documents.=20
> db.foo.getIndexKeys()
[ { "_id" : 1 }, { "i" : 1 } ]
Operating system is FreeBSD 8.2-RELEASE.=20
Mongo version is 2.0.2, but we're also seeing this situation in 2.0.4.=20
The tests we've done are:=20
With no replication running (slave stop):
$ sudo iostat -c 10
tty ad4 ad6 ad8 cp=
u
tin tout KB/t tps MB/s KB/t tps MB/s KB/t tps MB/s us ni sy in i=
d
0 2 16.84 2 0.03 124.92 0 0.00 49.99 13 0.63 3 0 15 0=
=20
82
0 235 0.00 0 0.00 0.00 0 0.00 0.50 1 0.00 0 0 0 0=
=20
100
0 79 0.00 0 0.00 0.00 0 0.00 0.00 0 0.00 0 0 0 0=
=20
100
0 79 0.00 0 0.00 0.00 0 0.00 10.83 3 0.03 2 0 43 0 5=
5
0 78 0.00 0 0.00 0.00 0 0.00 16.00 6 0.09 1 0 19 0 8=
1
0 78 0.00 0 0.00 0.00 0 0.00 16.00 2 0.03 0 0 11 0 8=
9
0 143 10.62 13 0.13 0.00 0 0.00 0.00 0 0.00 0 0 19 0 8=
0
0 78 0.00 0 0.00 0.00 0 0.00 13.65 17 0.23 1 0 14 0 8=
5
0 78 16.00 2 0.03 0.00 0 0.00 16.00 3 0.05 6 0 16 0 7=
9
0 78 0.00 0 0.00 0.00 0 0.00 0.00 0 0.00 3 0 15 0 8=
2
$ sudo mongostat --port 27002
connected to: 127.0.0.1:27002
insert query update delete getmore command flushes locked % idx miss % =
=20
qr|qw ar|aw netIn netOut conn repl time=20
0 0 0 0 0 1 0 0 =20
0 0|0 0|0 62b 1k 8 M 13:50:17=20
0 0 0 0 0 1 0 0 =20
0 0|0 0|0 62b 1k 8 M 13:50:18=20
0 0 0 0 0 1 0 0 =20
0 0|0 0|0 62b 1k 8 M 13:50:19=20
0 0 0 0 0 1 0 0 =20
0 0|0 0|0 62b 1k 8 M 13:50:20=20
0 0 0 0 0 1 0 0 =20
0 0|0 0|0 62b 1k 8 M 13:50:21=20
0 0 0 0 0 1 0 0 =20
0 0|0 0|0 62b 1k 8 M 13:50:22=20
0 0 0 0 0 1 0 0 =20
0 0|0 0|0 62b 1k 8 M 13:50:23=20
0 0 0 0 0 1 0 0 =20
0 0|0 0|0 62b 1k 8 M 13:50:24=20
0 0 0 0 0 1 1 0 =20
0 0|0 0|0 62b 1k 8 M 13:50:25=20
0 0 0 0 0 1 0 0 =20
0 0|0 0|0 62b 1k 8 M 13:50:26=20
* ps auxf | grep mongo
mongodb 37077 2.6 0.1 71691616 31648 ?? S 1:42PM 9:16.57=20
/usr/local/bin/mongod --port 27002 --fork --dbpath /data/mongod2 --logpath=
=20
/var/log/mongodb/mongod2.log --logappend --master --oplogSize 1024=20
--pidfilepath /data/mongod2/mongod2.pid (mongod)
But with replication running (slave start):
* iostat
$ sudo iostat -c 10
tty ad4 ad6 ad8 cp=
u
tin tout KB/t tps MB/s KB/t tps MB/s KB/t tps MB/s us ni sy in i=
d
0 2 16.84 2 0.03 124.92 0 0.00 49.99 13 0.63 3 0 15 0=
=20
82
0 235 0.00 0 0.00 0.00 0 0.00 10.83 3 0.03 0 0 4 0 9=
6
0 78 0.00 0 0.00 0.00 0 0.00 16.00 7 0.11 4 0 67 0 2=
9
0 78 0.00 0 0.00 0.00 0 0.00 0.00 0 0.00 0 0 63 0 3=
7
0 78 0.00 0 0.00 0.00 0 0.00 0.00 0 0.00 1 0 53 0 4=
6
0 78 9.07 15 0.13 0.00 0 0.00 0.00 0 0.00 0 0 28 0 7=
1
0 78 0.00 0 0.00 0.00 0 0.00 13.78 18 0.24 2 0 40 1 5=
8
0 78 0.00 0 0.00 0.00 0 0.00 0.00 0 0.00 0 0 28 0 7=
1
0 78 0.00 0 0.00 0.00 0 0.00 0.00 0 0.00 2 0 20 0 7=
7
0 78 0.00 0 0.00 0.00 0 0.00 0.00 0 0.00 1 0 18 0 8=
1
$ sudo mongostat --port 27002
connected to: 127.0.0.1:27002
insert query update delete getmore command flushes locked % idx miss % =
=20
qr|qw ar|aw netIn netOut conn repl time=20
0 0 0 0 0 1 0 0 =20
0 0|0 1|0 62b 1k 9 M 13:41:00=20
0 0 0 0 0 1 0 0 =20
0 0|0 1|0 62b 1k 9 M 13:41:01=20
0 0 0 0 1 1 0 0 =20
0 0|0 1|0 112b 1k 9 M 13:41:02=20
0 0 0 0 0 1 0 0 =20
0 0|0 1|0 62b 1k 9 M 13:41:03=20
0 1 0 0 0 1 0 0 =20
0 0|0 1|0 137b 1k 9 M 13:41:04=20
0 0 0 0 0 1 0 0 =20
0 0|0 1|0 62b 1k 9 M 13:41:05=20
0 0 0 0 1 1 0 0 =20
0 0|0 1|0 112b 1k 9 M 13:41:06=20
0 4 0 0 0 1 0 0 =20
0 0|0 1|0 362b 3k 9 M 13:41:07=20
0 0 0 0 0 1 0 0 =20
0 0|0 1|0 62b 1k 9 M 13:41:08=20
0 0 0 0 1 1 0 0 =20
0 0|0 1|0 112b 1k 9 M 13:41:09=20
$ ps auxf|grep mongo
mongodb 35188 126.7 0.2 71691872 62308 ?? S 1:35PM 6:19.30=20
/usr/local/bin/mongod --port 27002 --fork --dbpath /data/mongod2 --logpath=
=20
/var/log/mongodb/mongod2.log --logappend --master --oplogSize 1024=20
--pidfilepath /data/mongod2/mongod2.pid (mongod)
And the slave it's well in the cpu related issue.
root 9381 2.2 0.3 75631816 63312 ?? I 1:50PM 0:12.42=20
/usr/local/bin/mongod --port 27002 --fork --dbpath /data/m2_mongod2=20
--logpath /var/log/mongodb/m2_mongod2.log --slave --source IPADDRESS:27002=
=20
--logappend (mongod)
In the logs we don't see anything related to this issue.
Greetings,
Andr=C3=A9s
------=_Part_362_2346421.1343304638237
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable
<div class=3D"" id=3D"magicdomid2"><span class=3D"">Hi! </span></div><=
div class=3D"" id=3D"magicdomid3"><br></div><div class=3D"" id=3D"magicdomi=
d4"><span class=3D"">We're
seeing some problems in several mongos instances. We are running=20
master/slave replication and with really low traffic we're seeing 100%=20
mongo CPU usage in the master. When we stop the slave it automatically=20
goes to normal values. </span></div><div class=3D"ace-line" id=3D"magi=
cdomid356"><br></div><div class=3D"ace-line" id=3D"magicdomid439"><span cla=
ss=3D"author-a-z73zqz86zz70zz75zz80zz89zz88zbrz83zz86zz76zxz87zv">We have p=
roper indexes in _id field, and we use this to query the documents. </=
span></div><div class=3D"ace-line" id=3D"magicdomid377"><br></div><div clas=
s=3D"ace-line" id=3D"magicdomid378"><span class=3D"author-a-z73zqz86zz70zz7=
5zz80zz89zz88zbrz83zz86zz76zxz87zv">> db.foo.getIndexKeys()</span></div>=
<div class=3D"ace-line" id=3D"magicdomid383"><span class=3D"author-a-z73zqz=
86zz70zz75zz80zz89zz88zbrz83zz86zz76zxz87zv">[ { "_id" : 1 }, { "i" : 1 } ]=
</span></div><div class=3D"ace-line" id=3D"magicdomid440"><br></div><div cl=
ass=3D"ace-line" id=3D"magicdomid469"><span class=3D"author-a-z73zqz86zz70z=
z75zz80zz89zz88zbrz83zz86zz76zxz87zv">Operating system is FreeBSD 8.2-RELEA=
SE. </span></div><div class=3D"ace-line" id=3D"magicdomid471"><br></di=
v><div class=3D"ace-line" id=3D"magicdomid527"><span class=3D"author-a-z73z=
qz86zz70zz75zz80zz89zz88zbrz83zz86zz76zxz87zv">Mongo version is 2.0.2, but =
we're also seeing this situation in 2.0.4. </span></div><div class=3D"=
ace-line" id=3D"magicdomid528"><br></div><div class=3D"ace-line" id=3D"magi=
cdomid544"><span class=3D"author-a-z73zqz86zz70zz75zz80zz89zz88zbrz83zz86zz=
76zxz87zv">The tests we've done are: </span></div><div class=3D"" id=
=3D"magicdomid5"><br></div><div class=3D"" id=3D"magicdomid6"><span class=
=3D"">With no replication running (slave stop):</span></div><div class=3D"a=
ce-line" id=3D"magicdomid614"><br></div><div class=3D"ace-line" id=3D"magic=
domid616"><span class=3D"author-a-z73zqz86zz70zz75zz80zz89zz88zbrz83zz86zz7=
6zxz87zv">$ sudo iostat -c 10</span></div><div class=3D"ace-line" id=3D"mag=
icdomid617"><span class=3D"author-a-z73zqz86zz70zz75zz80zz89zz88zbrz83zz86z=
z76zxz87zv"> tty  =
; ad4 &nbs=
p; ad6 &nb=
sp; ad8 &n=
bsp; cpu</span>=
</div><div class=3D"ace-line" id=3D"magicdomid618"><span class=3D"author-a-=
z73zqz86zz70zz75zz80zz89zz88zbrz83zz86zz76zxz87zv"> tin tout&nbs=
p; KB/t tps MB/s KB/t tps MB/s KB/t tps=
MB/s us ni sy in id</span></div><div class=3D"ace-line" id=3D"=
magicdomid619"><span class=3D"author-a-z73zqz86zz70zz75zz80zz89zz88zbrz83zz=
86zz76zxz87zv"> 0 2 16.84 2=
0.03 124.92 0 0.00 49.99 13 =
; 0.63 3 0 15 0 82</span></div><div class=3D"ace-li=
ne" id=3D"magicdomid620"><span class=3D"author-a-z73zqz86zz70zz75zz80zz89zz=
88zbrz83zz86zz76zxz87zv"> 0 235 0.00 &nb=
sp; 0 0.00 0.00 0 0.00 0.50=
1 0.00 0 0 0 0 100</span><=
/div><div class=3D"ace-line" id=3D"magicdomid621"><span class=3D"author-a-z=
73zqz86zz70zz75zz80zz89zz88zbrz83zz86zz76zxz87zv"> 0  =
; 79 0.00 0 0.00 0.00 =
0 0.00 0.00 0 0.00 0 =
0 0 0 100</span></div><div class=3D"ace-line" id=3D"magicdomid=
622"><span class=3D"author-a-z73zqz86zz70zz75zz80zz89zz88zbrz83zz86zz76zxz8=
7zv"> 0 79 0.00 0 0.0=
0 0.00 0 0.00 10.83 3 =
0.03 2 0 43 0 55</span></div><div class=3D"ace-lin=
e" id=3D"magicdomid623"><span class=3D"author-a-z73zqz86zz70zz75zz80zz89zz8=
8zbrz83zz86zz76zxz87zv"> 0 78 0.00 =
; 0 0.00 0.00 0 0.00 16.00&=
nbsp; 6 0.09 1 0 19 0 81</span></div><d=
iv class=3D"ace-line" id=3D"magicdomid624"><span class=3D"author-a-z73zqz86=
zz70zz75zz80zz89zz88zbrz83zz86zz76zxz87zv"> 0 =
78 0.00 0 0.00 0.00 0 =
; 0.00 16.00 2 0.03 0 0 11 =
0 89</span></div><div class=3D"ace-line" id=3D"magicdomid625"><span class=
=3D"author-a-z73zqz86zz70zz75zz80zz89zz88zbrz83zz86zz76zxz87zv">  =
; 0 143 10.62 13 0.13 0.00 =
0 0.00 0.00 0 0.00 0 =
0 19 0 80</span></div><div class=3D"ace-line" id=3D"magicdomid626"><s=
pan class=3D"author-a-z73zqz86zz70zz75zz80zz89zz88zbrz83zz86zz76zxz87zv">&n=
bsp; 0 78 0.00 0 0.00 =
0.00 0 0.00 13.65 17 0.23 &=
nbsp; 1 0 14 0 85</span></div><div class=3D"ace-line" id=3D"mag=
icdomid627"><span class=3D"author-a-z73zqz86zz70zz75zz80zz89zz88zbrz83zz86z=
z76zxz87zv"> 0 78 16.00 2 0=
.03 0.00 0 0.00 16.00 3&nbs=
p; 0.05 6 0 16 0 79</span></div><div class=3D"ace-l=
ine" id=3D"magicdomid628"><span class=3D"author-a-z73zqz86zz70zz75zz80zz89z=
z88zbrz83zz86zz76zxz87zv"> 0 78 0.00&nb=
sp; 0 0.00 0.00 0 0.00  =
; 0.00 0 0.00 3 0 15 0 82</span><=
/div><div class=3D"ace-line" id=3D"magicdomid629"><br></div><div class=3D"a=
ce-line" id=3D"magicdomid631"><span class=3D"author-a-z73zqz86zz70zz75zz80z=
z89zz88zbrz83zz86zz76zxz87zv">$ sudo mongostat --port 27002</span></div><di=
v class=3D"ace-line" id=3D"magicdomid632"><span class=3D"author-a-z73zqz86z=
z70zz75zz80zz89zz88zbrz83zz86zz76zxz87zv">connected to: 127.0.0.1:27002</sp=
an></div><div class=3D"ace-line" id=3D"magicdomid633"><span class=3D"author=
-a-z73zqz86zz70zz75zz80zz89zz88zbrz83zz86zz76zxz87zv">insert query up=
date delete getmore command flushes locked % idx miss % &n=
bsp; qr|qw ar|aw netIn netOut conn repl =
time </span></div><div class=3D"ace-line" id=
=3D"magicdomid634"><span class=3D"author-a-z73zqz86zz70zz75zz80zz89zz88zbrz=
83zz86zz76zxz87zv"> 0 =
0 0 0 &nb=
sp; 0 1 &n=
bsp; 0 0&=
nbsp; 0 &n=
bsp; 0|0 0|0 62b =
; 1k 8 M &=
nbsp; 13:50:17 </span></div><div class=3D"ace-line" id=3D"magicdomid63=
5"><span class=3D"author-a-z73zqz86zz70zz75zz80zz89zz88zbrz83zz86zz76zxz87z=
v"> 0 0 &n=
bsp; 0 0 &=
nbsp; 0 1 =
0 0  =
; 0 =
0|0 0|0 62b &nb=
sp; 1k 8 M 13:50:18&n=
bsp;</span></div><div class=3D"ace-line" id=3D"magicdomid636"><span class=
=3D"author-a-z73zqz86zz70zz75zz80zz89zz88zbrz83zz86zz76zxz87zv">  =
; 0 0 &nbs=
p; 0 0 0&=
nbsp; 1 0=
0 &=
nbsp; 0 0|0 &nbs=
p; 0|0 62b 1k &n=
bsp; 8 M 13:50:19 </span></d=
iv><div class=3D"ace-line" id=3D"magicdomid637"><span class=3D"author-a-z73=
zqz86zz70zz75zz80zz89zz88zbrz83zz86zz76zxz87zv"> 0&=
nbsp; 0 0 =
0 0  =
; 1 0 &nbs=
p; 0  =
; 0 0|0 0=
|0 62b 1k =
8 M 13:50:20 </span></div><div class=3D=
"ace-line" id=3D"magicdomid638"><span class=3D"author-a-z73zqz86zz70zz75zz8=
0zz89zz88zbrz83zz86zz76zxz87zv"> 0  =
; 0 0 &nbs=
p; 0 0 &nb=
sp; 1 0 &n=
bsp; 0 0 &=
nbsp; 0|0 0|0 &n=
bsp; 62b 1k 8 &n=
bsp; M 13:50:21 </span></div><div class=3D"ace-line" id=3D=
"magicdomid639"><span class=3D"author-a-z73zqz86zz70zz75zz80zz89zz88zbrz83z=
z86zz76zxz87zv"> 0 0&=
nbsp; 0 0 =
0 1  =
; 0 0&nbs=
p; 0  =
; 0|0 0|0 62b &n=
bsp; 1k 8 M &nbs=
p; 13:50:22 </span></div><div class=3D"ace-line" id=3D"magicdomid640">=
<span class=3D"author-a-z73zqz86zz70zz75zz80zz89zz88zbrz83zz86zz76zxz87zv">=
0 0  =
; 0 0 &nbs=
p; 0 1 &nb=
sp; 0 0 &n=
bsp; 0 0|=
0 0|0 62b =
1k 8 M 13:50:23 =
;</span></div><div class=3D"ace-line" id=3D"magicdomid641"><span class=3D"a=
uthor-a-z73zqz86zz70zz75zz80zz89zz88zbrz83zz86zz76zxz87zv"> &nbs=
p; 0 0 0&=
nbsp; 0 0 =
1 0 =
; 0 =
0 0|0 &nb=
sp; 0|0 62b 1k &=
nbsp; 8 M 13:50:24 </span></div><d=
iv class=3D"ace-line" id=3D"magicdomid642"><span class=3D"author-a-z73zqz86=
zz70zz75zz80zz89zz88zbrz83zz86zz76zxz87zv"> 0 =
0 0  =
; 0 0 &nbs=
p; 1 1 &nb=
sp; 0 &nbs=
p; 0 0|0 0|0&nb=
sp; 62b 1k 8&nb=
sp; M 13:50:25 </span></div><div class=3D"ace-=
line" id=3D"magicdomid643"><span class=3D"author-a-z73zqz86zz70zz75zz80zz89=
zz88zbrz83zz86zz76zxz87zv"> 0 &nbs=
p; 0 0 0&=
nbsp; 0 1=
0 &=
nbsp; 0 0 =
0|0 0|0 =
62b 1k 8 =
M 13:50:26 </span></div><div class=3D"ace-line" id=3D"magi=
cdomid25"><br></div><div class=3D"ace-line" id=3D"magicdomid45"><span class=
=3D"author-a-z73zqz86zz70zz75zz80zz89zz88zbrz83zz86zz76zxz87zv">* ps auxf |=
grep mongo</span></div><div class=3D"ace-line" id=3D"magicdomid611"><br></=
div><div class=3D"ace-line" id=3D"magicdomid719"><span class=3D"author-a-z7=
3zqz86zz70zz75zz80zz89zz88zbrz83zz86zz76zxz87zv">mongodb
37077 2.6 0.1 71691616 31648 ?? S  =
; 1:42PM 9:16.57=20
/usr/local/bin/mongod --port 27002 --fork --dbpath /data/mongod2=20
--logpath /var/log/mongodb/mongod2.log --logappend --master --oplogSize=20
1024 --pidfilepath /data/mongod2/mongod2.pid (mongod)</span></div><div clas=
s=3D"" id=3D"magicdomid11"><br></div><div class=3D"ace-line" id=3D"magicdom=
id703"><span class=3D"author-a-z73zqz86zz70zz75zz80zz89zz88zbrz83zz86zz76zx=
z87zv">But w</span><span class=3D"">ith replication running (slave start):<=
/span></div><div class=3D"" id=3D"magicdomid13"><br></div><div class=3D"" i=
d=3D"magicdomid14"><span class=3D"">* iostat</span></div><div class=3D"ace-=
line" id=3D"magicdomid545"><br></div><div class=3D"ace-line" id=3D"magicdom=
id547"><span class=3D"author-a-z73zqz86zz70zz75zz80zz89zz88zbrz83zz86zz76zx=
z87zv">$ sudo iostat -c 10</span></div><div class=3D"ace-line" id=3D"magicd=
omid548"><span class=3D"author-a-z73zqz86zz70zz75zz80zz89zz88zbrz83zz86zz76=
zxz87zv"> tty &n=
bsp; ad4 &=
nbsp; ad6 =
ad8  =
; cpu</span></d=
iv><div class=3D"ace-line" id=3D"magicdomid549"><span class=3D"author-a-z73=
zqz86zz70zz75zz80zz89zz88zbrz83zz86zz76zxz87zv"> tin tout =
KB/t tps MB/s KB/t tps MB/s KB/t tps&nb=
sp; MB/s us ni sy in id</span></div><div class=3D"ace-line" id=3D"mag=
icdomid550"><span class=3D"author-a-z73zqz86zz70zz75zz80zz89zz88zbrz83zz86z=
z76zxz87zv"> 0 2 16.84 2&nb=
sp; 0.03 124.92 0 0.00 49.99 13 0=
.63 3 0 15 0 82</span></div><div class=3D"ace-line"=
id=3D"magicdomid551"><span class=3D"author-a-z73zqz86zz70zz75zz80zz89zz88z=
brz83zz86zz76zxz87zv"> 0 235 0.00 =
0 0.00 0.00 0 0.00 10.83 &n=
bsp; 3 0.03 0 0 4 0 96</span></div><div=
class=3D"ace-line" id=3D"magicdomid552"><span class=3D"author-a-z73zqz86zz=
70zz75zz80zz89zz88zbrz83zz86zz76zxz87zv"> 0 7=
8 0.00 0 0.00 0.00 0 =
0.00 16.00 7 0.11 4 0 67 0 =
29</span></div><div class=3D"ace-line" id=3D"magicdomid553"><span class=3D"=
author-a-z73zqz86zz70zz75zz80zz89zz88zbrz83zz86zz76zxz87zv"> 0&=
nbsp; 78 0.00 0 0.00 0.00&n=
bsp; 0 0.00 0.00 0 0.00 &nbs=
p; 0 0 63 0 37</span></div><div class=3D"ace-line" id=3D"magicd=
omid554"><span class=3D"author-a-z73zqz86zz70zz75zz80zz89zz88zbrz83zz86zz76=
zxz87zv"> 0 78 0.00 0 =
0.00 0.00 0 0.00 0.00  =
; 0 0.00 1 0 53 0 46</span></div><div class=
=3D"ace-line" id=3D"magicdomid555"><span class=3D"author-a-z73zqz86zz70zz75=
zz80zz89zz88zbrz83zz86zz76zxz87zv"> 0 78 =
; 9.07 15 0.13 0.00 0 0.00 &=
nbsp; 0.00 0 0.00 0 0 28 0 71</sp=
an></div><div class=3D"ace-line" id=3D"magicdomid556"><span class=3D"author=
-a-z73zqz86zz70zz75zz80zz89zz88zbrz83zz86zz76zxz87zv"> 0 &=
nbsp; 78 0.00 0 0.00 0.00 &n=
bsp; 0 0.00 13.78 18 0.24 2 0 40&=
nbsp; 1 58</span></div><div class=3D"ace-line" id=3D"magicdomid557"><span c=
lass=3D"author-a-z73zqz86zz70zz75zz80zz89zz88zbrz83zz86zz76zxz87zv"> &=
nbsp; 0 78 0.00 0 0.00  =
; 0.00 0 0.00 0.00 0 0.00&n=
bsp; 0 0 28 0 71</span></div><div class=3D"ace-line" id=
=3D"magicdomid558"><span class=3D"author-a-z73zqz86zz70zz75zz80zz89zz88zbrz=
83zz86zz76zxz87zv"> 0 78 0.00 &nbs=
p; 0 0.00 0.00 0 0.00 0.00&=
nbsp; 0 0.00 2 0 20 0 77</span></div><d=
iv class=3D"ace-line" id=3D"magicdomid559"><span class=3D"author-a-z73zqz86=
zz70zz75zz80zz89zz88zbrz83zz86zz76zxz87zv"> 0 =
78 0.00 0 0.00 0.00 0 =
; 0.00 0.00 0 0.00 1 0 18&n=
bsp; 0 81</span></div><div class=3D"ace-line" id=3D"magicdomid575"><br></di=
v><div class=3D"ace-line" id=3D"magicdomid561"><span class=3D"author-a-z73z=
qz86zz70zz75zz80zz89zz88zbrz83zz86zz76zxz87zv">$ sudo mongostat --port 2700=
2</span></div><div class=3D"ace-line" id=3D"magicdomid562"><span class=3D"a=
uthor-a-z73zqz86zz70zz75zz80zz89zz88zbrz83zz86zz76zxz87zv">connected to: 12=
7.0.0.1:27002</span></div><div class=3D"ace-line" id=3D"magicdomid563"><spa=
n class=3D"author-a-z73zqz86zz70zz75zz80zz89zz88zbrz83zz86zz76zxz87zv">inse=
rt query update delete getmore command flushes locked % idx miss %&nb=
sp; qr|qw ar|aw netIn netOut conn=
repl time </span></div><div class=
=3D"ace-line" id=3D"magicdomid564"><span class=3D"author-a-z73zqz86zz70zz75=
zz80zz89zz88zbrz83zz86zz76zxz87zv"> 0 &n=
bsp; 0 0 &=
nbsp; 0 0 =
1 0  =
; 0 0&nbs=
p; 0|0 1|0  =
; 62b 1k 9  =
; M 13:41:00 </span></div><div class=3D"ace-line" id=
=3D"magicdomid565"><span class=3D"author-a-z73zqz86zz70zz75zz80zz89zz88zbrz=
83zz86zz76zxz87zv"> 0 =
0 0 0 &nb=
sp; 0 1 &n=
bsp; 0 0&=
nbsp; 0 &n=
bsp; 0|0 1|0 62b =
; 1k 9 M &=
nbsp; 13:41:01 </span></div><div class=3D"ace-line" id=3D"magicdomid56=
6"><span class=3D"author-a-z73zqz86zz70zz75zz80zz89zz88zbrz83zz86zz76zxz87z=
v"> 0 0 &n=
bsp; 0 0 &=
nbsp; 1 1 =
0 0  =
; 0 =
0|0 1|0 112b 1=
k 9 M 13:41:02 <=
/span></div><div class=3D"ace-line" id=3D"magicdomid567"><span class=3D"aut=
hor-a-z73zqz86zz70zz75zz80zz89zz88zbrz83zz86zz76zxz87zv"> =
0 0 0&nb=
sp; 0 0 &n=
bsp; 1 0 &=
nbsp; 0 &n=
bsp; 0 0|0  =
; 1|0 62b 1k &nb=
sp; 9 M 13:41:03 </span></div><div=
class=3D"ace-line" id=3D"magicdomid568"><span class=3D"author-a-z73zqz86zz=
70zz75zz80zz89zz88zbrz83zz86zz76zxz87zv"> 0 &n=
bsp; 1 0 &=
nbsp; 0 0 =
1 0  =
; 0 =
0 0|0 1|0 =
; 137b 1k 9 &nbs=
p; M 13:41:04 </span></div><div class=3D"ace-line" i=
d=3D"magicdomid569"><span class=3D"author-a-z73zqz86zz70zz75zz80zz89zz88zbr=
z83zz86zz76zxz87zv"> 0  =
; 0 0 0 &n=
bsp; 0 1 &=
nbsp; 0 0=
0 &=
nbsp; 0|0 1|0 62b&nbs=
p; 1k 9 M =
13:41:05 </span></div><div class=3D"ace-line" id=3D"magicdomid5=
70"><span class=3D"author-a-z73zqz86zz70zz75zz80zz89zz88zbrz83zz86zz76zxz87=
zv"> 0 0 &=
nbsp; 0 0 =
1 1  =
; 0 0 &nbs=
p; 0  =
; 0|0 1|0 112b =
1k 9 M 13:41:06 =
</span></div><div class=3D"ace-line" id=3D"magicdomid571"><span class=3D"au=
thor-a-z73zqz86zz70zz75zz80zz89zz88zbrz83zz86zz76zxz87zv">  =
; 0 4 0&n=
bsp; 0 0 &=
nbsp; 1 0 =
0 &=
nbsp; 0 0|0 &nbs=
p; 1|0 362b 3k &=
nbsp; 9 M 13:41:07 </span></div><div cla=
ss=3D"ace-line" id=3D"magicdomid572"><span class=3D"author-a-z73zqz86zz70zz=
75zz80zz89zz88zbrz83zz86zz76zxz87zv"> 0 =
0 0  =
; 0 0 &nbs=
p; 1 0 &nb=
sp; 0 0&n=
bsp; 0|0 1|0 &nb=
sp; 62b 1k 9 &nb=
sp; M 13:41:08 </span></div><div class=3D"ace-line" =
id=3D"magicdomid573"><span class=3D"author-a-z73zqz86zz70zz75zz80zz89zz88zb=
rz83zz86zz76zxz87zv"> 0 &nbs=
p; 0 0 0 &=
nbsp; 1 1 =
0 =
0 0 =
0|0 1|0 112b &n=
bsp; 1k 9 M &nbs=
p; 13:41:09 </span></div><div class=3D"ace-line" id=3D"magicdomid576">=
<br></div><div class=3D"ace-line" id=3D"magicdomid577"><span class=3D"autho=
r-a-z73zqz86zz70zz75zz80zz89zz88zbrz83zz86zz76zxz87zv">$ ps auxf|grep mongo=
</span></div><div class=3D"ace-line" id=3D"magicdomid586"><span class=3D"au=
thor-a-z73zqz86zz70zz75zz80zz89zz88zbrz83zz86zz76zxz87zv">mongodb
35188 126.7 0.2 71691872 62308 ?? S &nb=
sp; 1:35PM 6:19.30=20
/usr/local/bin/mongod --port 27002 --fork --dbpath /data/mongod2=20
--logpath /var/log/mongodb/mongod2.log --logappend --master --oplogSize=20
1024 --pidfilepath /data/mongod2/mongod2.pid (mongod)</span></div><div clas=
s=3D"ace-line" id=3D"magicdomid644"><br></div><div class=3D"ace-line" id=3D=
"magicdomid696"><span class=3D"author-a-z73zqz86zz70zz75zz80zz89zz88zbrz83z=
z86zz76zxz87zv">And the slave it's well in the cpu related issue.</span></d=
iv><div class=3D"ace-line" id=3D"magicdomid608"><br></div><div class=3D"ace=
-line" id=3D"magicdomid718"><span class=3D"author-a-z73zqz86zz70zz75zz80zz8=
9zz88zbrz83zz86zz76zxz87zv">root
9381 2.2 0.3 75631816 63312 ?? I =
1:50PM 0:12.42=20
/usr/local/bin/mongod --port 27002 --fork --dbpath /data/m2_mongod2=20
--logpath /var/log/mongodb/m2_mongod2.log --slave --source=20
IPADDRESS:27002 --logappend (mongod)</span></div><div class=3D"ace-line" id=
=3D"magicdomid580"><br></div><div class=3D"ace-line" id=3D"magicdomid697"><=
span class=3D"">In the logs we don't </span><span class=3D"author-a-z73zqz8=
6zz70zz75zz80zz89zz88zbrz83zz86zz76zxz87zv">see anything related to this is=
sue.</span></div><div class=3D"" id=3D"magicdomid20"><br></div><div class=
=3D"" id=3D"magicdomid21"><span class=3D"">Greetings,</span></div><div clas=
s=3D"" id=3D"magicdomid22"><span class=3D"">Andr=C3=A9s</span></div>
------=_Part_362_2346421.1343304638237--
------=_Part_361_17155683.1343304638237--