mongoDB v3 の wiredTiger で cache サイズの指定ができるようになっているのでその確認をした。
確認方法
100,000,000 件のテストデータを登録後、
mongodb> db.test.aggregate({"$unwind":"$d"},{"$group":{"_id":{},"c":{"$sum":1}}})
で集計して、データをメモリにがっつりと載せてみる。
まず、結論
指定サイズと実際に使われているサイズにそれなりのブレがあるが、線形的にメモリ使用量が増加する傾向は無くなっている。
aggregate後のメモリ(res)使用量
mmap: 12.7 G
wiredTiger(cacheSizeGB:1G): 848 M
wiredTiger(cacheSizeGB:2G): 1.6 G
データ
mmap
mongodb> show dbs
test1 53.913GB
shell(monitor)>
20151226 163330
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
0 1 368 378776 326648 13659240 0 0 0 30 2 3 1 1 96 2 0
1 1 368 380964 326648 13659236 0 0 0 12 3479 7100 0 0 87 12 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 32.0M 0 0|0 0|0 79b 10k 2 16:33:32
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 32.0M 0 0|0 0|0 79b 10k 2 16:33:33
20151226 163334
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
0 2 368 395580 326648 13659236 0 0 0 30 2 3 1 1 96 2 0
0 1 368 405112 326648 13659236 0 0 0 264 3122 6094 1 0 78 20 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 32.0M 0 0|0 0|0 79b 10k 2 16:33:36
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 32.0M 0 0|0 0|0 79b 10k 2 16:33:37
20151226 163338
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
0 1 368 418908 326648 13663292 0 0 0 30 2 3 1 1 96 2 0
0 1 368 430984 326652 13663400 0 0 0 340 4235 8408 0 0 87 12 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 39.0M 0 0|0 1|0 79b 10k 2 16:33:40
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 39.0M 0 0|0 1|0 79b 10k 2 16:33:41
20151226 163342
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 385280 326652 13756412 0 0 0 30 2 3 1 1 96 2 0
0 1 368 239744 326652 13920244 0 0 161688 0 5401 9629 11 1 87 2 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 441.0M 1 0|0 1|0 79b 10k 2 16:33:44
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 600.0M 1 0|0 1|0 79b 10k 2 16:33:45
20151226 163346
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 98476 326656 14116684 0 0 0 30 2 3 1 1 96 2 0
1 0 368 99404 326656 14125416 0 0 167936 0 6203 10957 12 1 86 1 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 1.1G 0 0|0 0|0 79b 10k 2 16:33:48
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 1.2G 1 0|0 0|0 79b 10k 2 16:33:49
20151226 163350
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 102148 326656 14150128 0 0 0 30 2 3 1 1 96 2 0
1 0 368 99560 326656 14158252 0 0 167928 48 5539 9106 11 1 87 1 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 1.7G 0 0|0 0|0 79b 10k 2 16:33:52
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 1.9G 0 0|0 1|0 79b 10k 2 16:33:53
20151226 163354
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 104224 326656 14170024 0 0 1 30 2 3 1 1 96 2 0
1 0 368 99928 326656 14178076 0 0 167936 4 5758 9947 11 1 87 1 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 2.3G 0 0|0 1|0 79b 10k 2 16:33:56
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 2.5G 0 0|0 1|0 79b 10k 2 16:33:57
20151226 163358
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 104252 326656 14186956 0 0 1 30 2 3 1 1 96 2 0
1 0 368 100056 326664 14196876 0 0 157688 344 5447 9307 11 1 86 2 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 3.0G 0 0|0 1|0 79b 10k 2 16:34:00
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 3.1G 0 0|0 1|0 79b 10k 2 16:34:01
20151226 163402
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 102456 326660 14201068 0 0 1 30 2 3 1 1 96 2 0
1 0 368 98640 326660 14205980 0 0 165888 48 5513 8382 12 1 86 0 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 3.6G 0 0|0 0|0 79b 10k 2 16:34:04
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 3.8G 1 0|0 0|0 79b 10k 2 16:34:05
20151226 163406
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 100440 326660 14211908 0 0 1 30 2 3 1 1 96 2 0
2 0 368 101724 326656 14212744 0 0 167936 0 6377 9880 13 1 86 0 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 4.2G 0 0|0 0|0 79b 10k 2 16:34:08
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 4.4G 0 0|0 1|0 79b 10k 2 16:34:09
20151226 163410
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 99432 326660 14228576 0 0 1 30 2 3 1 1 96 2 0
2 0 368 101896 326648 14229288 0 0 167936 0 5521 8685 12 1 87 0 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 4.9G 0 0|0 1|0 79b 10k 2 16:34:12
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 5.0G 1 0|0 1|0 79b 10k 2 16:34:13
20151226 163414
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 99832 326636 14235464 0 0 1 30 2 3 1 1 96 2 0
2 0 368 102344 326636 14238328 0 0 169984 52 5496 8565 12 1 86 0 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 5.5G 0 0|0 1|0 79b 10k 2 16:34:16
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 5.7G 0 0|0 1|0 79b 10k 2 16:34:17
20151226 163418
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 100792 326636 14246060 0 0 1 30 2 3 1 1 96 2 0
1 0 368 101664 326644 14248488 0 0 169984 188 5643 9098 12 1 86 1 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 6.2G 0 0|0 1|0 79b 10k 2 16:34:20
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 6.3G 0 0|0 0|0 79b 10k 2 16:34:21
20151226 163422
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 104140 326644 14261092 0 0 1 30 2 3 1 1 96 2 0
1 0 368 98872 326644 14269756 0 0 169984 0 5584 9221 12 1 87 0 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 6.8G 1 0|0 1|0 79b 10k 2 16:34:24
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 7.0G 0 0|0 0|0 79b 10k 2 16:34:25
20151226 163426
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 104236 326620 14285456 0 0 1 30 2 3 1 1 96 2 0
1 0 368 100856 326620 14291896 0 0 167936 48 5948 9720 12 1 86 0 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 7.5G 0 0|0 0|0 79b 10k 2 16:34:28
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 7.6G 0 0|0 1|0 79b 10k 2 16:34:29
20151226 163430
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 103180 326612 14305544 0 0 1 30 2 3 1 1 96 2 0
1 0 368 101700 326380 14312568 0 0 167936 0 5597 8890 12 1 87 0 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 8.1G 0 0|0 1|0 79b 10k 2 16:34:32
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 8.3G 0 0|0 0|0 79b 10k 2 16:34:33
20151226 163434
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 99708 326132 14323776 0 0 1 30 2 3 1 1 96 2 0
1 1 368 103308 326120 14325244 0 0 169984 12 5382 8062 13 1 85 2 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 8.7G 1 0|0 1|0 79b 10k 2 16:34:36
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 8.9G 0 0|0 1|0 79b 10k 2 16:34:37
20151226 163438
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 1 368 98700 325912 14338452 0 0 1 30 2 3 1 1 96 2 0
1 0 368 100440 325824 14342520 0 0 165888 904 5561 8739 12 1 76 11 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 9.4G 0 0|0 0|0 79b 10k 2 16:34:40
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 9.5G 0 0|0 1|0 79b 10k 2 16:34:41
20151226 163442
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 99012 325772 14354344 0 0 1 30 2 3 1 1 96 2 0
1 0 368 103808 325772 14352884 0 0 167936 0 5799 9027 12 1 86 0 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 10.0G 0 0|0 1|0 79b 10k 2 16:34:44
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 10.2G 0 0|0 1|0 79b 10k 2 16:34:45
20151226 163446
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 103432 325748 14369916 0 0 1 30 2 3 1 1 96 2 0
2 0 368 99296 325740 14375320 0 0 167936 0 5757 9345 12 1 86 0 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 10.7G 0 0|0 0|0 79b 10k 2 16:34:48
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 10.8G 1 0|0 1|0 79b 10k 2 16:34:49
20151226 163450
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 98056 325704 14388104 0 0 2 30 2 3 1 1 96 2 0
1 0 368 98580 325700 14390944 0 0 165888 0 5529 8762 12 1 87 1 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 11.3G 0 0|0 1|0 79b 10k 2 16:34:52
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 11.5G 0 0|0 0|0 79b 10k 2 16:34:53
20151226 163454
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 101864 325628 14400208 0 0 2 30 2 3 1 1 96 2 0
1 0 368 100984 325620 14404896 0 0 167936 48 5711 9036 12 1 87 0 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 11.9G 0 0|0 1|0 79b 10k 2 16:34:56
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.1G 0 0|0 0|0 79b 10k 2 16:34:57
20151226 163458
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 102592 325532 14413020 0 0 2 30 2 3 1 1 96 2 0
1 0 368 102636 325540 14417160 0 0 167936 140 5481 8646 12 1 86 1 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.6G 0 0|0 1|0 79b 10k 2 16:35:00
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 1 0|0 1|0 79b 10k 2 16:35:01
20151226 163502
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
2 0 368 98048 325088 14435440 0 0 2 30 2 3 1 1 96 2 0
7 0 368 93280 325008 14441308 0 0 18432 336 896583 10598 4 23 73 0 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 0 0|0 1|0 79b 10k 2 16:35:05
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 0 0|0 1|0 79b 10k 2 16:35:06
20151226 163507
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 99404 325832 14422700 0 0 2 30 3 3 1 1 96 2 0
3 1 368 99544 325832 14424408 0 0 159796 0 43652 11484 12 2 86 1 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 0 0|0 1|0 79b 10k 2 16:35:09
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 0 0|0 1|0 79b 10k 2 16:35:10
20151226 163511
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 100152 325924 14428124 0 0 2 30 3 3 1 1 96 2 0
2 0 368 100668 325924 14425368 0 0 163840 0 48531 12487 14 2 85 0 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 0 0|0 1|0 79b 10k 2 16:35:13
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 0 0|0 1|0 79b 10k 2 16:35:14
20151226 163515
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
2 0 368 101856 325924 14425328 0 0 2 30 3 3 1 1 96 2 0
2 0 368 98640 325956 14429628 0 0 158844 144 34718 11266 12 2 85 2 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 0 0|0 1|0 79b 10k 2 16:35:17
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 0 0|0 0|0 79b 10k 2 16:35:18
20151226 163519
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 2 368 102848 326568 14338220 0 0 2 30 3 3 1 1 96 2 0
2 2 368 100780 326572 14223524 0 0 155648 872 74912 11002 21 2 61 15 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.6G 0 0|0 1|0 79b 10k 2 16:35:21
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.5G 0 0|0 0|0 79b 10k 2 16:35:22
20151226 163523
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 2 368 99064 326612 14102288 0 0 2 30 3 3 1 1 96 2 0
2 4 368 98720 326660 14086980 0 0 159252 2288 52944 13756 17 3 71 9 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.4G 0 0|0 0|0 79b 10k 2 16:35:25
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.4G 0 0|0 1|0 79b 10k 2 16:35:26
20151226 163527
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 105440 326788 14106132 0 0 2 30 3 3 1 1 96 2 0
1 1 368 102516 326796 14117160 0 0 161792 676 44735 12924 16 3 80 1 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.4G 0 0|0 1|0 79b 10k 2 16:35:29
*0 *0 *0 *0 0 1|0 1 54.0G 108.3G 12.5G 1 0|0 2|0 79b 10k 2 16:35:30
20151226 163531
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
2 1 368 102360 326984 14162332 0 0 2 30 3 3 1 1 96 2 0
1 0 368 99112 326984 14178152 0 0 153600 48 40303 12759 13 1 74 12 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.6G 0 0|0 0|0 79b 10k 2 16:35:33
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.6G 0 0|0 1|0 79b 10k 2 16:35:34
20151226 163535
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 99264 326984 14200188 0 0 2 30 3 3 1 1 96 2 0
1 0 368 101824 326984 14208340 0 0 163848 672 30420 11943 12 1 86 1 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.6G 0 0|0 0|0 79b 10k 2 16:35:37
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.6G 0 0|0 1|0 79b 10k 2 16:35:38
20151226 163539
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
2 0 368 98676 326984 14249336 0 0 2 30 3 3 1 1 96 2 0
1 0 368 98756 326988 14270436 0 0 159744 160 26134 12574 12 1 86 1 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 0 0|0 0|0 79b 10k 2 16:35:41
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 0 0|0 1|0 79b 10k 2 16:35:42
20151226 163543
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 102808 326988 14313040 0 0 2 30 3 3 1 1 96 2 0
1 0 368 103424 326988 14321416 0 0 157696 48 23624 11784 11 1 86 1 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 0 0|0 0|0 79b 10k 2 16:35:45
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 0 0|0 0|0 79b 10k 2 16:35:46
20151226 163547
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 102500 326992 14350036 0 0 3 30 3 3 1 1 96 2 0
1 0 368 100544 326992 14363872 0 0 161792 0 25856 12599 12 1 87 1 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 0 0|0 0|0 79b 10k 2 16:35:50
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 0 0|0 1|0 79b 10k 2 16:35:51
20151226 163552
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
2 0 368 98280 326992 14386048 0 0 3 30 3 3 1 1 96 2 0
3 0 368 101020 326992 14391156 0 0 163840 0 43985 13487 13 1 86 0 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 0 0|0 0|0 79b 10k 2 16:35:54
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 0 0|0 1|0 79b 10k 2 16:35:55
20151226 163556
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 105108 326992 14387624 0 0 3 30 3 3 1 1 96 2 0
1 0 368 99528 326992 14393508 0 0 158712 48 36840 13322 12 2 86 1 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 0 0|0 1|0 79b 10k 2 16:35:58
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 0 0|0 1|0 79b 10k 2 16:35:59
20151226 163600
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 101584 327084 14393712 0 0 3 30 3 3 1 1 96 2 0
1 1 368 102560 327088 14395972 0 0 161812 140 25540 13439 12 2 86 1 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 0 0|0 1|0 79b 10k 2 16:36:02
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 0 0|0 0|0 79b 10k 2 16:36:03
20151226 163604
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 104064 327088 14397116 0 0 3 30 3 3 1 1 96 2 0
0 1 368 99852 327088 14401952 0 0 157696 0 21821 13348 11 1 87 1 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 0 0|0 1|0 79b 10k 2 16:36:06
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 0 0|0 0|0 79b 10k 2 16:36:07
20151226 163608
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 100752 327092 14402648 0 0 3 30 3 3 1 1 96 2 0
1 0 368 101444 327092 14402652 0 0 159744 80 29908 13651 11 1 86 1 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 1 0|0 1|0 79b 10k 2 16:36:10
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 0 0|0 1|0 79b 10k 2 16:36:11
20151226 163612
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 99984 327100 14399960 0 0 3 30 3 3 1 1 96 2 0
1 0 368 97924 327100 14403112 0 0 165888 0 47152 11648 12 2 86 0 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 0 0|0 1|0 79b 10k 2 16:36:14
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 0 0|0 1|0 79b 10k 2 16:36:15
20151226 163616
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 103464 327108 14397960 0 0 3 30 3 3 1 1 96 2 0
2 0 368 99044 327108 14398796 0 0 159744 0 41494 14057 12 2 86 1 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 0 0|0 1|0 79b 10k 2 16:36:18
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 0 0|0 0|0 79b 10k 2 16:36:19
20151226 163620
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
2 0 368 99752 327108 14399316 0 0 3 30 3 3 1 1 96 2 0
2 0 368 97760 327112 14403216 0 0 163840 212 24604 13316 12 1 86 1 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 0 0|0 0|0 79b 10k 2 16:36:22
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 1 0|0 1|0 79b 10k 2 16:36:23
20151226 163624
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 103000 327112 14392116 0 0 3 30 3 3 1 1 96 2 0
1 0 368 101492 327108 14399428 0 0 159744 0 24730 13776 11 1 86 1 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 0 0|0 1|0 79b 10k 2 16:36:26
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 0 0|0 1|0 79b 10k 2 16:36:27
20151226 163628
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
2 0 368 94684 325932 14411548 0 0 3 30 3 3 1 1 96 2 0
2 2 368 94484 325584 14414192 0 0 33012 260 895219 15421 6 21 72 1 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 1 54.0G 108.3G 12.8G 0 0|0 1|0 79b 10k 2 16:36:31
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 0 0|0 1|0 79b 10k 2 16:36:32
20151226 163633
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 1 368 102888 325920 14403308 0 0 3 30 3 3 1 1 96 2 0
1 1 368 99412 325920 14405596 0 0 159744 8 30744 9419 11 1 74 13 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 0 0|0 0|0 79b 10k 2 16:36:35
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 0 0|0 1|0 79b 10k 2 16:36:36
20151226 163637
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 2 368 103268 325924 14397740 0 0 3 30 3 3 1 1 96 2 0
1 1 368 103072 325924 14397500 0 0 156668 96 22460 11194 12 1 65 23 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 0 0|0 1|0 79b 10k 2 16:36:39
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 0 0|0 0|0 79b 10k 2 16:36:40
20151226 163641
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 97992 325924 14406444 0 0 3 30 3 3 1 1 96 2 0
1 0 368 99544 325924 14398816 0 0 161792 204 44896 11371 13 2 84 1 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 0 0|0 0|0 79b 10k 2 16:36:43
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 0 0|0 1|0 79b 10k 2 16:36:44
20151226 163645
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
2 0 368 103204 325932 14397988 0 0 4 30 3 3 1 1 96 2 0
2 0 368 102716 325932 14399720 0 0 159744 48 27315 9185 12 1 86 1 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 0 0|0 1|0 79b 10k 2 16:36:47
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 0 0|0 1|0 79b 10k 2 16:36:48
20151226 163649
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 99444 326040 14398752 0 0 4 30 3 3 1 1 96 2 0
1 0 368 98984 326040 14400596 0 0 157696 0 25673 8540 11 1 86 1 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 1 0|0 1|0 79b 10k 2 16:36:51
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 0 0|0 1|0 79b 10k 2 16:36:52
20151226 163653
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
2 0 368 98500 326044 14399552 0 0 4 30 3 3 1 1 96 2 0
1 0 368 98944 326044 14400548 0 0 157696 0 38501 8932 11 2 86 1 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 0 0|0 1|0 79b 10k 2 16:36:55
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 0 0|0 1|0 79b 10k 2 16:36:56
20151226 163657
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 101396 326052 14394096 0 0 4 30 3 3 1 1 96 2 0
1 0 368 98988 326048 14398348 0 0 163840 48 40825 10069 12 1 86 0 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 0 0|0 1|0 79b 10k 2 16:36:59
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 0 0|0 1|0 79b 10k 2 16:37:00
20151226 163701
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 99048 326176 14398780 0 0 4 30 3 3 1 1 96 2 0
1 0 368 102916 326180 14392256 0 0 157696 116 32967 10415 13 2 84 1 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 0 0|0 1|0 79b 10k 2 16:37:03
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 1 0|0 1|0 79b 10k 2 16:37:04
20151226 163705
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 1 368 102064 326180 14396216 0 0 4 30 3 3 1 1 96 2 0
1 1 368 101876 326388 14400268 0 0 160016 12 30315 10190 12 1 79 8 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 0 0|0 1|0 79b 10k 2 16:37:07
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 0 0|0 1|0 79b 10k 2 16:37:08
20151226 163709
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 98200 326488 14394776 0 0 4 30 3 3 1 1 96 2 0
1 0 368 101172 326488 14391996 0 0 157696 56 30771 9308 11 1 87 1 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 0 0|0 1|0 79b 10k 2 16:37:11
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 0 0|0 1|0 79b 10k 2 16:37:12
20151226 163713
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 101148 326492 14386816 0 0 4 30 3 3 1 1 96 2 0
0 1 368 102664 326492 14385112 0 0 163840 0 26397 9765 12 1 87 1 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 0 0|0 1|0 79b 10k 2 16:37:15
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.8G 0 0|0 1|0 79b 10k 2 16:37:16
20151226 163717
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 102752 326720 14375940 0 0 4 30 3 3 1 1 96 2 0
1 0 368 100552 326748 14347480 0 0 161792 1436 54076 11318 17 2 78 3 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 0 0|0 1|0 79b 10k 2 16:37:19
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.6G 0 0|0 1|0 79b 10k 2 16:37:20
20151226 163721
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
2 0 368 103648 326716 14161948 0 0 4 30 3 3 1 1 96 2 0
1 0 368 99100 326720 14088360 0 0 153600 972 64582 12891 22 2 73 2 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.4G 0 0|0 1|0 79b 10k 2 16:37:23
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.4G 0 0|0 0|0 79b 10k 2 16:37:24
20151226 163725
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 103136 326728 14058768 0 0 4 30 3 3 1 1 96 2 0
2 0 368 102372 326728 14061976 0 0 155648 4 24274 10266 11 1 86 1 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.5G 0 0|0 1|0 79b 10k 2 16:37:27
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.5G 0 0|0 1|0 79b 10k 2 16:37:28
20151226 163729
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
0 1 368 101548 326732 14091496 0 0 4 30 3 3 1 1 96 2 0
2 0 368 100420 326732 14097172 0 0 142328 44 33225 10038 11 2 86 2 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.5G 0 0|0 1|0 79b 10k 2 16:37:31
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.5G 0 0|0 0|0 79b 10k 2 16:37:32
20151226 163733
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
2 0 368 104036 326732 14122524 0 0 4 30 3 3 1 1 96 2 0
1 0 368 100568 326732 14133728 0 0 157696 192 21516 9720 11 1 86 2 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.5G 0 0|0 1|0 79b 10k 2 16:37:35
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.5G 0 0|0 0|0 79b 10k 2 16:37:36
20151226 163737
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 1 368 100316 326732 14154612 0 0 4 30 3 3 1 1 96 2 0
1 2 368 99428 326732 14143576 0 0 155696 16 35475 10529 13 2 80 5 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.5G 0 0|0 1|0 79b 10k 2 16:37:39
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.6G 0 0|0 0|0 79b 10k 2 16:37:40
20151226 163741
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 1 368 105580 326732 14232524 0 0 4 30 3 3 1 1 96 2 0
1 1 368 99524 326732 14238392 0 0 157696 0 30208 11224 13 2 73 13 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.6G 1 0|0 1|0 79b 10k 2 16:37:43
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.6G 0 0|0 1|0 79b 10k 2 16:37:44
20151226 163745
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 99320 326736 14297864 0 0 5 30 3 3 1 1 96 2 0
1 0 368 98720 326736 14319284 0 0 157696 56 23901 9561 12 1 86 1 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 0 0|0 0|0 79b 10k 2 16:37:47
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 0 0|0 0|0 79b 10k 2 16:37:48
20151226 163749
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
3 0 368 98752 326736 14326952 0 0 5 30 3 3 1 1 96 2 0
1 0 368 98220 326740 14329812 0 0 161800 244 40233 9586 13 2 84 2 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 0 0|0 0|0 79b 10k 2 16:37:51
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 0 0|0 1|0 79b 10k 2 16:37:52
20151226 163753
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
2 0 368 97096 326308 14350280 0 0 5 30 4 3 1 1 96 2 0
2 0 368 98328 325968 14359772 0 0 63492 448 1020590 9503 10 16 74 1 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 0 0|0 1|0 79b 10k 2 16:37:56
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.4G 0 0|0 1|0 79b 10k 2 16:37:57
20151226 163758
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 248652 325932 14205604 0 0 5 30 4 3 1 1 96 2 0
1 0 368 102072 325932 14351844 0 0 152568 48 7000 9390 11 1 87 1 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 0 0|0 1|0 79b 10k 2 16:38:00
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 0 0|0 1|0 79b 10k 2 16:38:01
20151226 163802
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
2 0 368 101088 326116 14354772 0 0 5 30 4 3 1 1 96 2 0
1 0 368 102828 326112 14355480 0 0 157696 0 21454 8816 11 1 87 1 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 0 0|0 1|0 79b 10k 2 16:38:04
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 0 0|0 0|0 79b 10k 2 16:38:05
20151226 163806
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 1 368 101060 326120 14357780 0 0 5 30 4 3 1 1 96 2 0
1 0 368 103216 326224 14355368 0 0 164528 0 39506 9690 13 1 82 4 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 0 0|0 1|0 79b 10k 2 16:38:08
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 0 0|0 0|0 79b 10k 2 16:38:09
20151226 163810
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 1 368 100404 326232 14364116 0 0 5 30 4 3 1 1 96 2 0
2 0 368 99496 326232 14367440 0 0 159672 64 28233 9532 12 1 82 5 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 1 0|0 1|0 79b 10k 2 16:38:12
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 0 0|0 1|0 79b 10k 2 16:38:13
20151226 163814
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 101184 326232 14359060 0 0 5 30 4 3 1 1 96 2 0
2 1 368 97472 326236 14363364 0 0 157696 104 32618 9257 11 2 86 1 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 0 0|0 1|0 79b 10k 2 16:38:16
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 0 0|0 0|0 79b 10k 2 16:38:17
20151226 163818
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 99952 326236 14358580 0 0 5 30 4 3 1 1 96 2 0
2 0 368 98272 326236 14358444 0 0 157696 8 23243 9505 12 1 86 1 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 0 0|0 0|0 79b 10k 2 16:38:20
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 0 0|0 1|0 79b 10k 2 16:38:21
20151226 163822
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 104088 326240 14352292 0 0 5 30 4 3 1 1 96 2 0
2 0 368 102284 326240 14354888 0 0 159748 48 28061 9458 12 1 86 1 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 0 0|0 1|0 79b 10k 2 16:38:24
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 0 0|0 1|0 79b 10k 2 16:38:25
20151226 163826
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 101064 326248 14355116 0 0 5 30 4 3 1 1 96 2 0
0 1 368 98440 326248 14355052 0 0 163840 0 30270 8818 12 1 86 1 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 0 0|0 0|0 79b 10k 2 16:38:28
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 0 0|0 1|0 79b 10k 2 16:38:29
20151226 163830
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 98564 326360 14355820 0 0 5 30 4 3 1 1 96 2 0
1 0 368 99236 326360 14354368 0 0 137216 164 24025 9008 10 1 87 2 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 0 0|0 1|0 79b 10k 2 16:38:32
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 0 0|0 0|0 79b 10k 2 16:38:33
20151226 163834
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
2 0 368 99040 326360 14349064 0 0 5 30 4 3 1 1 96 2 0
1 1 368 102000 326360 14346016 0 0 155648 152 45812 9227 11 1 86 1 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 0 0|0 1|0 79b 10k 2 16:38:36
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 0 0|0 1|0 79b 10k 2 16:38:37
20151226 163838
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
0 2 368 98816 326356 14350432 0 0 5 30 4 3 1 1 96 2 0
0 2 368 103244 326356 14344940 0 0 150520 48 36159 9670 11 1 74 14 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 0 0|0 1|0 79b 10k 2 16:38:40
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 0 0|0 1|0 79b 10k 2 16:38:41
20151226 163842
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 104552 326360 14343620 0 0 5 30 4 3 1 1 96 2 0
1 0 368 99472 326360 14349720 0 0 155648 0 42984 9793 11 2 86 1 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 0 0|0 1|0 79b 10k 2 16:38:44
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 0 0|0 0|0 79b 10k 2 16:38:45
20151226 163846
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 1 368 97612 326360 14356432 0 0 6 30 4 3 1 1 96 2 0
1 1 368 100404 326360 14348996 0 0 157696 0 28594 9358 12 1 74 13 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 0 0|0 1|0 79b 10k 2 16:38:48
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 0 0|0 0|0 79b 10k 2 16:38:49
20151226 163850
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
2 0 368 100856 326368 14362096 0 0 6 30 4 3 1 1 96 2 0
1 0 368 102372 326368 14365412 0 0 157700 48 29157 8683 12 1 86 1 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 1 0|0 0|0 79b 10k 2 16:38:52
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 0 0|0 0|0 79b 10k 2 16:38:53
20151226 163854
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 99432 326368 14362520 0 0 6 30 4 3 1 1 96 2 0
1 1 368 98764 326376 14364464 0 0 157696 164 44756 9329 12 1 86 1 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 0 0|0 0|0 79b 10k 2 16:38:56
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 0 0|0 1|0 79b 10k 2 16:38:57
20151226 163858
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 100208 326376 14363120 0 0 6 30 4 3 1 1 96 2 0
1 0 368 103840 326376 14358368 0 0 82620 8 18868 8438 7 1 91 1 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 0 0|0 0|0 79b 10k 2 16:39:00
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 0 0|0 0|0 79b 10k 2 16:39:01
20151226 163902
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
0 0 368 100408 326376 14358376 0 0 6 30 4 3 1 1 96 2 0
0 0 368 102080 326376 14358380 0 0 0 48 2945 5744 1 1 99 0 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 0 0|0 0|0 79b 10k 2 16:39:04
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 0 0|0 0|0 79b 10k 2 16:39:05
20151226 163906
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 106996 326388 14358400 0 0 6 30 4 3 1 1 96 2 0
0 0 368 101584 326388 14358388 0 0 0 0 3478 6990 2 1 98 0 0
insert query update delete getmore command flushes mapped vsize res faults qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0 54.0G 108.3G 12.7G 0 0|0 0|0 79b 10k 2 16:39:08
wiredTiger (cacheSizeGB: 1G)
mongodb> show dbs
test1 4.853GB
shell(monitor)>
20151226 171523
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
0 2 368 1963368 338100 12050624 0 0 6 33 0 0 1 1 96 2 0
0 1 368 2017336 338132 12046060 0 0 0 1516 4258 7496 5 1 81 13 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 0.0 0 348.0M 60.0M 0|0 1|0 79b 15k 2 17:15:25
*0 *0 *0 *0 0 1|0 0.0 0.0 0 348.0M 60.0M 0|0 1|0 79b 15k 2 17:15:26
20151226 171527
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
0 0 368 2026448 338132 12046164 0 0 6 33 0 0 1 1 96 2 0
0 0 368 2028916 338132 12046140 0 0 0 36 3655 6505 1 1 98 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 0.0 0 348.0M 60.0M 0|0 1|0 79b 15k 2 17:15:29
*0 *0 *0 *0 0 2|0 0.0 3.6 0 386.0M 99.0M 0|0 2|0 79b 15k 2 17:15:30
20151226 171531
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1887504 338132 12046144 0 0 6 33 0 0 1 1 96 2 0
1 0 368 1785292 338136 12046144 0 0 0 20 4669 7758 14 1 85 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 39.2 0 727.0M 441.0M 0|0 1|0 79b 15k 2 17:15:33
*0 *0 *0 *0 0 1|0 0.0 50.9 0 839.0M 553.0M 0|0 2|0 79b 15k 2 17:15:34
20151226 171535
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1476968 338136 12046144 0 0 6 33 0 0 1 1 96 2 0
3 0 368 1379916 338136 12046144 0 0 0 60 3897 6477 12 1 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.6 0 1.1G 841.0M 0|0 1|0 79b 15k 2 17:15:37
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.1G 841.0M 0|0 2|0 79b 15k 2 17:15:38
20151226 171539
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1350200 338136 12046184 0 0 6 33 0 0 1 1 96 2 0
1 0 368 1379336 338136 12046180 0 0 0 48 4605 7946 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.5 0 1.1G 843.0M 0|0 1|0 79b 15k 2 17:15:41
*0 *0 *0 *0 0 1|0 0.0 79.6 0 1.1G 843.0M 0|0 2|0 79b 15k 2 17:15:42
20151226 171543
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1429872 338140 12046284 0 0 6 33 0 0 1 1 96 2 0
1 0 368 1446108 338140 12046284 0 0 0 92 4502 7681 13 0 86 1 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.8 0 1.1G 843.0M 0|0 2|0 79b 15k 2 17:15:45
*0 *0 *0 *0 0 1|0 0.0 79.5 0 1.1G 843.0M 0|0 2|0 79b 15k 2 17:15:46
20151226 171547
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1507140 338140 12046284 0 0 6 33 0 0 1 1 96 2 0
1 0 368 1516684 338140 12046284 0 0 0 0 4294 6734 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.6 0 1.1G 843.0M 0|0 2|0 79b 15k 2 17:15:49
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.1G 843.0M 0|0 1|0 79b 15k 2 17:15:50
20151226 171551
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 1 368 1536056 338144 12046284 0 0 6 33 0 0 1 1 96 2 0
1 1 368 1538040 338148 12046280 0 0 0 140 5108 8424 14 0 73 12 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.6 0 1.1G 844.0M 0|0 2|0 79b 15k 2 17:15:53
*0 *0 *0 *0 0 1|0 0.0 79.3 0 1.1G 844.0M 0|0 2|0 79b 15k 2 17:15:54
20151226 171555
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1543324 338156 12046300 0 0 6 33 0 0 1 1 96 2 0
1 0 368 1546884 338156 12046300 0 0 0 0 4142 6553 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.5 0 1.1G 844.0M 0|0 2|0 79b 15k 2 17:15:57
*0 *0 *0 *0 0 1|0 0.0 79.3 0 1.1G 844.0M 0|0 2|0 79b 15k 2 17:15:58
20151226 171559
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
5 0 368 1545620 338164 12046300 0 0 6 33 0 0 1 1 96 2 0
1 0 368 1546112 338164 12046304 0 0 0 96 4452 7454 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.5 0 1.1G 844.0M 0|0 1|0 79b 15k 2 17:16:01
*0 *0 *0 *0 0 1|0 0.0 80.4 0 1.1G 844.0M 0|0 1|0 79b 15k 2 17:16:02
20151226 171603
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1547968 338164 12046312 0 0 6 33 0 0 1 1 96 2 0
1 0 368 1549212 338172 12046304 0 0 0 164 4226 6990 13 0 86 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.4 0 1.1G 844.0M 0|0 1|0 79b 15k 2 17:16:05
*0 *0 *0 *0 0 1|0 0.0 80.6 0 1.1G 844.0M 0|0 1|0 79b 15k 2 17:16:06
20151226 171607
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1556328 338172 12046332 0 0 6 33 0 0 1 1 96 2 0
1 0 368 1556308 338172 12046332 0 0 0 0 4494 7457 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.4 0 1.1G 845.0M 0|0 1|0 79b 15k 2 17:16:09
*0 *0 *0 *0 0 1|0 0.0 80.6 0 1.1G 845.0M 0|0 2|0 79b 15k 2 17:16:10
20151226 171611
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1562548 338176 12046336 0 0 6 33 0 0 1 1 96 2 0
1 0 368 1559376 338176 12046336 0 0 0 28 4836 7853 14 0 85 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.2 1 1.1G 844.0M 0|0 2|0 79b 15k 2 17:16:13
*0 *0 *0 *0 0 1|0 0.0 80.2 0 1.1G 844.0M 0|0 2|0 79b 15k 2 17:16:16
20151226 171617
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1556336 338256 12046356 0 0 6 33 0 0 1 1 96 2 0
3 0 368 1558288 338256 12046340 0 0 0 0 4771 8280 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.1G 844.0M 0|0 2|0 79b 15k 2 17:16:19
*0 *0 *0 *0 0 1|0 0.0 79.8 0 1.1G 844.0M 0|0 1|0 79b 15k 2 17:16:20
20151226 171621
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1565092 338260 12046340 0 0 6 33 0 0 1 1 96 2 0
1 0 368 1557392 338260 12046340 0 0 0 80 5656 10949 14 0 85 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.1G 845.0M 0|0 2|0 79b 15k 2 17:16:23
*0 *0 *0 *0 0 1|0 0.0 79.8 0 1.1G 845.0M 0|0 1|0 79b 15k 2 17:16:24
20151226 171625
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1565384 338260 12046348 0 0 6 33 0 0 1 1 96 2 0
1 0 368 1568068 338260 12046348 0 0 0 0 4861 8602 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.1G 845.0M 0|0 2|0 79b 15k 2 17:16:27
*0 *0 *0 *0 0 1|0 0.0 79.6 0 1.1G 844.0M 0|0 2|0 79b 15k 2 17:16:28
20151226 171629
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1565740 338264 12046344 0 0 6 33 0 0 1 1 96 2 0
1 0 368 1566900 338264 12046352 0 0 0 44 4326 7027 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.1G 844.0M 0|0 2|0 79b 15k 2 17:16:31
*0 *0 *0 *0 0 1|0 0.0 79.9 0 1.1G 844.0M 0|0 1|0 79b 15k 2 17:16:32
20151226 171633
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1560796 338264 12046380 0 0 6 33 0 0 1 1 96 2 0
1 0 368 1561392 338264 12046380 0 0 0 228 5031 9073 13 0 86 1 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.9 0 1.1G 845.0M 0|0 2|0 79b 15k 2 17:16:35
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.1G 845.0M 0|0 2|0 79b 15k 2 17:16:36
20151226 171637
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 1 368 1558780 338264 12046380 0 0 6 33 0 0 1 1 96 2 0
1 1 368 1559100 338264 12046384 0 0 0 12 5399 9534 13 1 74 12 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.8 0 1.1G 845.0M 0|0 2|0 79b 15k 2 17:16:39
*0 *0 *0 *0 0 1|0 0.0 79.8 0 1.1G 846.0M 0|0 1|0 79b 15k 2 17:16:40
20151226 171641
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1563280 338264 12046384 0 0 6 33 0 0 1 1 96 2 0
1 0 368 1555212 338264 12046384 0 0 0 0 5202 9201 14 0 85 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.6 0 1.1G 846.0M 0|0 2|0 79b 15k 2 17:16:43
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.1G 846.0M 0|0 1|0 79b 15k 2 17:16:44
20151226 171645
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1563692 338264 12046388 0 0 6 33 0 0 1 1 96 2 0
1 0 368 1564664 338264 12046388 0 0 0 0 5125 9649 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.8 0 1.1G 846.0M 0|0 2|0 79b 15k 2 17:16:47
*0 *0 *0 *0 0 1|0 0.0 79.6 0 1.1G 846.0M 0|0 2|0 79b 15k 2 17:16:48
20151226 171649
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1563624 338268 12046388 0 0 6 33 0 0 1 1 96 2 0
1 0 368 1563956 338268 12046392 0 0 0 48 4499 7538 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.8 0 1.1G 846.0M 0|0 1|0 79b 15k 2 17:16:51
*0 *0 *0 *0 0 1|0 0.0 79.5 0 1.1G 846.0M 0|0 2|0 79b 15k 2 17:16:52
20151226 171653
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1559124 338268 12046388 0 0 6 33 0 0 1 1 96 2 0
1 1 368 1560428 338276 12046380 0 0 0 172 4579 7688 13 0 76 11 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.5 0 1.1G 846.0M 0|0 1|0 79b 15k 2 17:16:55
*0 *0 *0 *0 0 1|0 0.0 80.6 0 1.1G 846.0M 0|0 2|0 79b 15k 2 17:16:56
20151226 171657
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 1 368 1559584 338280 12046388 0 0 6 33 0 0 1 1 96 2 0
1 1 368 1561204 338292 12046376 0 0 0 588 5252 8359 14 1 73 12 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.8 0 1.1G 846.0M 0|0 2|0 79b 15k 2 17:16:59
*0 *0 *0 *0 0 1|0 0.0 80.5 0 1.1G 845.0M 0|0 2|0 79b 15k 2 17:17:00
20151226 171701
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1563852 338300 12046424 0 0 6 33 0 0 1 1 96 2 0
1 0 368 1556696 338300 12046428 0 0 0 48 4908 8126 14 0 86 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.3 0 1.1G 845.0M 0|0 1|0 79b 15k 2 17:17:03
*0 *0 *0 *0 0 1|0 0.0 80.2 0 1.1G 845.0M 0|0 1|0 79b 15k 2 17:17:04
20151226 171705
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
2 0 368 1562056 338308 12046428 0 0 6 33 0 0 1 1 96 2 0
10 0 368 1565292 338308 12046472 0 0 0 208 4725 7762 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.3 0 1.1G 845.0M 0|0 2|0 79b 15k 2 17:17:07
*0 *0 *0 *0 0 1|0 0.0 80.3 0 1.1G 845.0M 0|0 2|0 79b 15k 2 17:17:08
20151226 171709
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1562140 338312 12046476 0 0 6 33 0 0 1 1 96 2 0
1 0 368 1566296 338312 12046476 0 0 0 84 4698 7909 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.3 0 1.1G 844.0M 0|0 2|0 79b 15k 2 17:17:11
*0 *0 *0 *0 0 1|0 0.0 80.2 0 1.1G 844.0M 0|0 2|0 79b 15k 2 17:17:12
20151226 171713
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
2 0 368 1562080 338312 12046476 0 0 6 33 0 0 1 1 96 2 0
1 0 368 1562468 338316 12046472 0 0 0 148 4129 6507 13 0 86 1 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.3 0 1.1G 844.0M 0|0 1|0 79b 15k 2 17:17:16
*0 *0 *0 *0 0 1|0 0.0 80.0 1 1.1G 844.0M 0|0 2|0 79b 15k 2 17:17:17
20151226 171718
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 2 368 1558140 338324 12046468 0 0 6 33 0 0 1 1 96 2 0
1 0 368 1527240 338348 12046304 0 0 0 1476 5575 8218 18 1 73 8 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.5 0 1.1G 846.0M 0|0 2|0 79b 15k 2 17:17:20
*0 *0 *0 *0 0 1|0 0.0 80.3 0 1.1G 846.0M 0|0 2|0 79b 15k 2 17:17:21
20151226 171722
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
2 0 368 1332524 338380 12046088 0 0 6 33 0 0 1 1 96 2 0
2 0 368 1254600 338388 12046332 0 0 0 948 5674 8185 22 1 75 2 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.1G 845.0M 0|0 1|0 79b 15k 2 17:17:24
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.1G 845.0M 0|0 1|0 79b 15k 2 17:17:25
20151226 171726
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1249272 338404 12046616 0 0 6 33 1 0 1 1 96 2 0
1 0 368 1266484 338404 12046616 0 0 0 56 4388 6778 13 0 86 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.5 0 1.1G 845.0M 0|0 2|0 79b 15k 2 17:17:28
*0 *0 *0 *0 0 1|0 0.0 79.6 0 1.1G 845.0M 0|0 2|0 79b 15k 2 17:17:29
20151226 171730
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1276192 338408 12046616 0 0 6 33 1 0 1 1 96 2 0
6 1 368 1286664 338408 12046620 0 0 0 8 4242 6774 13 0 79 8 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.6 0 1.1G 845.0M 0|0 2|0 79b 15k 2 17:17:32
*0 *0 *0 *0 0 1|0 0.0 79.5 0 1.1G 845.0M 0|0 2|0 79b 15k 2 17:17:33
20151226 171734
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
2 1 368 1342024 338408 12046724 0 0 6 33 1 0 1 1 96 2 0
1 0 368 1356100 338408 12046724 0 0 0 224 4345 6881 13 0 84 2 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.6 0 1.1G 846.0M 0|0 2|0 79b 15k 2 17:17:36
*0 *0 *0 *0 0 1|0 0.0 80.3 0 1.1G 846.0M 0|0 2|0 79b 15k 2 17:17:37
20151226 171738
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1393304 338408 12046724 0 0 6 33 1 0 1 1 96 2 0
2 0 368 1402140 338408 12046728 0 0 0 72 4922 7888 13 1 86 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.4 0 1.1G 846.0M 0|0 2|0 79b 15k 2 17:17:40
*0 *0 *0 *0 0 1|0 0.0 80.5 0 1.1G 846.0M 0|0 2|0 79b 15k 2 17:17:41
20151226 171742
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1436848 338472 12046780 0 0 6 33 1 0 1 1 96 2 0
2 0 368 1442856 338472 12046788 0 0 0 0 4667 7953 14 0 86 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.6 0 1.1G 846.0M 0|0 1|0 79b 15k 2 17:17:44
*0 *0 *0 *0 0 1|0 0.0 80.5 0 1.1G 846.0M 0|0 1|0 79b 15k 2 17:17:45
20151226 171746
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1485444 338476 12046788 0 0 6 33 1 0 1 1 96 2 0
1 0 368 1501280 338476 12046788 0 0 0 276 5288 9725 13 1 86 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.5 0 1.1G 847.0M 0|0 2|0 79b 15k 2 17:17:48
*0 *0 *0 *0 0 1|0 0.0 80.4 0 1.1G 847.0M 0|0 2|0 79b 15k 2 17:17:49
20151226 171750
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1521440 338480 12046784 0 0 6 33 1 0 1 1 96 2 0
1 0 368 1527968 338480 12046768 0 0 0 20 4667 8069 13 0 86 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.5 0 1.1G 847.0M 0|0 2|0 79b 15k 2 17:17:52
*0 *0 *0 *0 0 1|0 0.0 80.3 0 1.1G 847.0M 0|0 2|0 79b 15k 2 17:17:53
20151226 171754
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1526452 338492 12046740 0 0 6 33 1 0 1 1 96 2 0
1 0 368 1526912 338492 12046740 0 0 0 52 4341 6933 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.2 0 1.1G 847.0M 0|0 2|0 79b 15k 2 17:17:56
*0 *0 *0 *0 0 1|0 0.0 80.2 0 1.1G 847.0M 0|0 1|0 79b 15k 2 17:17:57
20151226 171758
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1527972 338492 12046740 0 0 6 33 1 0 1 1 96 2 0
1 1 368 1528048 338492 12046740 0 0 0 12 5029 8251 14 0 84 2 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.3 0 1.1G 847.0M 0|0 2|0 79b 15k 2 17:18:00
*0 *0 *0 *0 0 1|0 0.0 80.1 0 1.1G 847.0M 0|0 2|0 79b 15k 2 17:18:01
20151226 171802
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 1 368 1530224 338492 12046756 0 0 6 33 1 0 1 1 96 2 0
1 1 368 1531484 338496 12046760 0 0 0 144 4373 7294 13 0 74 13 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.1 0 1.1G 847.0M 0|0 1|0 79b 15k 2 17:18:04
*0 *0 *0 *0 0 1|0 0.0 80.1 0 1.1G 846.0M 0|0 2|0 79b 15k 2 17:18:05
20151226 171806
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1532628 338500 12046760 0 0 6 33 1 0 1 1 96 2 0
2 0 368 1537256 338500 12046780 0 0 0 56 4925 8657 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.2 0 1.1G 846.0M 0|0 2|0 79b 15k 2 17:18:08
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.1G 846.0M 0|0 2|0 79b 15k 2 17:18:09
20151226 171810
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1540740 338508 12046840 0 0 6 33 1 0 1 1 96 2 0
1 0 368 1542952 338508 12046840 0 0 0 0 4428 7077 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.1G 845.0M 0|0 2|0 79b 15k 2 17:18:12
*0 *0 *0 *0 0 1|0 0.0 79.8 0 1.1G 845.0M 0|0 2|0 79b 15k 2 17:18:13
20151226 171814
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1539620 338516 12046840 0 0 6 33 1 0 1 1 96 2 0
1 0 368 1545316 338516 12046840 0 0 0 0 4107 6425 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.1 0 1.1G 847.0M 0|0 2|0 79b 15k 2 17:18:16
*0 *0 *0 *0 0 1|0 0.0 80.1 0 1.1G 847.0M 0|0 2|0 79b 15k 2 17:18:17
20151226 171818
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1547024 338520 12046840 0 0 6 33 1 0 1 1 96 2 0
1 0 368 1550728 338520 12046840 0 0 0 64 4745 7757 14 0 86 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.8 0 1.1G 845.0M 0|0 1|0 79b 15k 2 17:18:20
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.1G 845.0M 0|0 1|0 79b 15k 2 17:18:21
20151226 171822
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1555436 338520 12046820 0 0 6 33 1 0 1 1 96 2 0
1 0 368 1552832 338524 12046820 0 0 0 192 4522 7812 13 0 85 1 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.1G 845.0M 0|0 2|0 79b 15k 2 17:18:24
*0 *0 *0 *0 0 1|0 0.0 79.8 0 1.1G 845.0M 0|0 1|0 79b 15k 2 17:18:25
20151226 171826
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 1 368 1554316 338528 12046828 0 0 6 33 1 0 1 1 96 2 0
1 1 368 1554552 338528 12046828 0 0 0 0 4431 8403 13 0 75 12 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.1G 845.0M 0|0 2|0 79b 15k 2 17:18:28
*0 *0 *0 *0 0 1|0 0.0 79.9 0 1.1G 845.0M 0|0 2|0 79b 15k 2 17:18:29
20151226 171830
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1554476 338536 12046828 0 0 6 33 1 0 1 1 96 2 0
1 0 368 1553432 338536 12046832 0 0 0 92 4245 6774 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.1G 845.0M 0|0 1|0 79b 15k 2 17:18:32
*0 *0 *0 *0 0 1|0 0.0 79.8 0 1.1G 845.0M 0|0 2|0 79b 15k 2 17:18:33
20151226 171834
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 1 368 1547888 338540 12046836 0 0 6 33 1 0 1 1 96 2 0
1 1 368 1548088 338540 12046836 0 0 0 0 4478 7949 13 0 75 12 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.5 0 1.1G 845.0M 0|0 2|0 79b 15k 2 17:18:36
*0 *0 *0 *0 0 1|0 0.0 79.8 0 1.1G 845.0M 0|0 2|0 79b 15k 2 17:18:37
20151226 171838
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1547476 338540 12046836 0 0 6 33 1 0 1 1 96 2 0
1 0 368 1550224 338540 12046856 0 0 0 8 4970 9177 13 1 86 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.5 0 1.1G 845.0M 0|0 2|0 79b 15k 2 17:18:40
*0 *0 *0 *0 0 1|0 0.0 79.5 0 1.1G 845.0M 0|0 2|0 79b 15k 2 17:18:41
20151226 171842
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1556076 338540 12046856 0 0 6 33 1 0 1 1 96 2 0
1 0 368 1551572 338540 12046856 0 0 0 208 4932 9326 14 1 85 1 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.5 0 1.1G 845.0M 0|0 2|0 79b 15k 2 17:18:44
*0 *0 *0 *0 0 1|0 0.0 80.6 0 1.1G 845.0M 0|0 2|0 79b 15k 2 17:18:45
20151226 171846
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1552488 338540 12046864 0 0 6 33 1 0 1 1 96 2 0
1 0 368 1554896 338540 12046884 0 0 0 16 4678 8783 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.4 0 1.1G 845.0M 0|0 2|0 79b 15k 2 17:18:48
*0 *0 *0 *0 0 1|0 0.0 80.6 0 1.1G 845.0M 0|0 2|0 79b 15k 2 17:18:49
20151226 171850
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1553632 338548 12046880 0 0 6 33 1 0 1 1 96 2 0
1 0 368 1554540 338548 12046884 0 0 0 0 4498 7643 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.5 0 1.1G 845.0M 0|0 1|0 79b 15k 2 17:18:52
*0 *0 *0 *0 0 1|0 0.0 80.5 0 1.1G 845.0M 0|0 1|0 79b 15k 2 17:18:53
20151226 171854
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1558744 338552 12046904 0 0 6 33 1 0 1 1 96 2 0
1 0 368 1556576 338552 12046904 0 0 0 4 4342 6824 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.4 0 1.1G 845.0M 0|0 1|0 79b 15k 2 17:18:56
*0 *0 *0 *0 0 1|0 0.0 80.5 0 1.1G 845.0M 0|0 1|0 79b 15k 2 17:18:57
20151226 171858
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 1 368 1558240 338640 12047120 0 0 6 33 1 0 1 1 96 2 0
1 1 368 1555872 339292 12048120 0 0 1900 68 6314 9202 14 1 74 12 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.2 0 1.1G 846.0M 0|0 2|0 79b 15k 2 17:19:00
*0 *0 *0 *0 0 1|0 0.0 80.1 0 1.1G 846.0M 0|0 2|0 79b 15k 2 17:19:01
20151226 171902
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1556248 339292 12048512 0 0 6 33 1 0 1 1 96 2 0
1 0 368 1551392 339292 12048516 0 0 0 308 4316 6726 13 0 86 1 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.2 0 1.1G 846.0M 0|0 2|0 79b 15k 2 17:19:04
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.1G 846.0M 0|0 2|0 79b 15k 2 17:19:05
20151226 171906
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 1 368 1551140 339292 12048516 0 0 6 33 1 0 1 1 96 2 0
1 2 368 1554376 339292 12048520 0 0 0 212 4876 7735 13 1 74 12 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.3 0 1.1G 846.0M 0|0 2|0 79b 15k 2 17:19:08
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.1G 846.0M 0|0 2|0 79b 15k 2 17:19:09
20151226 171910
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 2 368 1554024 339292 12048520 0 0 6 33 1 0 1 1 96 2 0
1 0 368 1555996 339296 12048524 0 0 0 624 4723 7524 13 0 79 7 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.1G 845.0M 0|0 2|0 79b 15k 2 17:19:12
*0 *0 *0 *0 0 1|0 0.0 80.1 0 1.1G 845.0M 0|0 2|0 79b 15k 2 17:19:13
20151226 171914
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1552800 339296 12048524 0 0 6 33 1 0 1 1 96 2 0
1 0 368 1553480 339296 12048524 0 0 0 0 3897 6333 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.1G 845.0M 0|0 1|0 79b 15k 2 17:19:16
*0 *0 *0 *0 0 1|0 0.0 80.2 0 1.1G 845.0M 0|0 1|0 79b 15k 2 17:19:17
20151226 171918
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
2 0 368 1525812 339304 12048516 0 0 6 33 1 0 1 1 96 2 0
2 0 368 1517916 339308 12048504 0 0 0 892 5293 8366 16 1 83 1 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.8 0 1.1G 845.0M 0|0 2|0 79b 15k 2 17:19:20
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.1G 845.0M 0|0 2|0 79b 15k 2 17:19:21
20151226 171922
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
2 0 368 1438784 339336 12048516 0 0 6 33 1 0 1 1 96 2 0
2 0 368 1323408 339360 12048528 0 0 0 984 5499 7795 21 1 76 2 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.9 0 1.1G 844.0M 0|0 1|0 79b 15k 2 17:19:24
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.1G 844.0M 0|0 1|0 79b 15k 2 17:19:25
20151226 171926
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1309840 339368 12048528 0 0 6 33 1 0 1 1 96 2 0
1 0 368 1311140 339368 12048528 0 0 0 12 4213 7373 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.9 0 1.1G 844.0M 0|0 1|0 79b 15k 2 17:19:28
*0 *0 *0 *0 0 1|0 0.0 79.8 0 1.1G 844.0M 0|0 1|0 79b 15k 2 17:19:29
20151226 171930
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1318300 339372 12048536 0 0 6 33 1 0 1 1 96 2 0
1 0 368 1325428 339372 12048532 0 0 0 0 4698 8239 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.1G 847.0M 0|0 2|0 79b 15k 2 17:19:32
*0 *0 *0 *0 0 1|0 0.0 79.8 0 1.1G 847.0M 0|0 1|0 79b 15k 2 17:19:33
20151226 171934
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1340488 339376 12048536 0 0 6 33 1 0 1 1 96 2 0
1 0 368 1346696 339376 12048536 0 0 0 0 4509 7428 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.9 0 1.1G 847.0M 0|0 2|0 79b 15k 2 17:19:36
*0 *0 *0 *0 0 1|0 0.0 79.5 0 1.1G 847.0M 0|0 2|0 79b 15k 2 17:19:37
20151226 171938
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 1 368 1376116 339376 12048540 0 0 6 33 1 0 1 1 96 2 0
1 1 368 1386556 339376 12048536 0 0 0 196 5109 9065 13 1 74 13 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.8 0 1.1G 846.0M 0|0 2|0 79b 15k 2 17:19:40
*0 *0 *0 *0 0 1|0 0.0 79.8 0 1.1G 846.0M 0|0 2|0 79b 15k 2 17:19:41
20151226 171942
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 1 368 1445664 339380 12048540 0 0 6 33 1 0 1 1 96 2 0
1 1 368 1454596 339380 12048540 0 0 0 0 4989 8522 14 0 74 12 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.6 0 1.1G 846.0M 0|0 2|0 79b 15k 2 17:19:44
*0 *0 *0 *0 0 1|0 0.0 79.6 0 1.1G 846.0M 0|0 1|0 79b 15k 2 17:19:45
20151226 171946
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1474152 339388 12048540 0 0 6 33 1 0 1 1 96 2 0
1 0 368 1491756 339388 12048540 0 0 0 8 4451 7224 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.5 0 1.1G 846.0M 0|0 1|0 79b 15k 2 17:19:48
*0 *0 *0 *0 0 1|0 0.0 79.3 0 1.1G 846.0M 0|0 2|0 79b 15k 2 17:19:49
20151226 171950
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1521116 339388 12048548 0 0 6 33 1 0 1 1 96 2 0
2 0 368 1528868 339388 12048540 0 0 0 48 4205 6586 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.6 0 1.1G 846.0M 0|0 2|0 79b 15k 2 17:19:52
*0 *0 *0 *0 0 1|0 0.0 80.7 0 1.1G 846.0M 0|0 2|0 79b 15k 2 17:19:53
20151226 171954
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1536616 339392 12048544 0 0 6 33 1 0 1 1 96 2 0
1 0 368 1537176 339392 12048540 0 0 0 4 4494 7155 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.6 0 1.1G 846.0M 0|0 2|0 79b 15k 2 17:19:56
*0 *0 *0 *0 0 1|0 0.0 80.7 0 1.1G 846.0M 0|0 2|0 79b 15k 2 17:19:57
20151226 171958
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1536896 339392 12048540 0 0 6 33 1 0 1 1 96 2 0
1 0 368 1541124 339396 12048532 0 0 0 152 4742 8151 13 1 86 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.6 0 1.1G 846.0M 0|0 1|0 79b 15k 2 17:20:00
*0 *0 *0 *0 0 1|0 0.0 80.3 0 1.1G 846.0M 0|0 2|0 79b 15k 2 17:20:01
20151226 172002
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1546304 339404 12048552 0 0 6 33 1 0 1 1 96 2 0
1 0 368 1542932 339404 12048556 0 0 0 48 4289 6460 13 0 86 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.5 0 1.1G 847.0M 0|0 2|0 79b 15k 2 17:20:04
*0 *0 *0 *0 0 1|0 0.0 80.4 0 1.1G 847.0M 0|0 2|0 79b 15k 2 17:20:05
20151226 172006
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1543256 339404 12048572 0 0 6 33 1 1 1 1 96 2 0
1 0 368 1544740 339412 12048580 0 0 0 732 5115 8954 13 0 85 1 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.4 0 1.1G 847.0M 0|0 2|0 79b 15k 2 17:20:08
*0 *0 *0 *0 0 1|0 0.0 80.5 0 1.1G 846.0M 0|0 1|0 79b 15k 2 17:20:09
20151226 172010
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1545980 339412 12048576 0 0 6 33 1 1 1 1 96 2 0
1 1 368 1545980 339412 12048576 0 0 0 4 4539 7571 14 0 80 6 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.2 0 1.1G 846.0M 0|0 2|0 79b 15k 2 17:20:12
*0 *0 *0 *0 0 1|0 0.0 80.2 0 1.1G 846.0M 0|0 1|0 79b 15k 2 17:20:13
20151226 172014
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 1 368 1544428 339416 12048576 0 0 6 33 1 1 1 1 96 2 0
1 1 368 1545148 339416 12048576 0 0 0 48 4050 6336 13 0 75 12 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.2 0 1.1G 846.0M 0|0 1|0 79b 15k 2 17:20:16
*0 *0 *0 *0 0 1|0 0.0 80.2 0 1.1G 846.0M 0|0 1|0 79b 15k 2 17:20:17
20151226 172018
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1539288 339420 12048552 0 0 6 33 1 1 1 1 96 2 0
2 0 368 1539216 339420 12048556 0 0 0 8 4773 7442 13 1 86 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.1 0 1.1G 847.0M 0|0 1|0 79b 15k 2 17:20:20
*0 *0 *0 *0 0 1|0 0.0 80.1 0 1.1G 847.0M 0|0 2|0 79b 15k 2 17:20:21
20151226 172022
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1540160 339420 12048564 0 0 6 33 1 1 1 1 96 2 0
1 0 368 1536524 339420 12048568 0 0 0 0 4282 6597 13 0 86 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.1G 847.0M 0|0 2|0 79b 15k 2 17:20:24
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.1G 848.0M 0|0 2|0 79b 15k 2 17:20:25
20151226 172026
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1536064 339420 12048600 0 0 6 33 1 1 1 1 96 2 0
1 0 368 1535696 339420 12048596 0 0 0 144 4536 8824 13 0 86 1 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.9 0 1.1G 847.0M 0|0 2|0 79b 15k 2 17:20:28
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.1G 847.0M 0|0 2|0 79b 15k 2 17:20:29
20151226 172030
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
2 0 368 1540444 339420 12048600 0 0 6 33 1 1 1 1 96 2 0
1 0 368 1542044 339420 12048600 0 0 0 0 4673 7676 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.9 0 1.1G 847.0M 0|0 2|0 79b 15k 2 17:20:32
*0 *0 *0 *0 0 1|0 0.0 79.8 0 1.1G 847.0M 0|0 1|0 79b 15k 2 17:20:33
20151226 172034
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1540680 339424 12048608 0 0 6 33 1 1 1 1 96 2 0
1 0 368 1541672 339424 12048608 0 0 0 0 4504 7586 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.8 0 1.1G 847.0M 0|0 1|0 79b 15k 2 17:20:36
*0 *0 *0 *0 0 1|0 0.0 79.6 0 1.1G 847.0M 0|0 2|0 79b 15k 2 17:20:37
20151226 172038
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1539940 339424 12048608 0 0 6 33 1 1 1 1 96 2 0
2 0 368 1542732 339424 12048608 0 0 0 8 4469 6751 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.9 0 1.1G 847.0M 0|0 2|0 79b 15k 2 17:20:40
*0 *0 *0 *0 0 1|0 0.0 79.9 0 1.1G 847.0M 0|0 1|0 79b 15k 2 17:20:41
20151226 172042
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1542648 339428 12048604 0 0 6 33 1 1 1 1 96 2 0
1 0 368 1540956 339428 12048608 0 0 0 48 4862 8310 14 0 86 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.1G 847.0M 0|0 2|0 79b 15k 2 17:20:44
*0 *0 *0 *0 0 1|0 0.0 79.8 0 1.1G 847.0M 0|0 2|0 79b 15k 2 17:20:45
20151226 172046
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
0 1 368 1542228 339428 12048612 0 0 6 33 1 1 1 1 96 2 0
1 0 368 1544460 339432 12048612 0 0 0 364 3593 7090 1 0 89 10 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.3 0 1.1G 847.0M 0|0 1|0 79b 15k 2 17:20:48
*0 *0 *0 *0 0 1|0 0.0 79.3 0 1.1G 847.0M 0|0 1|0 79b 15k 2 17:20:49
20151226 172050
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
0 0 368 1549720 339432 12048612 0 0 6 33 1 1 1 1 96 2 0
0 1 368 1550512 339436 12048608 0 0 0 8 3371 6821 1 0 95 4 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.3 0 1.1G 847.0M 0|0 1|0 79b 15k 2 17:20:52
*0 *0 *0 *0 0 1|0 0.0 79.3 0 1.1G 847.0M 0|0 1|0 79b 15k 2 17:20:53
20151226 172054
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
0 1 368 1547984 339440 12048612 0 0 6 33 1 1 1 1 96 2 0
0 0 368 1551372 339444 12048612 0 0 0 56 3400 6631 1 0 93 6 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.3 0 1.1G 847.0M 0|0 1|0 79b 15k 2 17:20:56
*0 *0 *0 *0 0 1|0 0.0 79.3 0 1.1G 847.0M 0|0 1|0 79b 15k 2 17:20:57
wiredTiger (cacheSizeGB: 2G)
shell(monitor)>
20151226 172240
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
0 0 368 2373956 339700 12048764 0 0 6 33 1 1 1 1 96 2 0
9 0 368 2373804 339700 12048764 0 0 0 52 3409 6662 1 1 98 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 0.0 0 346.0M 59.0M 0|0 1|0 79b 15k 1 17:22:42
*0 *0 *0 *0 0 1|0 0.0 0.0 0 346.0M 59.0M 0|0 1|0 79b 15k 1 17:22:43
20151226 172244
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
0 0 368 2368824 339700 12048768 0 0 6 33 1 1 1 1 96 2 0
0 0 368 2368312 339700 12048768 0 0 0 4 3173 5907 1 1 98 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 0.0 0 346.0M 59.0M 0|0 1|0 79b 15k 1 17:22:46
*0 *0 *0 *0 0 1|0 0.0 0.0 0 346.0M 59.0M 0|0 1|0 79b 15k 1 17:22:47
20151226 172248
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
0 0 368 2357516 339700 12048768 0 0 6 33 1 1 1 1 96 2 0
0 0 368 2360192 339700 12048768 0 0 0 152 3731 6523 1 1 97 1 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 0.0 0 347.0M 59.0M 0|0 1|0 79b 15k 2 17:22:50
*0 *0 *0 *0 0 2|0 0.0 2.4 0 398.0M 110.0M 0|0 2|0 79b 15k 2 17:22:51
20151226 172252
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 2185228 339700 12048768 0 0 6 33 1 1 1 1 96 2 0
1 0 368 2070320 339700 12048768 0 0 0 52 4555 8379 13 1 86 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 20.3 0 741.0M 455.0M 0|0 2|0 79b 15k 2 17:22:54
*0 *0 *0 *0 0 1|0 0.0 26.2 0 854.0M 568.0M 0|0 2|0 79b 15k 2 17:22:55
20151226 172256
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 1725032 339700 12048768 0 0 6 33 1 1 1 1 96 2 0
1 0 368 1607264 339700 12048768 0 0 0 36 4553 7594 13 1 86 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 43.5 0 1.2G 902.0M 0|0 2|0 79b 15k 2 17:22:58
*0 *0 *0 *0 0 1|0 0.0 49.3 0 1.3G 1012.0M 0|0 2|0 79b 15k 2 17:22:59
20151226 172300
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
7 0 368 1273000 339700 12048768 0 0 6 33 1 1 1 1 96 2 0
8 0 368 1161772 339700 12048780 0 0 0 68 4700 7723 13 1 86 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 66.3 0 1.6G 1.3G 0|0 2|0 79b 15k 2 17:23:02
*0 *0 *0 *0 0 1|0 0.0 72.0 0 1.7G 1.4G 0|0 1|0 79b 15k 2 17:23:03
20151226 172304
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 819760 339704 12048776 0 0 6 33 1 1 1 1 96 2 0
1 0 368 766272 339704 12048796 0 0 0 108 4783 7333 14 1 86 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:23:06
*0 *0 *0 *0 0 1|0 0.0 80.1 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:23:07
20151226 172308
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 765568 339704 12048808 0 0 6 33 1 1 1 1 96 2 0
2 0 368 768056 339708 12048804 0 0 0 232 5017 8386 13 1 85 1 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:23:11
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:23:12
20151226 172313
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 761444 339716 12048808 0 0 6 33 1 1 1 1 96 2 0
1 0 368 761400 339716 12048808 0 0 0 4 4987 8436 13 1 86 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:23:15
*0 *0 *0 *0 0 1|0 0.0 80.1 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:23:16
20151226 172317
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 766532 339716 12048808 0 0 6 33 1 1 1 1 96 2 0
1 1 368 763848 339716 12048788 0 0 0 196 4662 7248 14 1 85 1 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.1 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:23:19
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:23:20
20151226 172321
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 601112 339764 12048776 0 0 6 33 1 1 1 1 96 2 0
3 0 368 514760 339784 12048772 0 0 0 620 5681 9252 20 1 76 3 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.8 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:23:23
*0 *0 *0 *0 0 1|0 0.0 79.8 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:23:24
20151226 172325
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 392676 339808 12049052 0 0 6 33 1 1 1 1 96 2 0
1 0 368 396404 339808 12048812 0 0 0 4 5217 8915 13 1 86 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:23:27
*0 *0 *0 *0 0 1|0 0.0 79.9 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:23:28
20151226 172329
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 416596 339808 12048812 0 0 6 33 1 1 1 1 96 2 0
2 1 368 429992 339812 12048808 0 0 0 136 5011 7577 14 1 82 4 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.9 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:23:31
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:23:32
20151226 172333
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 1 368 466036 339812 12048816 0 0 6 33 1 1 1 1 96 2 0
1 2 368 480020 339812 12048816 0 0 0 116 5289 9226 14 1 73 12 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.9 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:23:35
*0 *0 *0 *0 0 1|0 0.0 79.9 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:23:37
20151226 172338
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 530832 339868 12048832 0 0 6 33 1 1 1 1 96 2 0
1 0 368 554156 339868 12048832 0 0 0 48 4114 6356 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.3 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:23:40
*0 *0 *0 *0 0 1|0 0.0 80.3 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:23:41
20151226 172342
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 590092 339868 12048832 0 0 6 33 1 1 1 1 96 2 0
1 0 368 608336 339868 12048832 0 0 0 0 4554 7177 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.3 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:23:44
*0 *0 *0 *0 0 1|0 0.0 80.3 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:23:45
20151226 172346
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 669020 339872 12048860 0 0 6 33 1 1 1 1 96 2 0
1 0 368 672000 339872 12048860 0 0 0 8 5134 9213 13 0 86 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.3 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:23:48
*0 *0 *0 *0 0 1|0 0.0 80.2 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:23:49
20151226 172350
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 723508 339880 12048852 0 0 6 33 1 1 1 1 96 2 0
1 0 368 733192 339880 12048860 0 0 0 0 4144 6603 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.4 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:23:52
*0 *0 *0 *0 0 1|0 0.0 80.2 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:23:53
20151226 172354
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 748016 339880 12048860 0 0 6 33 1 1 1 1 96 2 0
3 0 368 749344 339884 12048856 0 0 0 172 4668 7591 13 0 86 1 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.2 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:23:56
*0 *0 *0 *0 0 1|0 0.0 80.2 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:23:57
20151226 172358
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 752156 339884 12048860 0 0 6 33 1 1 1 1 96 2 0
1 0 368 756508 339884 12048860 0 0 0 0 4311 7237 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.1 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:24:00
*0 *0 *0 *0 0 1|0 0.0 80.1 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:24:01
20151226 172402
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 752380 339892 12048864 0 0 6 33 1 1 1 1 96 2 0
1 0 368 754236 339892 12048864 0 0 0 0 4473 7571 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.1 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:24:04
*0 *0 *0 *0 0 1|0 0.0 80.1 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:24:05
20151226 172406
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 754596 339900 12048892 0 0 6 33 1 1 1 1 96 2 0
1 0 368 748184 339900 12048884 0 0 0 48 4973 9801 14 0 86 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:24:08
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:24:09
20151226 172410
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 752728 339904 12048884 0 0 6 33 1 1 1 1 96 2 0
1 0 368 753668 339904 12048892 0 0 0 0 4512 7496 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:24:12
*0 *0 *0 *0 0 1|0 0.0 79.9 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:24:13
20151226 172414
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 759744 339904 12048892 0 0 6 33 1 1 1 1 96 2 0
2 0 368 761752 339908 12048888 0 0 0 120 4243 6454 13 0 86 1 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:24:16
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:24:17
20151226 172418
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 760096 339908 12048872 0 0 6 33 1 1 1 1 96 2 0
1 0 368 763000 339908 12048872 0 0 0 48 4490 8500 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.9 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:24:20
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:24:21
20151226 172422
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 760364 339908 12048872 0 0 6 33 1 1 1 1 96 2 0
1 0 368 762220 339908 12048880 0 0 0 0 4199 6555 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:24:24
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:24:25
20151226 172426
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 766384 339908 12048880 0 0 6 33 1 1 1 1 96 2 0
1 0 368 762436 339908 12048880 0 0 0 0 4497 7420 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:24:28
*0 *0 *0 *0 0 1|0 0.0 79.9 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:24:29
20151226 172430
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 1 368 766328 339912 12048876 0 0 6 33 1 1 1 1 96 2 0
1 1 368 767220 339912 12048884 0 0 0 48 4552 7609 13 0 74 13 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.9 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:24:32
*0 *0 *0 *0 0 1|0 0.0 79.8 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:24:33
20151226 172434
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 1 368 765752 339912 12048884 0 0 6 33 1 1 1 1 96 2 0
1 1 368 766324 339912 12048884 0 0 0 0 4215 6647 13 0 74 12 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.8 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:24:36
*0 *0 *0 *0 0 1|0 0.0 79.8 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:24:37
20151226 172438
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 764972 339920 12048856 0 0 6 33 1 1 1 1 96 2 0
1 0 368 767064 339920 12048856 0 0 0 0 4300 6990 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.8 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:24:40
*0 *0 *0 *0 0 1|0 0.0 79.8 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:24:41
20151226 172442
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 761152 339928 12048876 0 0 6 33 1 1 1 1 96 2 0
1 0 368 762912 339936 12048872 0 0 0 60 4666 7445 13 0 83 4 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.8 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:24:44
*0 *0 *0 *0 0 1|0 0.0 80.4 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:24:45
20151226 172446
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 765556 339936 12048880 0 0 6 33 1 1 1 1 96 2 0
1 0 368 761860 339936 12048880 0 0 0 144 4512 7329 13 0 86 1 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.2 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:24:48
*0 *0 *0 *0 0 1|0 0.0 80.2 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:24:49
20151226 172450
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 761896 339936 12048884 0 0 6 33 1 1 1 1 96 2 0
1 0 368 761960 339936 12048880 0 0 0 196 4594 7463 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.2 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:24:52
*0 *0 *0 *0 0 1|0 0.0 80.2 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:24:53
20151226 172454
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 759616 339936 12048880 0 0 6 33 1 1 1 1 96 2 0
1 0 368 759232 339936 12048880 0 0 0 0 4746 7880 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.2 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:24:56
*0 *0 *0 *0 0 1|0 0.0 80.1 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:24:57
20151226 172458
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 756732 339936 12048876 0 0 6 33 1 1 1 1 96 2 0
1 0 368 756836 339936 12048880 0 0 0 48 4372 7620 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.2 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:25:00
*0 *0 *0 *0 0 1|0 0.0 80.2 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:25:01
20151226 172502
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 755612 339936 12048888 0 0 6 33 1 1 1 1 96 2 0
1 0 368 755080 339936 12048888 0 0 0 0 4388 7448 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.1 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:25:05
*0 *0 *0 *0 0 1|0 0.0 80.1 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:25:06
20151226 172507
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 759928 339936 12048908 0 0 6 33 1 1 1 1 96 2 0
1 0 368 754020 339936 12048908 0 0 0 0 4908 7981 13 0 86 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.2 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:25:09
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:25:10
20151226 172511
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 756792 339940 12048912 0 0 6 33 1 1 1 1 96 2 0
2 0 368 757388 339940 12048916 0 0 0 92 4547 8068 13 0 86 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.1 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:25:13
*0 *0 *0 *0 0 1|0 0.0 79.9 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:25:14
20151226 172515
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 757012 339940 12048916 0 0 6 33 1 1 1 1 96 2 0
1 0 368 758744 339940 12048908 0 0 0 140 4625 7853 13 0 86 1 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:25:17
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:25:18
20151226 172519
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 1 368 645360 340124 12053500 0 0 6 33 1 1 1 1 96 2 0
2 0 368 631388 340156 12048884 0 0 0 1168 5222 7522 18 1 76 6 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.9 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:25:21
*0 *0 *0 *0 0 1|0 0.0 79.9 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:25:22
20151226 172523
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
2 0 368 491284 340256 12049096 0 0 6 33 1 1 1 1 96 2 0
1 1 368 438664 340276 12049396 0 0 0 1204 5718 8387 23 1 74 3 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.1 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:25:25
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:25:26
20151226 172527
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 462256 340276 12049052 0 0 6 33 1 1 1 1 96 2 0
1 1 368 471128 340280 12049052 0 0 60 200 4763 7569 13 0 85 2 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:25:29
*0 *0 *0 *0 0 1|0 0.0 79.9 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:25:30
20151226 172531
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 492456 340284 12049036 0 0 6 33 1 1 1 1 96 2 0
1 0 368 508568 340284 12049036 0 0 0 8 5026 8651 14 0 86 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.8 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:25:33
*0 *0 *0 *0 0 1|0 0.0 79.9 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:25:34
20151226 172535
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 544388 340288 12049036 0 0 6 33 1 1 1 1 96 2 0
1 0 368 560540 340288 12049036 0 0 0 60 4307 7353 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.9 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:25:37
*0 *0 *0 *0 0 1|0 0.0 79.9 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:25:38
20151226 172539
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 1 368 608168 340292 12049036 0 0 6 33 1 1 1 1 96 2 0
1 1 368 626488 340292 12049040 0 0 0 0 4173 6605 13 0 74 12 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:25:41
*0 *0 *0 *0 0 1|0 0.0 79.8 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:25:42
20151226 172543
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 668600 340300 12049016 0 0 6 33 1 1 1 1 96 2 0
4 0 368 673664 340300 12049016 0 0 0 136 4654 7715 13 0 86 1 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.8 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:25:45
*0 *0 *0 *0 0 1|0 0.0 80.3 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:25:46
20151226 172547
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 707852 340300 12049016 0 0 6 33 1 1 1 1 96 2 0
1 0 368 718852 340300 12049016 0 0 0 68 4637 7996 13 0 86 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.3 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:25:49
*0 *0 *0 *0 0 1|0 0.0 80.2 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:25:50
20151226 172551
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 735704 340300 12049016 0 0 6 33 1 1 1 1 96 2 0
1 0 368 735496 340300 12049016 0 0 0 44 4674 8290 14 0 86 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.2 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:25:53
*0 *0 *0 *0 0 1|0 0.0 80.2 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:25:54
20151226 172555
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 735008 340300 12049016 0 0 6 33 1 1 1 1 96 2 0
1 0 368 737648 340300 12049016 0 0 0 0 4610 8319 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.2 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:25:57
*0 *0 *0 *0 0 1|0 0.0 80.2 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:25:58
20151226 172559
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 746832 340316 12049020 0 0 6 33 1 1 1 1 96 2 0
1 0 368 748320 340316 12049024 0 0 0 0 4403 7337 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.2 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:26:01
*0 *0 *0 *0 0 1|0 0.0 80.2 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:26:02
20151226 172603
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 753592 340316 12049032 0 0 6 33 1 1 1 1 96 2 0
1 0 368 754492 340324 12049024 0 0 0 188 4580 7695 13 0 86 1 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.2 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:26:05
*0 *0 *0 *0 0 1|0 0.0 80.1 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:26:06
20151226 172607
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 762344 340324 12049064 0 0 6 33 1 1 1 1 96 2 0
1 0 368 758504 340324 12049072 0 0 0 0 4759 8089 13 0 86 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.1 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:26:09
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:26:10
20151226 172611
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 761148 340332 12049072 0 0 6 33 1 1 1 1 96 2 0
2 0 368 760100 340332 12049072 0 0 0 8 4659 7501 14 0 86 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:26:13
*0 *0 *0 *0 0 1|0 0.0 80.1 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:26:14
20151226 172615
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
2 0 368 756152 340332 12049072 0 0 6 33 1 1 1 1 96 2 0
1 0 368 759956 340332 12049072 0 0 0 56 4549 7949 13 0 86 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.1 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:26:17
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:26:18
20151226 172619
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 761852 340332 12049052 0 0 6 33 1 1 1 1 96 2 0
1 0 368 763460 340332 12049052 0 0 0 0 4511 7358 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.9 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:26:21
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:26:22
20151226 172623
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 760184 340332 12049052 0 0 6 33 1 1 1 1 96 2 0
1 0 368 759684 340336 12049056 0 0 0 112 4499 7428 13 0 86 1 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.9 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:26:25
*0 *0 *0 *0 0 1|0 0.0 79.9 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:26:26
20151226 172627
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 764892 340336 12049060 0 0 6 33 1 1 1 1 96 2 0
1 0 368 760876 340336 12049060 0 0 0 48 4459 7425 13 0 86 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.9 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:26:29
*0 *0 *0 *0 0 1|0 0.0 79.9 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:26:30
20151226 172631
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 762536 340340 12049060 0 0 6 33 1 1 1 1 96 2 0
1 0 368 764156 340340 12049068 0 0 0 92 4978 8596 14 0 86 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.8 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:26:33
*0 *0 *0 *0 0 1|0 0.0 79.8 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:26:34
20151226 172635
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 762548 340344 12049068 0 0 6 33 1 1 1 1 96 2 0
1 0 368 767452 340348 12049068 0 0 0 12 4407 7168 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.8 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:26:37
*0 *0 *0 *0 0 1|0 0.0 79.7 1 1.9G 1.6G 0|0 2|0 79b 15k 2 17:26:38
20151226 172639
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 767020 340352 12049064 0 0 6 33 1 1 1 1 96 2 0
1 0 368 767780 340352 12049068 0 0 0 16 4383 7496 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:26:41
*0 *0 *0 *0 0 1|0 0.0 79.8 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:26:42
20151226 172643
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 1 368 760336 340352 12049088 0 0 6 33 1 1 1 1 96 2 0
1 1 368 759932 340352 12049088 0 0 0 184 4732 8576 13 0 74 12 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.8 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:26:45
*0 *0 *0 *0 0 1|0 0.0 80.3 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:26:46
20151226 172647
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 766828 340360 12049108 0 0 6 33 1 1 1 1 96 2 0
1 0 368 763616 340360 12049108 0 0 0 0 4937 8588 13 0 86 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.2 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:26:49
*0 *0 *0 *0 0 1|0 0.0 80.2 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:26:50
20151226 172651
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 768084 340360 12049112 0 0 6 33 1 1 1 1 96 2 0
1 0 368 767028 340360 12049108 0 0 0 0 4737 9378 14 0 86 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.2 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:26:53
*0 *0 *0 *0 0 1|0 0.0 80.2 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:26:54
20151226 172655
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 768960 340360 12049244 0 0 6 33 1 1 1 1 96 2 0
1 0 368 768184 340360 12049240 0 0 0 48 4599 7484 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.2 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:26:57
*0 *0 *0 *0 0 1|0 0.0 80.2 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:26:58
20151226 172659
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 765096 340360 12049240 0 0 6 33 1 1 1 1 96 2 0
1 0 368 765348 340360 12049240 0 0 0 0 4441 7101 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.1 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:27:01
*0 *0 *0 *0 0 1|0 0.0 80.1 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:27:02
20151226 172703
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 763264 340360 12049276 0 0 6 33 1 1 1 1 96 2 0
1 0 368 764044 340360 12049276 0 0 0 144 4795 7953 13 0 86 1 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.1 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:27:05
*0 *0 *0 *0 0 1|0 0.0 80.1 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:27:06
20151226 172707
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 764372 340360 12049328 0 0 6 33 1 1 1 1 96 2 0
3 0 368 758684 340360 12049324 0 0 0 48 4952 8431 13 0 86 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.1 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:27:09
*0 *0 *0 *0 0 1|0 0.0 80.1 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:27:10
20151226 172711
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 765508 340364 12049320 0 0 6 33 1 1 1 1 96 2 0
1 0 368 766952 340364 12049324 0 0 0 216 4785 8338 14 0 86 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:27:13
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:27:14
20151226 172715
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 768728 340368 12049324 0 0 6 33 1 1 1 1 96 2 0
2 0 368 771272 340368 12049316 0 0 0 8 4472 7554 13 0 86 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:27:17
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:27:18
20151226 172719
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 729380 340384 12049316 0 0 6 33 1 1 1 1 96 2 0
2 0 368 604296 340404 12049304 0 0 0 772 5281 8009 20 1 77 3 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:27:21
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:27:22
20151226 172723
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
2 0 368 499160 340436 12049360 0 0 6 33 1 1 1 1 96 2 0
1 0 368 484376 340448 12049364 0 0 0 660 5305 8770 18 0 80 2 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:27:25
*0 *0 *0 *0 0 1|0 0.0 80.1 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:27:26
20151226 172727
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
2 0 368 490844 340448 12049364 0 0 6 33 1 1 1 1 96 2 0
1 0 368 489660 340448 12049376 0 0 0 4 4800 7374 14 1 86 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:27:29
*0 *0 *0 *0 0 1|0 0.0 79.9 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:27:30
20151226 172731
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 1 368 516616 340452 12049368 0 0 6 33 1 1 1 1 96 2 0
1 1 368 525036 340452 12049372 0 0 0 96 5034 9079 14 0 73 12 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.9 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:27:33
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:27:34
20151226 172735
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 1 368 551384 340456 12049372 0 0 6 33 1 1 1 1 96 2 0
1 1 368 572032 340456 12049372 0 0 0 0 4372 7000 13 0 75 12 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.9 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:27:37
*0 *0 *0 *0 0 1|0 0.0 80.0 1 1.9G 1.6G 0|0 1|0 79b 15k 2 17:27:38
20151226 172739
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 579732 340476 12049368 0 0 6 33 1 1 1 1 96 2 0
5 0 368 599224 340476 12049404 0 0 0 0 4267 6425 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.9 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:27:41
*0 *0 *0 *0 0 1|0 0.0 79.9 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:27:42
20151226 172743
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 634888 340480 12049436 0 0 6 33 1 1 1 1 96 2 0
1 0 368 668416 340480 12049432 0 0 0 216 4418 6882 13 0 86 1 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.8 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:27:45
*0 *0 *0 *0 0 1|0 0.0 79.8 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:27:46
20151226 172747
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 707228 340484 12049440 0 0 6 33 1 1 1 1 96 2 0
1 0 368 722124 340484 12049440 0 0 0 0 4441 7281 13 0 86 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.8 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:27:49
*0 *0 *0 *0 0 1|0 0.0 80.3 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:27:50
20151226 172751
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 733848 340488 12049408 0 0 6 33 1 1 1 1 96 2 0
2 0 368 731588 340488 12049412 0 0 0 12 4672 9149 14 0 86 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.3 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:27:53
*0 *0 *0 *0 0 1|0 0.0 80.3 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:27:54
20151226 172755
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 736760 340488 12049412 0 0 6 33 1 1 1 1 96 2 0
1 0 368 737972 340488 12049412 0 0 0 0 4413 7299 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.2 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:27:57
*0 *0 *0 *0 0 1|0 0.0 80.2 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:27:58
20151226 172759
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 744652 340488 12049412 0 0 6 33 1 1 1 1 96 2 0
2 0 368 746244 340488 12049412 0 0 0 48 4361 6717 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.1 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:28:01
*0 *0 *0 *0 0 1|0 0.0 80.2 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:28:02
20151226 172803
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 750480 340488 12049432 0 0 6 33 1 1 1 1 96 2 0
1 0 368 751224 340488 12049432 0 0 0 0 4540 7539 13 0 87 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.1 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:28:05
*0 *0 *0 *0 0 1|0 0.0 80.2 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:28:06
20151226 172807
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 755212 340492 12049448 0 0 6 33 1 1 1 1 96 2 0
1 0 368 750744 340492 12049448 0 0 0 0 4393 7094 13 0 86 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 80.1 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:28:09
*0 *0 *0 *0 0 1|0 0.0 80.0 0 1.9G 1.6G 0|0 2|0 79b 15k 2 17:28:10
20151226 172811
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
0 0 368 755952 340492 12049448 0 0 6 33 1 1 1 1 96 2 0
0 0 368 755828 340492 12049448 0 0 0 196 3860 7236 2 1 97 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:28:13
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:28:14
20151226 172815
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
0 0 368 759444 340492 12049448 0 0 6 33 1 1 1 1 96 2 0
0 1 368 760540 340496 12049448 0 0 0 144 3573 6965 1 1 95 4 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:28:17
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:28:18
20151226 172819
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
0 0 368 756104 340496 12049452 0 0 6 33 1 1 1 1 96 2 0
2 0 368 759372 340496 12049428 0 0 0 0 3364 6268 1 1 98 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:28:21
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:28:22
20151226 172823
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
0 0 368 753332 340500 12049436 0 0 6 33 1 1 1 1 96 2 0
0 0 368 753720 340500 12049436 0 0 0 48 3231 6224 1 0 99 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:28:25
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:28:26
20151226 172827
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
0 0 368 756684 340504 12049436 0 0 6 33 1 1 1 1 96 2 0
0 0 368 752032 340504 12049436 0 0 0 0 3467 6720 1 0 99 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:28:29
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:28:30
20151226 172831
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
0 1 368 756452 340508 12049448 0 0 6 33 1 1 1 1 96 2 0
0 1 368 755600 340508 12049448 0 0 0 8 3970 8086 2 1 85 12 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:28:33
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:28:34
20151226 172835
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
0 0 368 757572 340508 12049444 0 0 6 33 1 1 1 1 96 2 0
0 0 368 759944 340508 12049444 0 0 0 216 3175 6172 1 1 98 1 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:28:37
*0 *0 *0 *0 0 1|0 0.0 79.7 1 1.9G 1.6G 0|0 1|0 79b 15k 2 17:28:38
20151226 172839
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
0 0 368 756468 340508 12049448 0 0 6 33 1 1 1 1 96 2 0
0 0 368 757388 340508 12049448 0 0 0 24 3972 7071 2 1 97 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:28:41
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:28:42
20151226 172843
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 752372 340508 12049448 0 0 6 33 1 1 1 1 96 2 0
1 0 368 752372 340508 12049448 0 0 0 0 3422 6867 1 1 99 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:28:45
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:28:46
20151226 172847
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
0 1 368 752508 340512 12049476 0 0 6 33 1 1 1 1 96 2 0
0 1 368 752620 340512 12049476 0 0 0 48 3697 7889 0 0 87 13 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:28:49
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:28:50
20151226 172851
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
0 0 368 765852 340524 12049480 0 0 6 33 1 1 1 1 96 2 0
0 0 368 759260 340524 12049484 0 0 0 8 4188 8359 2 1 97 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:28:53
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:28:54
20151226 172855
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
0 0 368 762616 340524 12049484 0 0 6 33 1 1 1 1 96 2 0
0 0 368 765016 340528 12049484 0 0 0 116 3160 6139 1 0 98 1 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:28:57
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:28:58
20151226 172859
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
0 0 368 763456 340528 12049488 0 0 6 33 1 1 1 1 96 2 0
0 0 368 763096 340528 12049488 0 0 0 56 4110 7408 2 1 97 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:29:01
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:29:02
20151226 172903
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
0 0 368 757944 340532 12049496 0 0 6 33 1 1 1 1 96 2 0
1 0 368 758436 340532 12049496 0 0 0 0 3635 7419 1 1 99 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:29:05
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:29:06
20151226 172907
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
0 0 368 757740 340532 12049500 0 0 6 33 1 1 1 1 96 2 0
0 0 368 759636 340532 12049500 0 0 0 0 3271 6191 1 1 99 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:29:09
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:29:10
20151226 172911
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
0 0 368 762128 340532 12049500 0 0 6 33 1 1 1 1 96 2 0
1 0 368 756980 340532 12049500 0 0 0 48 3560 6672 2 1 97 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:29:13
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:29:14
20151226 172915
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 759184 340532 12049500 0 0 6 33 1 1 1 1 96 2 0
1 0 368 761460 340536 12049496 0 0 0 160 3905 7290 1 1 97 1 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:29:17
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:29:18
20151226 172919
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 368 648068 340568 12049472 0 0 6 33 1 1 1 1 96 2 0
0 0 368 566076 340580 12049480 0 0 0 880 4703 8686 7 1 90 2 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:29:22
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:29:23
20151226 172924
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
0 0 368 433656 340604 12049500 0 0 6 33 1 1 1 1 96 2 0
0 0 368 434228 340604 12049508 0 0 0 0 3146 6107 1 1 99 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:29:26
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:29:27
20151226 172928
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
0 0 368 439496 340604 12049508 0 0 6 33 1 1 1 1 96 2 0
1 0 368 443508 340604 12049508 0 0 0 48 3951 7578 1 1 98 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:29:30
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:29:31
20151226 172932
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
0 0 368 458996 340608 12049512 0 0 6 33 1 1 1 1 96 2 0
1 0 368 466304 340608 12049516 0 0 0 0 3222 6140 1 1 98 0 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:29:34
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.9G 1.6G 0|0 1|0 79b 15k 2 17:29:35
20151226 172936
procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
0 0 368 509148 340612 12049516 0 0 6 33 1 1 1 1 96 2 0
0 1 368 521596 340612 12049516 0 0 0 28 3444 7104 0 0 89 10 0
insert query update delete getmore command % dirty % used flushes vsize res qr|qw ar|aw netIn netOut conn time
*0 *0 *0 *0 0 1|0 0.0 79.7 0 1.9G 1.6G 0|0 1|0 79b 15k 1 17:29:38
*0 *0 *0 *0 0 1|0 0.0 79.7 1 1.9G 1.6G 0|0 1|0 79b 15k 1 17:29:39