Skip to content

Instantly share code, notes, and snippets.

@pkieltyka
Created February 22, 2010 16:13
Show Gist options
  • Save pkieltyka/2b0e958f57bb8693e344 to your computer and use it in GitHub Desktop.
Save pkieltyka/2b0e958f57bb8693e344 to your computer and use it in GitHub Desktop.
MongoDB 1.3.2 on FreeBSD 8 (amd64) -- with RAID1 gmirror
================================================================================
Test 1.b - Superpages on -- 2.5M doc data set -- syncdelay 5: 10 minute sample
================================================================================
Server
------
Intel Xeon-Lynnfield 3460 (Quad Core 2.8 GHz with new HTT)
8 GB ram
2x150 GB WD Raptor 10000 RPM SATA150 drives (model: WD1500ADFD)
The drives are setup in a RAID1 using gmirror (software raid on fbsd in round
robin configuration). The drives have AHCI and NCQ enabled using a brand new AHCI
driver on fbsd 8.
Database
--------
Three collections, each which have ~1,000,000 documents. The total db size is ~10GB.
The total index size is ~1.5GB.
Disk benchmark on ada0 (/dev/ada0):
-----------------------------------
# diskinfo -t /dev/ada0
/dev/ada0
512 # sectorsize
150039945216 # mediasize in bytes (140G)
293046768 # mediasize in sectors
290721 # Cylinders according to firmware.
16 # Heads according to firmware.
63 # Sectors according to firmware.
WD-WMAP42306276 # Disk ident.
Seek times:
Full stroke: 250 iter in 3.386702 sec = 13.547 msec
Half stroke: 250 iter in 2.367017 sec = 9.468 msec
Quarter stroke: 500 iter in 4.518388 sec = 9.037 msec
Short forward: 400 iter in 2.015272 sec = 5.038 msec
Short backward: 400 iter in 1.620669 sec = 4.052 msec
Seq outer: 2048 iter in 0.124469 sec = 0.061 msec
Seq inner: 2048 iter in 0.149387 sec = 0.073 msec
Transfer rates:
outside: 102400 kbytes in 1.262250 sec = 81125 kbytes/sec
middle: 102400 kbytes in 1.395296 sec = 73389 kbytes/sec
inside: 102400 kbytes in 2.149565 sec = 47638 kbytes/sec
Disk benchmark on raid 1 (/dev/mirror/gm0):
---------------------------------------------
# diskinfo -t /dev/mirror/gm0
/dev/mirror/gm0
512 # sectorsize
150039944704 # mediasize in bytes (140G)
293046767 # mediasize in sectors
Seek times:
Full stroke: 250 iter in 1.211449 sec = 4.846 msec
Half stroke: 250 iter in 1.072124 sec = 4.288 msec
Quarter stroke: 500 iter in 2.097084 sec = 4.194 msec
Short forward: 400 iter in 1.979636 sec = 4.949 msec
Short backward: 400 iter in 2.581802 sec = 6.455 msec
Seq outer: 2048 iter in 0.192123 sec = 0.094 msec
Seq inner: 2048 iter in 0.206800 sec = 0.101 msec
Transfer rates:
outside: 102400 kbytes in 3.958628 sec = 25868 kbytes/sec
middle: 102400 kbytes in 4.036076 sec = 25371 kbytes/sec
inside: 102400 kbytes in 3.650485 sec = 28051 kbytes/sec
* The man page of disking says the benchmark is naive.
Mongodb settings:
-----------------
cpu = true
nohttpinterface = true
logappend = true
master = true
Application
-----------
The application interacting with MongoDB is a daemon with 15 workers (separate connections),
that aggregate content from the Internet. My application doesn't do any disk i/o at all,
it uploads data over a network to another server for file storage. The app is written
in Ruby 1.9.1.
Note: ignore the md0 device. md0 is a malloc-backed memory disk used to do some light
image processing.
* Before each test case I reboot the server to clean out memory, etc.
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
Test 1.b Superpages on -- 2.5M doc data set -- syncdelay 5: 10 minute sample
=============================================================================
iostat output:
--------------
[root@foobar /home/peter]# iostat -x 2
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 6.2 4.8 217.6 549.1 0 4.5 2
ada1 3.9 4.8 135.1 549.1 1 4.8 1
md0 0.0 0.0 0.1 0.1 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 80.8 29.9 3888.3 503.0 0 10.5 77
ada1 81.3 29.9 3741.6 503.0 1 7.6 59
md0 0.0 0.5 0.0 63.9 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 55.9 0.0 3018.7 0.0 0 10.4 58
ada1 55.9 0.0 3042.6 0.0 1 6.8 38
md0 0.0 4.0 0.0 511.3 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 51.9 38.9 3179.2 782.3 1 9.0 66
ada1 52.4 38.9 3283.0 782.3 0 5.6 41
md0 0.0 3.0 0.0 383.2 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 55.9 0.0 3397.2 0.0 0 10.4 58
ada1 55.4 0.0 3331.3 0.0 1 7.5 42
md0 0.0 10.0 0.0 1278.2 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 52.9 78.9 3280.2 1414.0 1 22.2 67
ada1 53.4 78.9 3340.1 1414.0 0 15.6 50
md0 0.0 5.0 0.0 638.9 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 48.9 0.0 2931.6 0.0 0 13.5 64
ada1 48.4 0.0 2927.6 0.0 1 8.4 40
md0 0.0 5.5 0.0 452.3 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 64.9 0.0 3935.6 0.0 0 9.1 57
ada1 64.9 0.0 3985.5 0.0 1 7.0 45
md0 0.0 2.5 0.0 319.5 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 58.9 75.4 3553.0 1301.9 0 14.5 64
ada1 58.9 75.4 3575.0 1301.9 1 10.0 47
md0 0.0 3.5 0.0 447.1 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 57.9 3.5 3491.9 35.9 0 10.2 61
ada1 57.9 3.5 3503.9 35.9 1 6.7 40
md0 0.0 7.5 0.0 958.3 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 60.9 74.9 3719.0 1334.2 4 12.7 58
ada1 62.4 74.9 3766.9 1334.2 2 12.7 51
md0 0.0 5.0 0.0 639.1 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 43.4 15.0 2615.5 247.6 1 38.3 67
ada1 42.4 15.0 2449.7 247.6 0 20.5 41
md0 0.0 31.4 0.0 4025.0 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 64.4 0.0 3519.6 0.0 1 8.5 54
ada1 64.4 0.0 3779.3 0.0 0 6.4 42
md0 0.0 14.5 0.0 1853.7 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 48.4 102.8 2653.0 1830.1 1 32.8 71
ada1 48.4 102.8 2732.9 1830.1 0 17.9 50
md0 0.0 1.0 0.0 127.8 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 43.9 26.5 2624.3 423.4 1 10.7 63
ada1 43.9 26.5 2548.4 423.4 0 7.0 38
md0 0.0 6.0 0.0 766.9 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 82.3 3.5 5115.2 27.9 0 6.5 55
ada1 81.8 3.5 5117.2 27.9 1 5.2 44
md0 0.0 4.5 0.0 224.4 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 50.9 52.4 3140.4 854.0 0 9.1 67
ada1 50.9 52.4 3114.7 854.0 1 6.3 38
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 8.5 274.9 542.7 4868.5 146 597.9 95
ada1 8.5 325.2 534.7 5706.5 46 635.8 84
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 31.4 72.8 1981.8 1238.4 1 1327.9 83
ada1 31.9 22.5 2013.7 400.2 0 718.8 28
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 31.4 133.2 1984.1 2260.0 210 132.4 82
ada1 30.9 166.7 1912.2 2795.0 144 161.1 48
md0 0.0 0.5 0.0 63.9 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 28.0 104.8 1683.5 1725.5 0 793.1 78
ada1 28.0 71.4 1589.7 1190.3 1 588.9 43
md0 0.0 1.5 0.0 191.7 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 50.4 40.4 2854.8 696.7 0 8.6 65
ada1 50.4 40.4 2906.7 696.7 1 5.4 40
md0 0.0 2.0 0.0 192.6 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 62.9 0.0 3396.0 0.0 1 8.9 56
ada1 62.9 0.0 3525.7 0.0 1 7.1 44
md0 0.0 4.5 0.0 386.3 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 95.2 72.7 5941.3 1283.5 1 9.7 55
ada1 95.7 72.7 5730.1 1283.5 0 6.8 54
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 59.3 0.0 3692.5 0.0 0 11.4 68
ada1 59.3 0.0 3660.6 0.0 0 5.5 33
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 82.6 1.0 5218.1 10.9 0 6.6 55
ada1 82.1 1.0 5174.3 10.9 1 5.3 44
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 73.2 0.5 4479.5 8.0 1 7.7 55
ada1 73.7 0.5 4473.5 8.0 0 6.3 46
md0 0.0 2.0 0.0 255.1 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 67.8 0.0 3910.6 0.0 1 7.9 53
ada1 67.8 0.0 3765.0 0.0 0 6.2 42
md0 0.0 4.0 0.0 510.5 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 67.8 92.2 4148.8 1602.1 11 10.6 59
ada1 67.8 96.6 3991.4 1673.9 2 4.5 46
md0 0.0 0.5 0.0 63.8 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 42.9 29.9 2499.7 478.4 1 46.8 69
ada1 42.9 25.4 2441.9 406.7 0 8.7 40
md0 0.0 3.5 0.0 446.5 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 64.3 0.0 3546.5 0.0 1 9.7 59
ada1 64.3 0.0 3560.4 0.0 0 6.3 40
md0 0.0 3.0 0.0 382.8 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 57.8 92.2 3175.1 1699.7 48 19.3 66
ada1 58.8 105.7 3191.1 1923.1 18 18.7 55
md0 0.0 9.5 0.0 1212.6 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 33.5 115.8 1743.6 2101.1 669 126.5 79
ada1 32.0 155.3 1797.5 2756.2 564 118.7 56
md0 0.0 24.0 0.0 3067.7 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.0 279.7 0.0 4754.5 108 1505.7 100
ada1 0.5 280.7 31.9 4897.1 0 1409.8 93
md0 0.0 3.0 0.0 32.9 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 34.9 79.3 1889.4 1435.5 0 1323.2 77
ada1 34.4 25.4 1929.4 415.0 1 5.0 26
md0 0.0 6.0 0.0 766.2 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 43.9 0.0 2507.9 0.0 1 16.5 72
ada1 44.4 0.0 2545.8 0.0 0 6.7 29
md0 0.0 5.0 0.0 637.9 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 46.4 139.2 2512.4 2330.8 229 124.0 67
ada1 46.4 151.2 2528.3 2522.3 204 130.8 59
md0 0.0 5.5 0.0 702.4 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 15.0 202.9 646.1 3445.9 0 445.9 97
ada1 15.0 190.9 1076.9 3254.5 0 385.7 51
md0 0.0 2.0 0.0 4.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 48.9 0.0 2655.7 0.0 1 12.4 61
ada1 48.9 0.0 2583.8 0.0 0 7.6 36
md0 0.0 6.5 0.0 830.7 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 62.8 1.5 3354.2 23.9 1 8.9 57
ada1 62.8 1.5 3362.2 23.9 0 6.4 41
md0 0.0 4.0 0.0 510.5 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 38.9 140.6 2069.8 2499.5 1 58.5 81
ada1 38.9 140.6 2357.0 2499.5 0 15.8 50
md0 0.0 7.5 0.0 957.1 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 47.4 0.0 2612.8 0.0 0 12.7 60
ada1 46.9 0.0 2638.7 0.0 1 7.9 37
md0 0.0 12.0 0.0 1532.9 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 64.9 2.0 3688.9 31.9 1 8.0 53
ada1 65.4 2.0 3585.1 31.9 0 6.1 41
md0 0.0 5.5 0.0 702.6 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 41.4 142.1 2222.1 2561.2 0 51.7 77
ada1 40.9 142.1 2285.9 2561.2 1 19.6 50
md0 0.0 3.5 0.0 446.8 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 53.4 0.0 3002.3 0.0 0 12.1 65
ada1 53.4 0.0 2884.5 0.0 1 6.0 32
md0 0.0 2.0 0.0 255.5 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 99.7 0.5 5545.4 0.2 1 5.1 51
ada1 100.2 0.5 5607.2 0.2 0 4.7 48
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 55.9 50.4 3423.2 901.9 0 7.3 61
ada1 55.4 50.4 3351.4 901.9 1 5.1 43
md0 0.0 1.0 0.0 127.7 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 55.9 0.0 3162.9 0.0 0 11.0 60
ada1 55.9 0.0 2865.6 0.0 0 6.8 38
md0 0.0 4.0 0.0 510.9 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 25.4 215.0 1442.6 3679.3 1092 277.5 89
ada1 25.9 255.4 1217.1 4357.7 1011 285.0 76
md0 0.0 4.0 0.0 160.6 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.5 302.9 63.9 4998.5 940 1925.9 100
ada1 0.5 338.9 31.9 5797.0 786 1976.0 100
md0 0.0 0.5 0.0 63.9 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.5 244.4 31.9 4548.8 450 3731.4 99
ada1 0.0 337.2 0.0 6008.2 112 2718.0 100
md0 0.0 0.5 0.0 63.8 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 5.5 224.5 303.4 3855.1 1 4057.1 95
ada1 6.0 55.4 367.3 918.1 0 4112.1 22
md0 0.0 3.0 0.0 383.2 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 44.4 0.5 2416.9 0.2 1 14.0 63
ada1 44.4 0.5 2207.3 0.2 0 7.3 33
md0 0.0 5.0 0.0 575.8 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 58.4 0.0 3139.9 0.0 1 9.3 54
ada1 58.4 0.0 3169.9 0.0 0 6.5 38
md0 0.0 16.5 0.0 1733.8 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 33.9 167.2 2019.8 2986.0 4 52.9 85
ada1 35.9 167.2 1760.3 2986.0 0 16.2 57
md0 0.0 8.5 0.0 1085.7 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 51.9 0.0 2621.9 0.0 0 28.1 54
ada1 49.4 0.0 2707.7 0.0 0 6.4 32
md0 0.0 13.5 0.0 1724.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 55.9 0.5 2864.1 0.2 1 9.7 53
ada1 56.4 0.5 3109.6 0.2 0 7.1 40
md0 0.0 2.5 0.0 319.3 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 39.4 175.2 1950.8 3362.7 22 33.2 81
ada1 43.4 180.7 2058.6 3450.5 3 11.1 51
md0 0.0 9.5 0.0 1214.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 38.4 50.4 2095.5 806.3 1 62.2 67
ada1 34.4 44.9 1979.7 718.5 0 11.7 39
md0 0.0 7.0 0.0 894.1 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 56.9 0.0 2749.6 0.0 0 9.7 53
ada1 56.4 0.0 2859.5 0.0 1 5.7 32
md0 0.0 11.5 0.0 1469.7 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 51.9 107.4 2460.6 2277.4 30 14.3 64
ada1 53.4 118.8 2490.6 2461.1 4 5.8 43
md0 0.0 13.0 0.0 1661.7 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 27.9 102.8 1415.2 1652.7 0 96.0 85
ada1 26.4 91.3 1311.4 1469.1 1 21.0 36
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 58.4 0.0 3240.5 0.0 0 11.5 67
ada1 58.4 0.0 3300.4 0.0 1 5.4 31
md0 0.0 5.5 0.0 702.8 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 51.4 182.1 3099.4 3121.4 1515 257.5 73
ada1 50.9 211.1 2959.7 3600.3 1458 266.7 75
md0 0.0 3.0 0.0 32.9 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.5 258.0 8.0 4303.4 998 1899.9 100
ada1 1.0 337.8 39.9 5676.7 780 1979.8 100
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.0 337.8 0.0 5771.6 321 3946.1 100
ada1 0.0 363.8 0.0 6210.7 51 3840.4 100
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 20.0 171.2 1182.1 2891.4 1 4598.6 85
ada1 20.5 36.4 1212.1 599.0 0 2225.2 23
md0 0.0 7.0 0.0 894.6 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 51.4 1.5 2596.7 24.0 0 9.9 52
ada1 50.9 1.5 2534.8 24.0 0 5.9 30
md0 0.0 15.5 0.0 1981.5 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 57.4 0.5 3085.3 8.0 1 8.3 48
ada1 57.9 0.5 2837.6 8.0 0 6.1 36
md0 0.0 8.5 0.0 834.7 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 21.4 254.8 873.5 6477.3 264 211.3 95
ada1 21.9 321.1 883.5 7586.1 130 265.7 82
md0 0.0 1.5 0.0 191.4 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 14.5 228.4 869.7 4085.1 0 721.2 95
ada1 13.5 162.1 799.9 2976.1 1 416.7 33
md0 0.0 1.5 0.0 191.5 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 48.9 2.5 2612.6 32.9 1 12.4 64
ada1 49.4 2.5 2826.1 32.9 0 6.5 34
md0 0.0 5.0 0.0 638.7 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 54.4 6.0 2692.0 95.8 0 8.3 50
ada1 54.4 6.0 2839.7 95.8 0 5.7 34
md0 0.0 8.5 0.0 1085.6 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 38.4 177.5 1641.6 3391.0 2 34.9 79
ada1 38.9 177.5 1787.2 3391.0 0 9.0 42
md0 0.0 2.5 0.0 319.2 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 37.9 54.4 2020.6 878.5 1 62.1 63
ada1 37.4 54.4 1751.0 878.5 0 5.3 31
md0 0.0 5.5 0.0 702.8 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 56.4 0.0 2764.5 0.0 0 8.9 50
ada1 55.9 0.0 2716.6 0.0 1 5.9 33
md0 0.0 6.0 0.0 766.5 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 42.9 126.7 2149.7 2914.6 6 19.8 62
ada1 46.4 126.7 2095.8 2914.6 0 10.6 49
md0 0.0 2.5 0.0 319.4 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 16.4 190.4 949.0 3078.4 52 103.5 99
ada1 16.4 212.8 982.9 3437.3 0 18.1 39
md0 0.0 1.0 0.0 127.6 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 48.4 22.4 2556.3 358.9 0 101.5 68
ada1 44.9 0.0 2448.6 0.0 1 6.1 27
md0 0.0 4.5 0.0 574.3 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 5.0 305.3 367.2 5212.1 781 716.0 99
ada1 5.0 358.7 241.5 6130.0 675 771.0 97
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.0 302.7 0.0 5713.7 176 2888.6 100
ada1 0.5 337.2 31.9 6901.8 0 2734.6 90
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 35.4 113.3 2001.9 2521.9 0 2445.7 83
ada1 34.9 25.4 1962.0 415.2 1 3.7 18
md0 0.0 3.0 0.0 32.9 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 43.9 1.0 2409.8 16.0 0 11.7 53
ada1 43.9 1.0 2353.9 16.0 1 6.3 28
md0 0.0 4.0 0.0 511.1 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 34.5 85.9 1757.8 2261.2 1 13.7 40
ada1 35.5 85.9 1751.8 2261.2 0 9.1 30
md0 0.0 7.0 0.0 832.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 35.4 187.5 1783.7 3096.6 1 79.5 98
ada1 35.4 187.5 2035.1 3096.6 0 30.3 69
md0 0.0 2.5 0.0 69.8 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 2.5 276.8 143.6 4883.6 913 859.4 99
ada1 1.5 357.6 79.8 6407.8 752 878.9 97
md0 0.0 3.5 0.0 446.9 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.0 386.0 0.0 7675.8 819 2796.8 100
ada1 0.0 413.9 0.0 8066.7 602 2349.4 100
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.0 402.2 0.0 7153.7 23 2622.3 99
ada1 0.5 304.4 31.9 5461.1 0 2190.6 79
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 47.9 22.9 2582.0 445.0 0 507.0 71
ada1 47.9 12.0 2688.7 221.5 0 4.7 26
md0 0.0 6.0 0.0 766.2 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 41.5 0.0 2241.5 0.0 1 10.1 41
ada1 41.5 0.0 2213.5 0.0 0 7.4 31
md0 0.0 10.0 0.0 1278.6 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 37.9 130.8 2025.3 5297.4 2 15.6 61
ada1 38.4 130.8 2348.8 5297.4 0 10.5 47
md0 0.0 12.0 0.0 1533.9 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 28.4 193.5 1765.4 3263.4 53 84.0 100
ada1 29.4 218.4 1571.9 3662.4 0 11.9 40
md0 0.0 2.5 0.0 319.2 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 26.9 65.4 1446.9 1045.8 1 106.1 78
ada1 25.4 40.4 1309.2 646.6 0 4.1 21
md0 0.0 1.5 0.0 191.6 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 40.4 0.0 2161.7 0.0 0 10.9 44
ada1 39.9 0.0 2081.8 0.0 1 6.7 26
md0 0.0 7.5 0.0 958.1 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 24.5 106.4 1442.2 2797.0 47 28.7 40
ada1 26.5 110.9 1516.1 2892.8 35 29.2 33
md0 0.0 10.5 0.0 1342.3 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 9.5 210.0 375.2 3663.9 73 116.9 99
ada1 10.0 240.0 478.9 4118.8 0 42.7 56
md0 0.0 0.5 0.0 63.9 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 4.0 244.1 63.9 4384.1 973 408.8 100
ada1 2.5 299.5 119.8 5390.2 791 368.5 60
md0 0.0 0.5 0.0 63.9 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 1.0 313.5 39.9 6086.5 649 2219.4 100
ada1 0.0 366.4 0.0 6933.2 364 1925.8 100
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.0 368.7 0.0 8525.3 747 2466.3 100
ada1 0.5 436.0 31.9 10576.8 326 1111.1 100
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.0 431.0 0.0 9105.9 224 1196.2 100
ada1 0.0 332.7 0.0 7246.4 0 658.4 82
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 23.0 112.3 1269.7 2603.3 0 2806.3 68
ada1 23.0 0.5 1331.6 8.0 0 6.8 16
md0 0.0 1.5 0.0 191.7 0 0.5 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 31.9 0.0 1854.4 0.0 0 8.6 27
ada1 31.4 0.0 1788.5 0.0 0 6.3 20
md0 0.0 6.0 0.0 416.2 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 20.0 134.8 1188.1 3961.5 45 32.6 36
ada1 20.0 136.8 1184.1 4001.5 42 29.4 34
md0 0.0 10.5 0.0 1341.8 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 4.0 254.9 223.5 4365.5 48 152.9 100
ada1 5.5 275.3 263.4 4708.7 0 76.6 90
md0 0.0 0.5 0.0 1.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 20.5 177.8 1100.7 2988.6 55 199.1 87
ada1 19.5 182.3 1030.8 3052.5 0 98.9 47
md0 0.0 19.5 0.0 2180.5 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 33.0 29.0 1907.3 479.3 1 338.9 56
ada1 33.0 2.0 1837.4 32.0 0 7.9 26
md0 0.0 19.5 0.0 2303.8 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 31.4 104.3 1697.3 2157.5 10 24.8 57
ada1 33.9 106.8 1968.8 2205.4 0 21.0 41
md0 0.0 6.0 0.0 766.8 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 22.5 116.3 1217.7 1863.4 1 122.3 83
ada1 19.5 113.8 1171.8 1815.5 1 6.8 31
md0 0.0 0.5 0.0 63.9 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 41.4 0.0 2322.9 0.0 0 12.5 52
ada1 41.4 0.0 2300.9 0.0 0 7.8 32
md0 0.0 7.0 0.0 894.8 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 48.9 0.5 2754.0 0.2 0 8.5 42
ada1 48.9 0.5 2730.1 0.2 0 6.7 33
md0 0.0 10.0 0.0 1278.2 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 17.5 234.5 872.3 4671.0 8 67.5 93
ada1 18.5 237.5 1028.0 4718.9 0 16.5 44
md0 0.0 1.5 0.0 191.6 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 32.9 59.4 1830.5 950.2 1 88.2 73
ada1 32.4 56.4 1790.6 902.3 0 5.0 29
md0 0.0 4.0 0.0 511.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 35.0 0.0 1862.1 0.0 0 12.5 43
ada1 34.5 0.0 1728.2 0.0 0 7.0 24
md0 0.0 9.0 0.0 1150.8 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 24.0 119.3 1345.7 2652.0 32 64.4 55
ada1 24.5 135.3 1385.6 2947.5 0 29.0 41
md0 0.0 17.0 0.0 2172.3 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 6.5 193.7 303.5 3402.1 1462 176.0 100
ada1 7.0 268.0 381.3 4799.7 1279 118.8 42
md0 0.0 6.5 0.0 830.6 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 1.0 276.4 71.7 4932.7 1292 1618.4 100
ada1 0.0 327.7 0.0 5976.7 1009 1636.1 100
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.0 303.4 0.0 5587.7 771 3714.7 100
ada1 0.0 378.6 0.0 6823.3 337 3374.7 100
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.0 328.6 0.0 6921.5 508 4719.0 99
ada1 0.5 356.9 31.9 8864.9 16 1485.6 56
md0 0.0 1.0 0.0 127.4 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.0 378.7 0.0 8392.8 387 1124.0 101
ada1 0.0 326.5 0.0 7476.1 0 429.1 77
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 18.0 197.0 949.6 5066.1 0 2774.1 76
ada1 18.0 4.0 1001.4 63.8 0 6.0 13
md0 0.0 6.0 0.0 415.9 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 30.0 2.0 1610.2 32.0 0 9.0 29
ada1 29.5 2.0 1676.1 32.0 1 7.4 23
md0 0.0 9.0 0.0 1150.7 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 27.0 73.4 1592.8 1758.6 66 10.1 33
ada1 29.5 78.4 1560.8 1838.6 52 8.3 28
md0 0.0 9.5 0.0 1215.1 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 13.0 211.5 722.3 3400.2 17 120.2 102
ada1 12.5 213.0 590.6 3424.1 0 57.9 53
md0 0.0 3.0 0.0 383.1 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 36.4 14.5 1848.2 231.5 1 57.9 58
ada1 34.9 8.0 1973.9 127.7 0 6.4 27
md0 0.0 9.0 0.0 689.6 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 27.5 6.0 1434.0 95.9 0 8.6 28
ada1 27.5 6.0 1573.9 95.9 0 6.7 22
md0 0.0 11.0 0.0 1280.3 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 25.0 161.8 1458.1 3267.8 62 43.1 64
ada1 25.5 168.3 1470.1 3371.7 48 37.9 55
md0 0.0 10.0 0.0 1278.4 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 4.5 229.9 103.7 3757.6 180 396.9 99
ada1 4.5 288.7 149.6 4710.9 48 412.9 91
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 22.0 95.8 1229.4 1560.7 1 1186.5 74
ada1 21.5 30.4 1119.6 502.9 0 578.4 24
md0 0.0 6.5 0.0 704.5 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 46.4 0.0 2495.6 0.0 0 12.1 55
ada1 45.9 0.0 2533.5 0.0 1 7.5 35
md0 0.0 13.0 0.0 1661.1 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 24.0 101.4 1352.7 2110.5 10 26.8 38
ada1 26.5 103.9 1378.7 2166.4 0 13.5 33
md0 0.0 26.0 0.0 3073.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 15.0 164.7 810.5 2659.1 0 106.1 97
ada1 12.5 162.2 726.7 2603.2 1 13.0 24
md0 0.0 1.0 0.0 64.9 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 31.4 0.0 1699.1 0.0 0 12.8 40
ada1 31.4 0.0 1683.1 0.0 0 7.6 24
md0 0.0 13.5 0.0 1347.7 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 32.5 0.0 1769.9 0.0 0 10.0 32
ada1 32.5 0.0 1799.9 0.0 1 7.3 24
md0 0.0 7.5 0.0 958.9 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 17.5 196.8 817.0 3827.7 32 69.4 70
ada1 21.0 209.2 884.9 4035.4 0 44.3 62
md0 0.0 10.5 0.0 991.7 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 6.5 179.7 351.3 3234.0 1243 309.6 101
ada1 3.5 276.5 223.6 4878.9 1024 313.3 57
md0 0.0 1.0 0.0 127.8 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.0 297.4 0.0 6274.6 785 2010.7 101
ada1 0.0 403.1 0.0 8238.4 354 1974.8 100
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.0 298.4 0.0 5309.8 189 3836.6 100
ada1 0.0 177.7 0.0 3504.3 0 2142.1 46
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 4.5 306.9 223.5 5547.7 1307 1398.0 96
ada1 4.0 303.4 197.6 5476.8 1126 517.3 67
md0 0.0 1.0 0.0 127.7 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.0 339.7 0.0 6041.9 629 2372.0 100
ada1 0.5 390.6 31.9 6584.6 344 2206.6 100
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 1.0 324.2 87.8 5451.2 5 4043.1 100
ada1 2.0 183.6 135.7 2985.0 0 3437.9 51
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 33.9 14.0 1787.3 223.7 0 16.1 55
ada1 32.5 13.0 1847.2 207.7 1 5.7 25
md0 0.0 10.5 0.0 1058.4 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 23.0 0.0 1238.6 0.0 0 10.0 23
ada1 23.0 0.0 1320.5 0.0 1 7.0 16
md0 0.0 8.5 0.0 1086.8 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 20.5 162.4 1107.0 3468.9 35 59.5 61
ada1 22.5 171.8 1129.0 3628.8 13 42.4 53
md0 0.0 6.5 0.0 831.3 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 17.5 177.3 1186.3 2877.9 0 191.7 91
ada1 15.5 167.8 796.9 2718.2 1 43.6 62
md0 0.0 12.0 0.0 1533.8 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 37.4 0.0 2038.5 0.0 1 12.3 45
ada1 37.9 0.0 2022.5 0.0 0 7.7 29
md0 0.0 9.0 0.0 1024.3 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 34.0 0.5 1739.8 0.2 0 10.9 37
ada1 34.0 0.5 1835.7 0.2 0 6.7 23
md0 0.0 10.0 0.0 1278.4 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 13.5 235.6 766.5 4296.1 43 76.5 87
ada1 15.5 253.5 748.6 4583.6 3 20.1 46
md0 0.0 4.0 0.0 511.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 27.4 58.8 1512.0 965.5 0 158.7 66
ada1 24.9 40.9 1416.3 678.2 0 18.4 29
md0 0.0 3.5 0.0 446.8 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 34.4 0.0 1895.1 0.0 0 10.2 35
ada1 34.9 0.0 1849.2 0.0 0 7.7 27
md0 0.0 16.0 0.0 1919.1 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 31.0 88.9 1635.0 1983.3 36 21.5 43
ada1 31.0 99.9 1647.0 2159.2 13 19.4 34
md0 0.0 20.5 0.0 2145.7 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 12.5 196.5 584.7 3256.5 1426 107.5 99
ada1 12.5 232.0 522.8 3958.9 1333 31.8 41
md0 0.0 1.0 0.0 127.7 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.0 273.5 0.0 4926.8 1004 1232.1 100
ada1 0.0 348.3 0.0 6999.5 760 1249.3 100
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.0 283.2 0.0 5902.3 436 3288.7 100
ada1 0.0 378.9 0.0 6898.4 0 3125.9 96
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 11.0 218.0 518.9 3966.6 0 4519.7 76
ada1 10.5 1.0 568.8 16.0 0 6.7 8
md0 0.0 5.5 0.0 639.6 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 30.5 9.0 1556.4 143.9 1 9.0 32
ada1 31.0 9.0 1778.2 143.9 0 5.1 20
md0 0.0 15.5 0.0 1793.2 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 7.0 339.9 413.3 6005.9 725 630.9 80
ada1 7.0 346.9 435.3 6117.7 711 617.4 78
md0 0.0 4.5 0.0 323.5 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.0 354.0 0.0 6564.6 47 2374.5 100
ada1 0.5 362.9 17.9 6716.2 13 2352.2 98
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 11.5 200.9 542.4 3270.5 32 335.3 100
ada1 12.5 198.9 598.3 3230.6 0 7.7 22
md0 0.0 1.5 0.0 191.4 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 26.4 15.5 1556.9 228.5 0 93.8 44
ada1 24.5 1.5 1337.3 5.0 0 8.1 21
md0 0.0 5.0 0.0 638.7 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 20.0 0.0 1064.3 0.0 1 7.5 15
ada1 20.5 0.0 1240.1 0.0 0 6.2 13
md0 0.0 6.5 0.0 830.7 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 20.5 225.5 1077.7 5213.0 60 72.2 71
ada1 21.5 226.5 1141.6 5229.0 56 60.4 70
md0 0.0 5.0 0.0 638.7 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 10.0 207.9 556.3 3381.9 0 144.1 94
ada1 8.5 206.9 464.6 3365.9 1 85.3 70
md0 0.0 3.5 0.0 446.7 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 29.5 0.0 1688.3 0.0 0 13.5 40
ada1 30.0 0.0 1692.3 0.0 0 8.1 24
md0 0.0 8.5 0.0 1086.9 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 25.5 0.5 1427.7 0.2 0 10.1 26
ada1 25.0 0.5 1379.8 0.2 1 7.0 18
md0 0.0 9.5 0.0 1214.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 19.0 258.4 1141.4 7407.6 53 80.2 85
ada1 23.9 271.9 1416.8 7623.1 17 25.9 58
md0 0.0 5.0 0.0 288.4 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 20.5 121.2 1077.7 1939.8 0 184.3 76
ada1 15.5 107.8 796.3 1724.3 0 51.5 49
md0 0.0 5.5 0.0 702.5 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 12.0 241.8 680.1 5145.8 992 330.8 81
ada1 11.5 280.7 536.5 5528.7 916 355.9 78
md0 0.0 3.5 0.0 321.1 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.0 299.7 0.0 5026.9 937 2103.7 100
ada1 0.5 337.6 8.0 6758.4 784 1979.5 100
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.0 319.0 0.0 6491.0 494 3282.2 100
ada1 0.5 388.2 31.9 6888.7 200 2064.3 100
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 10.5 259.5 586.8 4741.3 0 2712.4 86
ada1 10.0 113.3 530.9 2227.5 1 3266.2 33
md0 0.0 2.5 0.0 319.3 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 39.4 8.0 2055.2 127.8 0 11.7 55
ada1 39.4 8.0 2007.2 127.8 1 6.2 28
md0 0.0 15.5 0.0 1855.4 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 41.4 0.0 2223.0 0.0 0 10.0 41
ada1 41.4 0.0 2173.1 0.0 1 7.4 30
md0 0.0 8.5 0.0 1086.6 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 16.5 218.1 802.5 4016.5 10 59.2 82
ada1 17.5 222.1 1018.1 4080.4 0 24.6 40
md0 0.0 8.0 0.0 707.7 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 13.0 171.6 682.4 2809.2 1744 184.9 73
ada1 12.5 229.9 598.6 3822.8 1619 205.1 47
md0 0.0 1.5 0.0 191.5 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.0 405.9 0.0 7029.6 930 1728.1 100
ada1 0.0 405.9 0.0 7173.2 805 1702.1 100
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.0 359.7 0.0 6174.1 214 3661.1 100
ada1 0.0 349.3 0.0 5851.8 110 3654.8 100
md0 0.0 1.0 0.0 127.7 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 24.5 142.3 1363.8 2436.1 0 3224.3 76
ada1 24.0 90.4 1327.9 1536.6 1 2230.4 39
md0 0.0 11.0 0.0 1217.1 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 21.5 0.0 1098.7 0.0 0 9.4 20
ada1 21.5 0.0 1144.6 0.0 0 7.5 16
md0 0.0 12.0 0.0 1534.2 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 26.5 84.4 1453.7 2029.2 31 9.4 34
ada1 27.0 86.9 1425.7 2069.2 26 9.1 26
md0 0.0 11.0 0.0 1405.7 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 8.0 229.4 410.9 3718.1 2 135.6 100
ada1 8.5 226.9 295.2 3678.2 0 72.6 73
md0 0.0 0.5 0.0 63.8 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 37.9 0.0 2128.1 0.0 1 20.3 44
ada1 37.4 0.0 2086.2 0.0 0 8.0 30
md0 0.0 16.0 0.0 1451.3 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 36.0 0.0 1980.3 0.0 0 8.8 32
ada1 36.0 0.0 1944.4 0.0 0 7.0 25
md0 0.0 9.0 0.0 1151.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 21.5 204.6 1147.7 3904.6 55 65.9 76
ada1 22.5 215.1 1117.7 4072.3 31 38.6 62
md0 0.0 5.0 0.0 638.7 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 5.5 239.4 207.5 5793.1 779 529.1 100
ada1 4.0 318.7 151.6 5936.8 600 584.8 90
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.0 374.0 0.0 7738.8 227 1377.7 100
ada1 1.0 393.0 47.9 9262.8 8 1382.0 100
md0 0.0 1.5 0.0 191.5 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 10.0 263.0 491.0 4350.9 118 1547.2 93
ada1 9.0 213.1 570.8 3472.8 1 199.1 43
md0 0.0 1.0 0.0 127.7 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 22.0 58.9 1121.7 958.0 0 699.6 56
ada1 22.0 0.0 1217.5 0.0 0 23.1 18
md0 0.0 4.5 0.0 574.8 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 31.0 59.4 1480.6 1423.2 2 6.3 33
ada1 31.5 59.4 1722.4 1423.2 1 4.9 23
md0 0.0 10.0 0.0 1152.9 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 19.0 187.1 820.2 3137.2 0 65.3 97
ada1 19.0 187.1 1033.8 3137.2 0 39.0 63
md0 0.0 4.5 0.0 386.2 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 43.9 0.0 2377.8 0.0 0 11.7 51
ada1 43.9 0.0 2379.8 0.0 0 7.8 34
md0 0.0 5.5 0.0 702.8 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 38.4 0.0 2116.9 0.0 1 9.9 38
ada1 38.4 0.0 1991.1 0.0 0 7.8 30
md0 0.0 20.0 0.0 2556.3 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 14.0 188.2 703.0 3474.8 30 65.0 67
ada1 17.0 198.7 653.0 3642.6 2 32.8 56
md0 0.0 9.5 0.0 962.6 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 6.0 273.4 287.3 4493.6 1218 846.2 101
ada1 3.0 320.8 119.7 5906.3 1102 775.7 90
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.0 342.3 0.0 6521.1 531 2649.7 100
ada1 0.0 370.2 0.0 6337.7 359 2670.7 100
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 5.0 293.4 232.7 4789.1 9 3937.9 100
ada1 7.5 209.8 373.9 3428.7 0 3454.2 63
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 33.4 17.0 1671.4 279.6 0 31.6 45
ada1 30.5 15.0 1513.7 247.6 0 5.8 24
md0 0.0 17.5 0.0 1886.1 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 25.5 0.0 1377.8 0.0 0 9.0 23
ada1 25.5 0.0 1407.8 0.0 0 7.1 18
md0 0.0 9.0 0.0 1150.2 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 18.0 158.7 960.0 3409.4 31 36.9 56
ada1 19.5 170.1 1037.8 3641.0 5 32.5 49
md0 0.0 6.0 0.0 766.4 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 10.9 204.9 688.4 3350.6 0 192.3 95
ada1 9.9 193.5 320.3 3119.8 0 34.1 64
md0 0.0 1.5 0.0 191.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 9.4 222.1 409.4 4062.7 1503 698.6 91
ada1 9.4 306.1 381.6 5128.0 1333 600.5 88
md0 0.0 0.5 0.0 63.6 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.5 304.9 7.9 4997.7 956 2496.4 100
ada1 0.5 348.6 31.8 5752.6 698 2560.5 100
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.5 303.2 31.9 4963.1 925 4544.7 100
ada1 0.0 390.9 0.0 8779.1 492 3843.7 100
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.0 316.6 0.0 7342.6 419 4300.1 100
ada1 1.0 308.6 55.7 5748.9 0 1444.3 83
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 6.5 215.9 339.1 4179.6 1 2858.1 74
ada1 6.0 8.0 347.1 127.7 0 3.2 4
md0 0.0 6.0 0.0 263.3 0 0.5 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 30.5 0.0 1679.5 0.0 0 9.1 28
ada1 30.5 0.0 1589.7 0.0 0 7.3 22
md0 0.0 13.5 0.0 1410.9 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 30.0 0.5 1568.0 0.2 0 8.9 26
ada1 29.5 0.5 1546.1 0.2 1 7.6 23
md0 0.0 19.0 0.0 2428.9 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 12.0 262.1 661.8 4959.6 56 83.3 89
ada1 12.5 288.5 582.1 5382.2 2 33.2 60
md0 0.0 4.5 0.0 290.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 23.4 89.2 1098.9 1436.0 0 119.0 68
ada1 22.9 62.8 1196.6 1013.1 0 11.5 29
md0 0.0 3.5 0.0 446.7 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 22.5 0.0 1250.9 0.0 0 13.3 30
ada1 22.5 0.0 1214.9 0.0 0 7.1 16
md0 0.0 22.5 0.0 2877.4 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 32.9 78.8 1751.9 1775.3 58 9.3 36
ada1 33.4 81.3 1797.8 1815.2 52 7.5 33
md0 0.0 5.5 0.0 702.3 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 18.0 175.5 795.9 2888.5 0 114.6 91
ada1 18.0 173.0 865.7 2848.6 0 60.3 70
md0 0.0 10.0 0.0 1276.7 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 26.5 0.0 1392.1 0.0 0 9.9 26
ada1 26.0 0.0 1382.1 0.0 1 7.7 20
md0 0.0 16.0 0.0 1919.3 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 33.5 1.0 1794.5 40.0 0 10.0 34
ada1 34.0 1.0 1750.5 40.0 0 6.7 23
md0 0.0 12.5 0.0 1131.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 19.9 195.5 861.7 3901.6 58 76.4 80
ada1 21.4 215.9 913.6 4228.7 13 34.8 63
md0 0.0 3.5 0.0 446.8 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 16.4 122.6 711.5 1969.1 1 146.6 83
ada1 14.9 102.1 655.7 1642.2 0 6.5 20
md0 0.0 2.0 0.0 255.1 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 26.5 0.0 1404.3 0.0 0 12.2 32
ada1 26.5 0.0 1340.4 0.0 0 7.5 20
md0 0.0 11.0 0.0 1280.5 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 28.5 1.0 1560.5 16.0 0 9.8 29
ada1 28.5 1.0 1532.5 16.0 0 6.9 20
md0 0.0 23.0 0.0 2941.1 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 10.0 245.2 490.4 4824.5 658 95.2 80
ada1 11.5 268.6 729.7 5287.0 607 34.9 43
md0 0.0 5.5 0.0 701.7 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 2.0 315.7 43.8 7641.0 1029 1386.4 100
ada1 0.0 378.5 0.0 8963.6 856 1057.5 100
md0 0.0 0.5 0.0 63.7 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.0 355.6 0.0 6406.9 334 1730.4 100
ada1 0.0 403.4 0.0 7880.1 65 1556.2 100
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 3.0 296.2 47.9 6078.8 10 1647.0 100
ada1 5.5 165.1 131.6 2864.3 0 469.3 15
md0 0.0 0.5 0.0 63.8 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 16.5 199.6 862.3 3209.6 1410 306.6 69
ada1 14.0 227.5 690.6 3664.6 1348 320.0 56
md0 0.0 7.5 0.0 832.3 0 0.9 1
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.0 383.2 0.0 7158.8 642 1870.3 100
ada1 0.0 408.6 0.0 7573.3 529 1846.0 100
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.0 337.9 0.0 5510.6 32 3531.2 100
ada1 1.0 296.6 63.8 4856.7 0 3180.8 77
md0 0.0 1.5 0.0 3.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 17.4 195.8 952.8 3205.3 57 316.1 86
ada1 16.4 209.3 815.3 3404.7 0 226.6 54
md0 0.0 3.0 0.0 382.7 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 21.0 28.5 1154.6 463.4 0 630.5 55
ada1 21.0 0.0 1078.7 0.0 0 7.7 16
md0 0.0 12.0 0.0 1534.1 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 26.5 110.4 1308.5 2094.1 6 43.7 48
ada1 30.0 110.4 1518.3 2094.1 0 10.7 36
md0 0.0 11.0 0.0 1280.6 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 22.0 82.3 1209.6 1317.4 0 79.2 76
ada1 18.5 82.3 960.1 1317.4 1 2.9 19
md0 0.0 3.5 0.0 447.1 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 36.5 0.5 1928.5 16.0 0 9.8 36
ada1 37.0 0.5 1884.5 16.0 0 7.0 26
md0 0.0 20.5 0.0 1767.6 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 28.9 77.4 1553.1 1940.4 1 12.8 32
ada1 28.9 77.4 1621.0 1940.4 0 9.7 28
md0 0.0 11.5 0.0 1217.7 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 10.5 202.3 350.8 3260.4 44 147.6 101
ada1 13.5 221.2 556.0 3563.3 0 37.5 57
md0 0.0 7.5 0.0 956.6 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 22.5 49.9 1220.4 806.9 0 99.6 52
ada1 19.0 31.0 910.8 503.3 1 4.2 17
md0 0.0 20.5 0.0 2243.0 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 32.0 0.5 1708.1 8.0 0 10.2 33
ada1 32.0 0.5 1658.2 8.0 0 7.6 25
md0 0.0 7.5 0.0 958.9 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 19.0 125.3 1002.6 2899.9 34 29.3 38
ada1 20.0 125.3 1170.4 2907.9 33 24.9 34
md0 0.0 8.5 0.0 1086.5 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 8.5 188.3 303.0 3085.3 7 140.0 100
ada1 11.5 188.3 494.3 3077.3 0 54.2 50
md0 0.0 1.5 0.0 191.3 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 8.0 234.1 482.2 4081.0 1122 432.5 100
ada1 4.5 329.8 227.2 5579.6 930 318.8 64
md0 0.0 1.0 0.0 127.5 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.0 292.1 0.0 6204.0 727 2112.2 100
ada1 0.0 364.3 0.0 7416.1 390 2138.0 100
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.0 299.6 0.0 5231.9 127 3902.2 100
ada1 0.0 194.9 0.0 3899.0 0 2247.9 51
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 21.0 63.4 1182.2 1380.9 1 1901.1 44
ada1 21.0 0.0 1042.4 0.0 0 6.2 13
md0 0.0 8.0 0.0 833.7 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 33.5 0.0 1662.0 0.0 0 8.8 29
ada1 33.0 0.0 1797.9 0.0 0 5.6 19
md0 0.0 9.0 0.0 1087.7 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 29.9 170.7 1595.0 3905.2 1 40.2 64
ada1 30.9 170.7 1551.1 3905.2 0 33.4 54
md0 0.0 21.0 0.0 2683.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 7.0 247.8 207.4 4020.6 1118 142.2 100
ada1 7.0 278.7 255.3 4611.0 1055 74.9 79
md0 0.0 3.0 0.0 194.5 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 1.0 326.5 39.9 5711.3 939 1376.4 100
ada1 0.0 393.8 0.0 7609.8 743 1342.2 100
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.0 428.0 0.0 8228.8 677 2662.1 100
ada1 0.0 400.1 0.0 7215.2 537 1438.9 100
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 1.0 348.2 31.9 6202.5 10 2452.8 100
ada1 2.5 281.9 95.8 4789.6 0 3255.1 81
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 24.0 56.9 1238.1 913.6 0 65.0 54
ada1 22.5 52.9 1124.2 849.7 0 4.0 20
md0 0.0 14.5 0.0 1260.0 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 30.5 0.0 1740.3 0.0 0 10.8 33
ada1 31.0 0.0 1548.5 0.0 0 7.3 23
md0 0.0 12.0 0.0 1534.5 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 23.5 119.8 1192.4 2868.6 25 43.6 44
ada1 24.5 128.8 1106.5 3028.4 5 35.6 42
md0 0.0 5.0 0.0 639.1 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 10.5 223.5 443.0 3671.5 62 130.3 100
ada1 11.0 232.5 399.1 3799.2 23 15.5 42
md0 0.0 2.5 0.0 319.3 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 30.4 50.9 1649.2 822.6 0 107.7 58
ada1 28.5 32.9 1585.3 535.1 1 17.6 32
md0 0.0 5.5 0.0 702.8 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 25.0 0.0 1294.7 0.0 0 7.2 18
ada1 25.0 0.0 1278.8 0.0 0 5.8 15
md0 0.0 5.5 0.0 703.3 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 20.5 149.7 1131.7 3800.1 35 46.2 46
ada1 21.5 153.2 1143.6 3856.0 27 41.2 40
md0 0.0 8.0 0.0 1021.9 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 15.0 197.6 475.0 3193.3 31 100.4 99
ada1 16.0 207.6 778.4 3353.0 1 26.3 49
md0 0.0 0.5 0.0 63.9 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 3.0 246.5 123.7 4207.5 1898 581.7 100
ada1 1.5 277.9 75.8 4782.3 1808 568.8 73
md0 0.0 1.0 0.0 127.7 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.0 265.4 0.0 4581.0 1454 2423.3 100
ada1 0.0 335.7 0.0 5762.1 1223 2420.9 100
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.0 276.2 0.0 4881.6 951 4311.7 100
ada1 0.0 368.4 0.0 6556.7 535 4282.2 100
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.0 321.2 0.0 6910.3 997 5266.1 100
ada1 0.0 416.9 0.0 9543.6 389 2912.2 87
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.0 361.1 0.0 7436.9 487 1290.3 100
ada1 0.0 300.7 0.0 6510.2 0 673.9 76
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 10.0 242.9 540.7 5354.3 0 6350.1 79
ada1 9.5 0.0 460.9 0.0 0 6.7 6
md0 0.0 6.0 0.0 766.2 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 30.5 0.5 1601.6 0.2 0 8.4 26
ada1 30.5 0.5 1641.5 0.2 1 6.1 19
md0 0.0 9.5 0.0 1025.5 0 0.5 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 25.0 0.0 1332.6 0.0 0 7.6 19
ada1 25.5 0.0 1402.6 0.0 0 6.1 16
md0 0.0 10.0 0.0 1278.7 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 5.5 284.5 267.5 5964.8 35 92.8 92
ada1 9.5 293.4 423.2 6108.5 9 42.9 80
md0 0.0 5.5 0.0 514.0 0 0.9 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 32.4 92.8 1825.6 1508.3 0 141.3 77
ada1 28.4 83.8 1484.4 1364.7 0 19.8 27
md0 0.0 1.5 0.0 191.5 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 16.0 0.0 820.7 0.0 0 11.1 18
ada1 16.0 0.0 898.6 0.0 0 6.7 11
md0 0.0 13.5 0.0 1599.5 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 23.0 3.0 1266.9 33.0 0 8.8 23
ada1 23.0 3.0 1197.0 33.0 0 6.3 16
md0 0.0 15.5 0.0 1316.9 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 10.5 308.9 544.9 7983.6 10 92.5 97
ada1 11.5 312.9 622.7 8047.5 0 43.5 77
md0 0.0 7.5 0.0 958.0 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 21.5 87.4 964.6 1398.0 0 83.3 73
ada1 20.0 83.4 1178.3 1334.1 1 3.1 20
md0 0.0 12.0 0.0 1533.8 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 19.5 1.0 1130.9 16.0 0 9.1 19
ada1 19.5 1.0 1066.9 16.0 1 6.3 13
md0 0.0 13.5 0.0 1285.7 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 16.5 2.5 865.3 40.0 0 9.7 18
ada1 16.5 2.5 845.3 40.0 0 7.0 13
md0 0.0 9.5 0.0 1215.1 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 10.0 287.6 430.7 5311.6 2 84.4 99
ada1 11.5 287.6 715.8 5311.6 0 41.7 63
md0 0.0 0.5 0.0 63.8 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 26.5 40.5 1446.3 655.2 1 71.4 59
ada1 25.5 40.5 1328.4 655.2 0 4.6 23
md0 0.0 37.5 0.0 4794.3 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 18.0 0.0 989.4 0.0 1 8.9 16
ada1 18.0 0.0 891.5 0.0 0 6.9 12
md0 0.0 14.0 0.0 1790.9 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 21.0 150.8 930.6 2900.0 13 76.0 64
ada1 22.0 155.3 1016.4 2979.9 1 41.1 48
md0 0.0 7.0 0.0 894.6 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 5.5 201.0 207.5 3511.5 1243 172.1 100
ada1 6.0 275.3 247.4 4668.7 1081 104.6 45
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 2.0 315.8 151.7 5379.6 974 1519.5 100
ada1 0.0 349.7 0.0 7271.3 749 1596.8 100
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.0 334.2 0.0 7023.9 774 3579.5 100
ada1 0.5 368.2 20.0 6217.8 480 2321.0 100
md0 0.0 0.5 0.0 63.9 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.0 347.2 0.0 6352.6 79 3073.3 100
ada1 0.0 239.5 0.0 4899.9 0 2655.9 56
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 21.5 39.4 1084.5 878.8 1 2087.5 41
ada1 21.5 0.5 1152.4 8.0 0 7.4 16
md0 0.0 12.0 0.0 1156.4 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 26.5 0.0 1312.4 0.0 1 9.6 25
ada1 26.5 0.0 1318.4 0.0 0 6.6 18
md0 0.0 13.0 0.0 1473.2 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 4.0 424.3 193.4 7953.0 1250 821.3 95
ada1 3.5 414.8 179.5 7737.7 1269 816.1 94
md0 0.0 2.0 0.0 255.3 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.0 376.1 0.0 6512.2 496 2707.7 100
ada1 0.0 395.5 0.0 6887.3 476 2712.5 100
md0 0.0 3.5 0.0 63.8 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 3.0 312.3 79.8 5835.7 54 3366.5 99
ada1 3.0 314.8 155.7 5875.6 30 3146.6 77
md0 0.0 28.4 0.0 2670.4 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 6.5 209.1 253.5 3401.8 36 154.6 100
ada1 9.0 211.1 295.5 3433.8 3 32.3 55
md0 0.0 13.5 0.0 1662.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 23.0 32.9 1176.1 509.2 1 98.0 46
ada1 21.0 18.5 1088.3 277.6 0 11.6 20
md0 0.0 9.0 0.0 1150.2 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 32.5 0.0 1684.3 0.0 0 9.4 30
ada1 32.5 0.0 1776.2 0.0 0 7.4 24
md0 0.0 12.0 0.0 1534.4 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 14.5 191.7 744.9 3938.8 7 67.8 60
ada1 16.5 192.7 888.7 3954.8 1 56.9 55
md0 0.0 10.5 0.0 1216.2 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 11.0 184.6 379.2 3033.3 1 147.2 96
ada1 9.0 183.6 471.0 3017.4 0 29.2 43
md0 0.0 3.5 0.0 447.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 32.0 0.0 1630.7 0.0 0 11.5 37
ada1 32.0 0.0 1758.6 0.0 0 8.9 29
md0 0.0 29.5 0.0 3332.4 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 30.5 0.5 1675.5 0.2 1 10.3 32
ada1 30.5 0.5 1505.7 0.2 0 7.0 22
md0 0.0 12.5 0.0 1597.6 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 25.5 173.2 1212.1 3203.2 25 57.6 79
ada1 27.5 183.7 1150.2 3370.9 0 9.1 41
md0 0.0 2.5 0.0 319.5 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 23.5 109.8 984.5 1948.9 2145 46.7 55
ada1 21.0 102.8 1034.4 1837.1 2138 8.4 24
md0 0.0 5.5 0.0 640.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.0 318.3 0.0 5404.1 1514 1122.5 100
ada1 0.0 327.3 0.0 5412.1 1490 1080.0 100
md0 0.0 0.5 0.0 1.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.0 294.0 0.0 4847.1 950 3107.8 100
ada1 0.5 359.8 27.9 6172.6 792 3133.1 100
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.0 354.3 0.0 6196.3 989 5082.9 100
ada1 0.0 368.8 0.0 7489.8 802 3753.5 100
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.5 369.5 31.9 7451.6 437 4064.8 100
ada1 0.0 386.9 0.0 6868.2 216 2890.0 100
md0 0.0 0.5 0.0 63.8 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 15.0 249.0 754.5 4637.9 1 2455.2 88
ada1 15.5 138.7 866.3 2539.0 0 4191.3 36
md0 0.0 1.0 0.0 127.8 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 21.0 0.0 1057.3 0.0 0 11.5 24
ada1 21.0 0.0 1085.2 0.0 0 6.6 14
md0 0.0 15.5 0.0 1730.8 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 21.0 0.5 1052.8 0.2 0 8.2 18
ada1 20.5 0.5 1060.8 0.2 1 6.6 14
md0 0.0 8.5 0.0 1086.8 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 8.5 279.8 299.3 5299.2 57 108.3 90
ada1 10.0 298.3 454.9 5594.5 17 45.9 77
md0 0.0 3.0 0.0 194.5 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 18.5 109.8 1032.4 1765.3 0 134.8 63
ada1 17.5 91.4 830.7 1469.7 0 30.9 39
md0 0.0 11.0 0.0 1055.4 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 25.0 0.5 1146.8 16.0 0 8.4 21
ada1 24.5 0.5 1328.6 16.0 1 7.0 18
md0 0.0 13.0 0.0 1536.3 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 17.0 41.5 783.2 1420.5 24 5.3 18
ada1 17.5 38.5 939.0 1484.4 30 5.5 13
md0 0.0 12.0 0.0 1534.4 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 10.0 271.5 399.2 4583.2 23 89.8 100
ada1 10.5 284.9 423.2 4687.0 0 37.1 61
md0 0.0 0.5 0.0 63.9 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 20.0 96.8 1032.0 1557.0 0 126.9 75
ada1 19.0 86.3 868.3 1389.3 0 4.4 21
md0 0.0 7.0 0.0 894.3 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 18.0 1.0 953.4 24.0 0 11.6 22
ada1 18.5 1.0 927.5 24.0 0 6.3 12
md0 0.0 23.5 0.0 2628.4 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 21.0 0.0 1122.8 0.0 0 7.0 15
ada1 21.0 0.0 1162.8 0.0 0 6.8 14
md0 0.0 9.5 0.0 1025.9 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 6.5 294.7 239.4 5426.2 11 106.8 99
ada1 8.5 298.2 315.2 5482.0 0 41.9 77
md0 0.0 1.0 0.0 127.7 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 22.5 33.0 1036.8 527.4 0 82.9 49
ada1 20.0 29.5 942.9 471.5 0 4.1 16
md0 0.0 19.0 0.0 2240.4 0 0.1 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 29.0 0.0 1398.9 0.0 0 8.8 25
ada1 29.0 0.0 1454.9 0.0 0 6.1 18
md0 0.0 13.0 0.0 1285.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 14.0 235.4 724.3 4669.0 429 441.8 80
ada1 14.5 297.3 768.2 5674.6 304 443.1 76
md0 0.0 3.0 0.0 383.1 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.5 260.6 2.0 4288.8 1869 1687.2 100
ada1 0.5 284.6 18.0 4752.2 1696 938.9 64
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.5 247.6 4.0 4105.4 1383 1284.6 100
ada1 0.0 440.3 0.0 8122.9 825 1289.9 100
md0 0.0 1.0 0.0 127.8 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 0.0 408.8 0.0 7610.4 564 3305.8 100
ada1 0.0 354.4 0.0 5965.3 115 3194.3 100
md0 0.0 0.0 0.0 0.0 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 1.5 320.9 37.9 5485.9 58 4373.3 100
ada1 3.0 124.3 159.7 2140.0 0 1957.1 21
md0 0.0 3.5 0.0 96.8 0 0.0 0
extended device statistics
device r/s w/s kr/s kw/s wait svc_t %b
ada0 2.0 285.8 57.9 7908.5 614 800.3 100
ada1 1.0 425.5 127.7 10182.9 279 379.9 88
md0 0.0 1.5 0.0 3.0 0 0.0 0
pass0 0.0 0.0 0.0 0.0 0 0.0 0
pass1 0.0 0.0 0.0 0.0 0 0.0 0
^C
[root@foobar /home/peter]#
mongod.log output:
------------------
Fri Feb 19 14:30:13 cpu: elapsed:4002 writelock: 0%
Fri Feb 19 14:30:17 cpu: elapsed:4004 writelock: 0%
Fri Feb 19 14:30:17 connection accepted from 127.0.0.1:31769 #1
Fri Feb 19 14:30:17 connection accepted from 127.0.0.1:26692 #2
Fri Feb 19 14:30:17 connection accepted from 127.0.0.1:22568 #3
Fri Feb 19 14:30:17 connection accepted from 127.0.0.1:25444 #4
Fri Feb 19 14:30:17 connection accepted from 127.0.0.1:35894 #5
Fri Feb 19 14:30:17 connection accepted from 127.0.0.1:49581 #6
Fri Feb 19 14:30:17 connection accepted from 127.0.0.1:40549 #7
Fri Feb 19 14:30:17 connection accepted from 127.0.0.1:49636 #8
Fri Feb 19 14:30:17 connection accepted from 127.0.0.1:28445 #9
Fri Feb 19 14:30:17 connection accepted from 127.0.0.1:39674 #10
Fri Feb 19 14:30:17 connection accepted from 127.0.0.1:17734 #11
Fri Feb 19 14:30:17 connection accepted from 127.0.0.1:21732 #12
Fri Feb 19 14:30:17 connection accepted from 127.0.0.1:34898 #13
Fri Feb 19 14:30:17 connection accepted from 127.0.0.1:42393 #14
Fri Feb 19 14:30:17 connection accepted from 127.0.0.1:40709 #15
Fri Feb 19 14:30:18 end connection 127.0.0.1:35894
Fri Feb 19 14:30:18 end connection 127.0.0.1:22568
Fri Feb 19 14:30:18 end connection 127.0.0.1:42393
Fri Feb 19 14:30:18 end connection 127.0.0.1:26692
Fri Feb 19 14:30:18 end connection 127.0.0.1:40549
Fri Feb 19 14:30:18 end connection 127.0.0.1:31769
Fri Feb 19 14:30:18 end connection 127.0.0.1:39674
Fri Feb 19 14:30:18 end connection 127.0.0.1:40709
Fri Feb 19 14:30:18 end connection 127.0.0.1:49581
Fri Feb 19 14:30:18 end connection 127.0.0.1:21732
Fri Feb 19 14:30:18 end connection 127.0.0.1:28445
Fri Feb 19 14:30:18 end connection 127.0.0.1:49636
Fri Feb 19 14:30:18 end connection 127.0.0.1:25444
Fri Feb 19 14:30:18 end connection 127.0.0.1:17734
Fri Feb 19 14:30:18 end connection 127.0.0.1:34898
Fri Feb 19 14:30:19 connection accepted from 127.0.0.1:40710 #16
Fri Feb 19 14:30:19 connection accepted from 127.0.0.1:40711 #17
Fri Feb 19 14:30:19 connection accepted from 127.0.0.1:40712 #18
Fri Feb 19 14:30:19 connection accepted from 127.0.0.1:40713 #19
Fri Feb 19 14:30:19 connection accepted from 127.0.0.1:40714 #20
Fri Feb 19 14:30:19 connection accepted from 127.0.0.1:40715 #21
Fri Feb 19 14:30:19 connection accepted from 127.0.0.1:40716 #22
Fri Feb 19 14:30:19 connection accepted from 127.0.0.1:40717 #23
Fri Feb 19 14:30:19 connection accepted from 127.0.0.1:40718 #24
Fri Feb 19 14:30:19 connection accepted from 127.0.0.1:40719 #25
Fri Feb 19 14:30:19 connection accepted from 127.0.0.1:40720 #26
Fri Feb 19 14:30:19 connection accepted from 127.0.0.1:40721 #27
Fri Feb 19 14:30:19 connection accepted from 127.0.0.1:40722 #28
Fri Feb 19 14:30:19 connection accepted from 127.0.0.1:40723 #29
Fri Feb 19 14:30:19 connection accepted from 127.0.0.1:40724 #30
Fri Feb 19 14:30:21 query query mydb.posts ntoreturn:0 reslen:52366 nscanned:59 { user_id: ObjId(4b7623d7eaf5e3f9af001e52) } nreturned:59 524ms
Fri Feb 19 14:30:21 query query mydb.posts ntoreturn:0 reslen:8046 nscanned:9 { user_id: ObjId(4b77157beaf5e36563002045) } nreturned:9 120ms
Fri Feb 19 14:30:21 update mydb.users query: { _id: ObjId(4b7ee6cceaf5e304a0000001) } 262ms
Fri Feb 19 14:30:21 cpu: elapsed:4004 writelock: 15%
Fri Feb 19 14:30:21 update mydb.users query: { _id: ObjId(4b7ee6cceaf5e3049a000001) } 110ms
Fri Feb 19 14:30:22 update mydb.users query: { _id: ObjId(4b7ee6cceaf5e30499000001) } 444ms
Fri Feb 19 14:30:23 update mydb.users query: { _id: ObjId(4b7ee6cceaf5e3049b000001) } 104ms
Fri Feb 19 14:30:24 query query mydb.$cmd ntoreturn:1 reslen:69 nscanned:0 { $eval: CodeWScope( function() {
var p = db.uids.findOne({ collection_name: 'posts' });
p = p || { collection_name: 'posts', sequence_num: 0, '_type': 'Uid' };
p.sequence_num++;
db.uids.save(p);
return p.sequence_num;
}
, {}), args: {} } nreturned:1 110ms
Fri Feb 19 14:30:24 update mydb.posts query: { _id: ObjId(4b7ee6ceeaf5e3049a000002) } 272ms
Fri Feb 19 14:30:24 remove query: { updated_at: { $lte: new Date(1266597022093) } } 920ms
Fri Feb 19 14:30:25 remove query: { updated_at: { $lte: new Date(1266597023399) } } 376ms
Fri Feb 19 14:30:25 cpu: elapsed:4004 writelock: 75%
Fri Feb 19 14:30:25 remove query: { updated_at: { $lte: new Date(1266597024978) } } 103ms
Fri Feb 19 14:30:26 query query mydb.comments ntoreturn:0 reslen:4129 nscanned:13 { user_id: ObjId(4b773849eaf5e36555005b30) } nreturned:13 149ms
Fri Feb 19 14:30:26 update mydb.comments query: { _id: ObjId(4b7b3376eaf5e33adc000e54) } 107ms
Fri Feb 19 14:30:26 remove query: { updated_at: { $lte: new Date(1266597025282) } } 384ms
Fri Feb 19 14:30:26 remove query: { updated_at: { $lte: new Date(1266597025202) } } 427ms
Fri Feb 19 14:30:26 update mydb.users query: { _id: ObjId(4b7ee6d2eaf5e3049b000005) } 124ms
Fri Feb 19 14:30:26 remove query: { updated_at: { $lte: new Date(1266597025541) } } 336ms
Fri Feb 19 14:30:27 remove query: { updated_at: { $lte: new Date(1266597026668) } } 211ms
Fri Feb 19 14:30:27 remove query: { updated_at: { $lte: new Date(1266597026812) } } 103ms
Fri Feb 19 14:30:28 remove query: { updated_at: { $lte: new Date(1266597027784) } } 149ms
Fri Feb 19 14:30:28 remove query: { updated_at: { $lte: new Date(1266597027967) } } 176ms
Fri Feb 19 14:30:28 update mydb.comments query: { _id: ObjId(4b7ee6d4eaf5e304a4000005) } 110ms
Fri Feb 19 14:30:29 remove query: { updated_at: { $lte: new Date(1266597028878) } } 249ms
Fri Feb 19 14:30:29 remove query: { updated_at: { $lte: new Date(1266597029111) } } 230ms
Fri Feb 19 14:30:29 cpu: elapsed:4004 writelock: 56%
Fri Feb 19 14:30:29 remove query: { updated_at: { $lte: new Date(1266597029388) } } 109ms
Fri Feb 19 14:30:29 remove query: { updated_at: { $lte: new Date(1266597029462) } } 157ms
Fri Feb 19 14:30:29 remove query: { updated_at: { $lte: new Date(1266597029361) } } 116ms
Fri Feb 19 14:30:30 remove query: { updated_at: { $lte: new Date(1266597029726) } } 270ms
Fri Feb 19 14:30:30 remove query: { updated_at: { $lte: new Date(1266597029733) } } 177ms
Fri Feb 19 14:30:31 remove query: { updated_at: { $lte: new Date(1266597030777) } } 120ms
Fri Feb 19 14:30:31 query query mydb.comments ntoreturn:0 reslen:36 nscanned:0 { post_id: ObjId(4b7616d8eaf5e3f9ad00090f) } nreturned:0 200ms
Fri Feb 19 14:30:31 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "a168a03e161dd29f00552a0898822701859dc201281b3839417de03143dc40b9" } nreturned:0 242ms
Fri Feb 19 14:30:32 remove query: { updated_at: { $lte: new Date(1266597031799) } } 237ms
Fri Feb 19 14:30:32 remove query: { updated_at: { $lte: new Date(1266597031831) } } 304ms
Fri Feb 19 14:30:32 remove query: { updated_at: { $lte: new Date(1266597032077) } } 488ms
Fri Feb 19 14:30:32 remove query: { updated_at: { $lte: new Date(1266597032172) } } 446ms
Fri Feb 19 14:30:33 query query mydb.posts ntoreturn:0 reslen:13520 nscanned:16 { user_id: ObjId(4b761384eaf5e3f9b2000402) } nreturned:16 218ms
Fri Feb 19 14:30:33 cpu: elapsed:4005 writelock: 47%
Fri Feb 19 14:30:33 remove query: { updated_at: { $lte: new Date(1266597032612) } } 344ms
Fri Feb 19 14:30:35 remove query: { updated_at: { $lte: new Date(1266597034743) } } 210ms
Fri Feb 19 14:30:35 remove query: { updated_at: { $lte: new Date(1266597034882) } } 189ms
Fri Feb 19 14:30:35 query query mydb.posts ntoreturn:0 reslen:86649 nscanned:101 { user_id: ObjId(4b7846b7eaf5e334d50003d5) } nreturned:101 477ms
Fri Feb 19 14:30:35 remove query: { updated_at: { $lte: new Date(1266597034883) } } 557ms
Fri Feb 19 14:30:36 update mydb.users query: { _id: ObjId(4b7a3354eaf5e303df00063f) } 172ms
Fri Feb 19 14:30:37 query query mydb.comments ntoreturn:0 reslen:25364 nscanned:80 { user_id: ObjId(4b7623d7eaf5e3f9af001e52) } nreturned:80 469ms
Fri Feb 19 14:30:37 cpu: elapsed:4004 writelock: 44%
Fri Feb 19 14:30:38 remove query: { updated_at: { $lte: new Date(1266597037811) } } 138ms
Fri Feb 19 14:30:38 remove query: { updated_at: { $lte: new Date(1266597037663) } } 305ms
Fri Feb 19 14:30:38 remove query: { updated_at: { $lte: new Date(1266597038385) } } 136ms
Fri Feb 19 14:30:40 query query mydb.posts ntoreturn:0 reslen:86465 nscanned:101 { user_id: ObjId(4b76030eeaf5e3782c000090) } nreturned:101 372ms
Fri Feb 19 14:30:40 remove query: { updated_at: { $lte: new Date(1266597040130) } } 123ms
Fri Feb 19 14:30:41 cpu: elapsed:4005 writelock: 46%
Fri Feb 19 14:30:41 update mydb.comments query: { _id: ObjId(4b7c277ceaf5e3e9900057aa) } 418ms
Fri Feb 19 14:30:42 query query mydb.posts ntoreturn:0 reslen:7838 nscanned:9 { user_id: ObjId(4b774b6ceaf5e34ec50011d6) } nreturned:9 110ms
Fri Feb 19 14:30:43 remove query: { updated_at: { $lte: new Date(1266597042705) } } 189ms
Fri Feb 19 14:30:43 remove query: { updated_at: { $lte: new Date(1266597042820) } } 225ms
Fri Feb 19 14:30:45 query query mydb.posts ntoreturn:0 reslen:29190 nscanned:35 { user_id: ObjId(4b76fa91eaf5e3dd69000193) } nreturned:35 213ms
Fri Feb 19 14:30:45 cpu: elapsed:4002 writelock: 55%
Fri Feb 19 14:30:46 remove query: { updated_at: { $lte: new Date(1266597045756) } } 256ms
Fri Feb 19 14:30:46 remove query: { updated_at: { $lte: new Date(1266597046068) } } 140ms
Fri Feb 19 14:30:46 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "e499ed90c2b61d248d7a10ba23135562f9f7c9e35576431f41a440d1d1c06679" } nreturned:0 157ms
Fri Feb 19 14:30:47 query query mydb.comments ntoreturn:0 reslen:36 nscanned:0 { post_id: ObjId(4b7b0f0ceaf5e3286c001cee) } nreturned:0 459ms
Fri Feb 19 14:30:48 remove query: { updated_at: { $lte: new Date(1266597047782) } } 143ms
Fri Feb 19 14:30:48 remove query: { updated_at: { $lte: new Date(1266597047742) } } 181ms
Fri Feb 19 14:30:48 query query mydb.comments ntoreturn:0 reslen:8645 nscanned:27 { post_id: ObjId(4b7a30d4eaf5e303e6000460) } nreturned:27 117ms
Fri Feb 19 14:30:49 cpu: elapsed:4005 writelock: 31%
Fri Feb 19 14:30:49 query query mydb.posts ntoreturn:0 reslen:89435 nscanned:101 { user_id: ObjId(4b760315eaf5e3783100008e) } nreturned:101 985ms
Fri Feb 19 14:30:53 cpu: elapsed:4006 writelock: 2%
Fri Feb 19 14:30:57 cpu: elapsed:4007 writelock: 0%
Fri Feb 19 14:30:58 getmore mydb.posts cid:4349555534592334601 ntoreturn:0 query: { user_id: ObjId(4b76030eeaf5e3782c000090) } bytes:1049025 nreturned:1226 8613ms
Fri Feb 19 14:30:58 query query mydb.posts ntoreturn:0 reslen:17990 nscanned:22 { user_id: ObjId(4b7dad6beaf5e349fc00158c) } nreturned:22 122ms
Fri Feb 19 14:31:00 query query mydb.comments ntoreturn:0 reslen:36 nscanned:0 { post_id: ObjId(4b7dad90eaf5e349f1001806) } nreturned:0 1023ms
Fri Feb 19 14:31:00 update mydb.posts query: { _id: ObjId(4b7ee6e9eaf5e3049b000022) } 448ms
Fri Feb 19 14:31:00 remove query: { updated_at: { $lte: new Date(1266597049964) } } 1759ms
Fri Feb 19 14:31:00 remove query: { updated_at: { $lte: new Date(1266597060524) } } 112ms
Fri Feb 19 14:31:00 remove query: { updated_at: { $lte: new Date(1266597050047) } } 296ms
Fri Feb 19 14:31:01 remove query: { updated_at: { $lte: new Date(1266597058993) } } 218ms
Fri Feb 19 14:31:01 remove query: { updated_at: { $lte: new Date(1266597061127) } } 120ms
Fri Feb 19 14:31:01 cpu: elapsed:4005 writelock: 27%
Fri Feb 19 14:31:02 query query mydb.posts ntoreturn:0 reslen:1673 nscanned:2 { user_id: ObjId(4b7a26c3eaf5e3602a000c4f) } nreturned:2 196ms
Fri Feb 19 14:31:02 query query mydb.posts ntoreturn:0 reslen:15986 nscanned:19 { user_id: ObjId(4b77089feaf5e36558000d3d) } nreturned:19 195ms
Fri Feb 19 14:31:02 query query mydb.posts ntoreturn:0 reslen:8492 nscanned:10 { user_id: ObjId(4b7701b6eaf5e36562000307) } nreturned:10 166ms
Fri Feb 19 14:31:03 remove query: { updated_at: { $lte: new Date(1266597062634) } } 528ms
Fri Feb 19 14:31:03 remove query: { updated_at: { $lte: new Date(1266597062696) } } 135ms
Fri Feb 19 14:31:03 query query mydb.comments ntoreturn:0 reslen:8487 nscanned:26 { user_id: ObjId(4b763594eaf5e3f9af003ba4) } nreturned:26 135ms
Fri Feb 19 14:31:05 remove query: { updated_at: { $lte: new Date(1266597065045) } } 169ms
Fri Feb 19 14:31:05 cpu: elapsed:4005 writelock: 44%
Fri Feb 19 14:31:09 cpu: elapsed:4012 writelock: 1%
Fri Feb 19 14:31:12 getmore mydb.posts cid:2956334556849228449 ntoreturn:0 query: { user_id: ObjId(4b7846b7eaf5e334d50003d5) } bytes:968807 nreturned:1131 6601ms
Fri Feb 19 14:31:12 remove query: { updated_at: { $lte: new Date(1266597072546) } } 334ms
Fri Feb 19 14:31:13 query query mydb.posts ntoreturn:0 reslen:21539 nscanned:26 { user_id: ObjId(4b760677eaf5e3e8b9000328) } nreturned:26 168ms
Fri Feb 19 14:31:13 remove query: { updated_at: { $lte: new Date(1266597073245) } } 118ms
Fri Feb 19 14:31:13 cpu: elapsed:4014 writelock: 14%
Fri Feb 19 14:31:16 getmore mydb.posts cid:5756015087600402855 ntoreturn:0 query: { user_id: ObjId(4b760315eaf5e3783100008e) } bytes:329575 nreturned:372 1353ms
Fri Feb 19 14:31:17 query query mydb.posts ntoreturn:0 reslen:25554 nscanned:29 { user_id: ObjId(4b762487eaf5e3f9b20020ca) } nreturned:29 421ms
Fri Feb 19 14:31:17 update mydb.comments query: { _id: ObjId(4b7ee704eaf5e3049b000036) } 122ms
Fri Feb 19 14:31:17 remove query: { updated_at: { $lte: new Date(1266597076718) } } 652ms
Fri Feb 19 14:31:17 cpu: elapsed:4009 writelock: 30%
Fri Feb 19 14:31:18 query query mydb.posts ntoreturn:0 reslen:2787 nscanned:3 { user_id: ObjId(4b77031ceaf5e36564000542) } nreturned:3 391ms
Fri Feb 19 14:31:18 query query mydb.posts ntoreturn:0 reslen:5120 nscanned:6 { user_id: ObjId(4b7caa5feaf5e326c9002343) } nreturned:6 518ms
Fri Feb 19 14:31:18 remove query: { updated_at: { $lte: new Date(1266597076705) } } 1402ms
Fri Feb 19 14:31:18 remove query: { updated_at: { $lte: new Date(1266597078236) } } 226ms
Fri Feb 19 14:31:20 query query mydb.posts ntoreturn:0 reslen:17783 nscanned:19 { user_id: ObjId(4b763b9aeaf5e3f9b9004d46) } nreturned:19 161ms
Fri Feb 19 14:31:21 remove query: { updated_at: { $lte: new Date(1266597080966) } } 139ms
Fri Feb 19 14:31:21 cpu: elapsed:4010 writelock: 43%
Fri Feb 19 14:31:23 remove query: { updated_at: { $lte: new Date(1266597082974) } } 102ms
Fri Feb 19 14:31:23 update mydb.posts query: { _id: ObjId(4b7a2ec5eaf5e303d90002f9) } 454ms
Fri Feb 19 14:31:23 update mydb.users query: { _id: ObjId(4b7ee70beaf5e304a000003d) } 116ms
Fri Feb 19 14:31:24 remove query: { updated_at: { $lte: new Date(1266597083101) } } 125ms
Fri Feb 19 14:31:24 remove query: { updated_at: { $lte: new Date(1266597084057) } } 138ms
Fri Feb 19 14:31:25 cpu: elapsed:4005 writelock: 48%
Fri Feb 19 14:31:28 update mydb.posts query: { _id: ObjId(4b7ee70ceaf5e3049b00003b) } 3040ms
Fri Feb 19 14:31:28 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "237ccf6d67c36a3343e2ec8261a563c8188423a014ac35bf63ab4bd6cc4c9b51" } nreturned:0 115ms
Fri Feb 19 14:31:28 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "d7bed344f150c8b6a33bcf73bebe2d0157726d7fd26dc8fbfe5b62ca6b4c450f" } nreturned:0 130ms
Fri Feb 19 14:31:28 remove query: { updated_at: { $lte: new Date(1266597088493) } } 118ms
Fri Feb 19 14:31:28 remove query: { updated_at: { $lte: new Date(1266597088541) } } 179ms
Fri Feb 19 14:31:29 remove query: { updated_at: { $lte: new Date(1266597088682) } } 188ms
Fri Feb 19 14:31:29 remove query: { updated_at: { $lte: new Date(1266597088967) } } 209ms
Fri Feb 19 14:31:29 cpu: elapsed:4009 writelock: 93%
Fri Feb 19 14:31:31 query query mydb.posts ntoreturn:0 reslen:86551 nscanned:101 { user_id: ObjId(4b7846a8eaf5e334d80004f9) } nreturned:101 988ms
Fri Feb 19 14:31:31 remove query: { updated_at: { $lte: new Date(1266597090083) } } 170ms
Fri Feb 19 14:31:31 remove query: { updated_at: { $lte: new Date(1266597091262) } } 107ms
Fri Feb 19 14:31:31 remove query: { updated_at: { $lte: new Date(1266597091277) } } 111ms
Fri Feb 19 14:31:31 remove query: { updated_at: { $lte: new Date(1266597091328) } } 168ms
Fri Feb 19 14:31:32 remove query: { updated_at: { $lte: new Date(1266597092559) } } 281ms
Fri Feb 19 14:31:33 cpu: elapsed:4008 writelock: 29%
Fri Feb 19 14:31:34 update mydb.users query: { _id: ObjId(4b7aeba9eaf5e3555500055f) } 1375ms
Fri Feb 19 14:31:34 query query mydb.posts ntoreturn:1 reslen:875 nscanned:1 { source_url: "http://twitpic.com/117ut2" } nreturned:1 108ms
Fri Feb 19 14:31:34 query query mydb.comments ntoreturn:0 reslen:676 nscanned:2 { post_id: ObjId(4b78840feaf5e334d6003bc3) } nreturned:2 376ms
Fri Feb 19 14:31:35 update mydb.comments query: { _id: ObjId(4b7ee716eaf5e304a0000049) } 596ms
Fri Feb 19 14:31:35 remove query: { updated_at: { $lte: new Date(1266597093042) } } 126ms
Fri Feb 19 14:31:35 remove query: { updated_at: { $lte: new Date(1266597093183) } } 131ms
Fri Feb 19 14:31:36 query query mydb.posts ntoreturn:0 reslen:4290 nscanned:5 { user_id: ObjId(4b771070eaf5e3655a001a3f) } nreturned:5 101ms
Fri Feb 19 14:31:37 cpu: elapsed:4007 writelock: 74%
Fri Feb 19 14:31:37 query query mydb.posts ntoreturn:0 reslen:7555 nscanned:9 { user_id: ObjId(4b760748eaf5e3e8b700046b) } nreturned:9 109ms
Fri Feb 19 14:31:38 remove query: { updated_at: { $lte: new Date(1266597098230) } } 167ms
Fri Feb 19 14:31:40 update mydb.posts query: { _id: ObjId(4b7d583deaf5e326c60105f8) } 104ms
Fri Feb 19 14:31:41 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "b8b2226f76aae8a8d728ad4a59b7aa76be7298a2b39f30d6a9532ec31119c3ae" } nreturned:0 897ms
Fri Feb 19 14:31:41 cpu: elapsed:4009 writelock: 38%
Fri Feb 19 14:31:42 query query mydb.posts ntoreturn:0 reslen:6549 nscanned:8 { user_id: ObjId(4b778968eaf5e34eb90055c9) } nreturned:8 111ms
Fri Feb 19 14:31:43 remove query: { updated_at: { $lte: new Date(1266597102914) } } 199ms
Fri Feb 19 14:31:44 query query mydb.posts ntoreturn:0 reslen:71394 nscanned:83 { user_id: ObjId(4b7602caeaf5e3782d00000e) } nreturned:83 445ms
Fri Feb 19 14:31:45 cpu: elapsed:4006 writelock: 45%
Fri Feb 19 14:31:45 remove query: { updated_at: { $lte: new Date(1266597105742) } } 115ms
Fri Feb 19 14:31:46 update mydb.posts query: { _id: ObjId(4b7dfcb9eaf5e35a1c0015c4) } 109ms
Fri Feb 19 14:31:46 update mydb.posts query: { _id: ObjId(4b7a2499eaf5e3602100070a) } 327ms
Fri Feb 19 14:31:47 update mydb.posts query: { _id: ObjId(4b779a94eaf5e34ec0006ab7) } 504ms
Fri Feb 19 14:31:49 cpu: elapsed:4008 writelock: 47%
Fri Feb 19 14:31:53 getmore mydb.posts cid:3382271793648018123 ntoreturn:0 query: { user_id: ObjId(4b7846a8eaf5e334d80004f9) } bytes:949894 nreturned:1106 5270ms
Fri Feb 19 14:31:53 cpu: elapsed:4007 writelock: 2%
Fri Feb 19 14:31:54 query query mydb.posts ntoreturn:0 reslen:14845 nscanned:17 { user_id: ObjId(4b779df2eaf5e34ec6007068) } nreturned:17 124ms
Fri Feb 19 14:31:56 update mydb.users query: { _id: ObjId(4b77ae9aeaf5e34ec70085d3) } 361ms
Fri Feb 19 14:31:57 cpu: elapsed:4006 writelock: 36%
Fri Feb 19 14:31:58 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "23c9c2ca2eecd5423bf8e7290ccdb1397446f61d9aca3086be9f9b8e63229a82" } nreturned:0 1887ms
Fri Feb 19 14:32:00 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "2a020098eef63e453ca5c0780935c1b9ce4fc52a2edc75283e4ff93ba67ee129" } nreturned:0 2010ms
Fri Feb 19 14:32:01 cpu: elapsed:4008 writelock: 0%
Fri Feb 19 14:32:02 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "0158736eb20f4a018ad28b76eee7b95d5b391e0acf719ce16c93ec33cad01d03" } nreturned:0 1562ms
Fri Feb 19 14:32:03 update mydb.uids query: { _id: ObjId(4b7602b5c563d82c75586c9f) } 972ms
dbeval slow, time: 972ms mydb.$cmd
Fri Feb 19 14:32:03 query query mydb.$cmd ntoreturn:1 reslen:69 nscanned:0 { $eval: CodeWScope( function() {
var p = db.uids.findOne({ collection_name: 'posts' });
p = p || { collection_name: 'posts', sequence_num: 0, '_type': 'Uid' };
p.sequence_num++;
db.uids.save(p);
return p.sequence_num;
}
, {}), args: {} } nreturned:1 972ms
Fri Feb 19 14:32:03 update mydb.posts query: { _id: ObjId(4b78715ceaf5e334de0028d4) } 379ms
Fri Feb 19 14:32:03 remove query: { updated_at: { $lte: new Date(1266597123618) } } 217ms
Fri Feb 19 14:32:04 remove query: { updated_at: { $lte: new Date(1266597123758) } } 141ms
Fri Feb 19 14:32:04 remove query: { updated_at: { $lte: new Date(1266597123890) } } 323ms
Fri Feb 19 14:32:05 query query mydb.comments ntoreturn:0 reslen:6739 nscanned:22 { user_id: ObjId(4b76fd8feaf5e3dd5f0006ac) } nreturned:22 134ms
Fri Feb 19 14:32:05 cpu: elapsed:4007 writelock: 58%
Fri Feb 19 14:32:05 query query mydb.posts ntoreturn:0 reslen:19887 nscanned:23 { user_id: ObjId(4b77040ceaf5e3655e000882) } nreturned:23 145ms
Fri Feb 19 14:32:07 remove query: { updated_at: { $lte: new Date(1266597127470) } } 123ms
Fri Feb 19 14:32:08 query query mydb.comments ntoreturn:0 reslen:356 nscanned:1 { post_id: ObjId(4b7a4518eaf5e303d900109d) } nreturned:1 105ms
Fri Feb 19 14:32:09 update mydb.posts query: { _id: ObjId(4b7ee738eaf5e304a3000063) } 502ms
Fri Feb 19 14:32:09 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "8a2b427808b42a8e13bc514648536d348b6058ba4ea2f7ec5daf47348dc8073a" } nreturned:0 226ms
Fri Feb 19 14:32:09 query query mydb.comments ntoreturn:0 reslen:356 nscanned:1 { post_id: ObjId(4b7a4655eaf5e303db001172) } nreturned:1 467ms
Fri Feb 19 14:32:09 cpu: elapsed:4004 writelock: 43%
Fri Feb 19 14:32:10 remove query: { updated_at: { $lte: new Date(1266597129899) } } 115ms
Fri Feb 19 14:32:10 query query mydb.posts ntoreturn:0 reslen:9235 nscanned:11 { user_id: ObjId(4b763cd1eaf5e3f9ae004f89) } nreturned:11 120ms
Fri Feb 19 14:32:12 query query mydb.posts ntoreturn:0 reslen:15864 nscanned:18 { user_id: ObjId(4b7a9c6aeaf5e303e40044e0) } nreturned:18 109ms
Fri Feb 19 14:32:13 cpu: elapsed:4004 writelock: 44%
Fri Feb 19 14:32:14 query query mydb.posts ntoreturn:0 reslen:26020 nscanned:32 { user_id: ObjId(4b770805eaf5e36564000be3) } nreturned:32 122ms
Fri Feb 19 14:32:14 query query mydb.posts ntoreturn:0 reslen:12202 nscanned:14 { user_id: ObjId(4b76062deaf5e3e8b7000268) } nreturned:14 102ms
Fri Feb 19 14:32:14 update mydb.posts query: { _id: ObjId(4b7d535ceaf5e326cf00f8a3) } 363ms
Fri Feb 19 14:32:15 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "331c6c18e2b271dd520a6e9e20682fed815a06df005fc9e70a0893166b4e12e4" } nreturned:0 825ms
Fri Feb 19 14:32:16 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "abd3400cb24fcf9b389b967538333f6cea1fffda7d306db635613f161738ff45" } nreturned:0 354ms
Fri Feb 19 14:32:16 query query mydb.comments ntoreturn:0 reslen:36 nscanned:0 { user_id: ObjId(4b7d535ceaf5e326cf00f8a2) } nreturned:0 158ms
Fri Feb 19 14:32:16 remove query: { updated_at: { $lte: new Date(1266597136346) } } 125ms
Fri Feb 19 14:32:17 query query mydb.comments ntoreturn:0 reslen:6447 nscanned:22 { post_id: ObjId(4b7b1d12eaf5e382e8000106) } nreturned:22 104ms
Fri Feb 19 14:32:17 cpu: elapsed:4005 writelock: 35%
Fri Feb 19 14:32:20 query query mydb.posts ntoreturn:0 reslen:14213 nscanned:17 { user_id: ObjId(4b7618a2eaf5e3f9b4000b16) } nreturned:17 158ms
Fri Feb 19 14:32:20 query query mydb.posts ntoreturn:0 reslen:28574 nscanned:30 { user_id: ObjId(4b76098eeaf5e3e8c0000928) } nreturned:30 216ms
Fri Feb 19 14:32:21 query query mydb.posts ntoreturn:0 reslen:2534 nscanned:3 { user_id: ObjId(4b7747e6eaf5e34ebf000ccd) } nreturned:3 104ms
Fri Feb 19 14:32:21 cpu: elapsed:4003 writelock: 36%
Fri Feb 19 14:32:22 query query mydb.comments ntoreturn:0 reslen:2101 nscanned:5 { post_id: ObjId(4b761662eaf5e3f9ab0007b0) } nreturned:5 1558ms
Fri Feb 19 14:32:23 query query mydb.comments ntoreturn:0 reslen:4836 nscanned:15 { user_id: ObjId(4b7b5867eaf5e3fa40000cf4) } nreturned:15 102ms
Fri Feb 19 14:32:23 remove query: { updated_at: { $lte: new Date(1266597143074) } } 118ms
Fri Feb 19 14:32:25 cpu: elapsed:4006 writelock: 15%
Fri Feb 19 14:32:29 cpu: elapsed:4005 writelock: 0%
Fri Feb 19 14:32:33 getmore mydb.posts cid:4349555534592334601 ntoreturn:0 query: { user_id: ObjId(4b76030eeaf5e3782c000090) } bytes:947399 nreturned:1100 9236ms
Fri Feb 19 14:32:33 remove query: { updated_at: { $lte: new Date(1266597153521) } } 207ms
Fri Feb 19 14:32:33 cpu: elapsed:4005 writelock: 6%
Fri Feb 19 14:32:37 cpu: elapsed:4003 writelock: 43%
Fri Feb 19 14:32:41 update mydb.posts query: { _id: ObjId(4b7c22e7eaf5e3e994004cc9) } 3030ms
Fri Feb 19 14:32:41 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "398f6408f2d642594d108448f0d1a3697867975b32b8fd519983753e50ec2764" } nreturned:0 198ms
Fri Feb 19 14:32:41 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "9f72f701a6ecdb2c90deabf50af653d478a542dd5135146cb4fc5c660dbd6a3d" } nreturned:0 326ms
Fri Feb 19 14:32:41 cpu: elapsed:4008 writelock: 82%
Fri Feb 19 14:32:42 remove query: { updated_at: { $lte: new Date(1266597161796) } } 214ms
Fri Feb 19 14:32:42 remove query: { updated_at: { $lte: new Date(1266597158122) } } 223ms
Fri Feb 19 14:32:42 query query mydb.posts ntoreturn:0 reslen:39438 nscanned:46 { user_id: ObjId(4b760551eaf5e3e8bd000109) } nreturned:46 399ms
Fri Feb 19 14:32:42 query query mydb.posts ntoreturn:0 reslen:21074 nscanned:23 { user_id: ObjId(4b76304deaf5e3f9b9003534) } nreturned:23 179ms
Fri Feb 19 14:32:43 query query mydb.posts ntoreturn:0 reslen:13833 nscanned:16 { user_id: ObjId(4b770b9beaf5e3655d00124a) } nreturned:16 137ms
Fri Feb 19 14:32:43 remove query: { updated_at: { $lte: new Date(1266597163734) } } 132ms
Fri Feb 19 14:32:44 query query mydb.posts ntoreturn:0 reslen:24447 nscanned:27 { user_id: ObjId(4b76f8ceeaf5e3ab3e0002c5) } nreturned:27 162ms
Fri Feb 19 14:32:45 cpu: elapsed:4006 writelock: 35%
Fri Feb 19 14:32:46 query query mydb.comments ntoreturn:0 reslen:688 nscanned:2 { post_id: ObjId(4b7b43c6eaf5e33adc0030d4) } nreturned:2 355ms
Fri Feb 19 14:32:47 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "48fbcd8263622d679ff6ed833cf94b528c860961ca6f9b6c60e7057cfab07384" } nreturned:0 1061ms
Fri Feb 19 14:32:48 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "eb74f5fb58fb27ae656fdba9184b38aab2af38cf7f4c6ef1d0ac10eb85b1d092" } nreturned:0 1279ms
Fri Feb 19 14:32:48 update mydb.comments query: { _id: ObjId(4b7ee75eeaf5e3049900006e) } 369ms
Fri Feb 19 14:32:48 remove query: { updated_at: { $lte: new Date(1266597168592) } } 216ms
Fri Feb 19 14:32:48 remove query: { updated_at: { $lte: new Date(1266597168638) } } 130ms
Fri Feb 19 14:32:49 cpu: elapsed:4006 writelock: 32%
Fri Feb 19 14:32:51 query query mydb.posts ntoreturn:0 reslen:20026 nscanned:23 { user_id: ObjId(4b7614a3eaf5e3f9ab0004c1) } nreturned:23 163ms
Fri Feb 19 14:32:52 query query mydb.posts ntoreturn:0 reslen:83698 nscanned:101 { user_id: ObjId(4b7a2d99eaf5e303e20001fc) } nreturned:101 185ms
Fri Feb 19 14:32:52 query query mydb.comments ntoreturn:0 reslen:18812 nscanned:59 { user_id: ObjId(4b7614a3eaf5e3f9ab0004c1) } nreturned:59 143ms
Fri Feb 19 14:32:53 cpu: elapsed:4005 writelock: 37%
Fri Feb 19 14:32:54 query query mydb.posts ntoreturn:0 reslen:2600 nscanned:3 { user_id: ObjId(4b785508eaf5e334d9000ef7) } nreturned:3 1432ms
Fri Feb 19 14:32:56 query query mydb.comments ntoreturn:0 reslen:325 nscanned:1 { post_id: ObjId(4b785509eaf5e334d9000ef8) } nreturned:1 1390ms
Fri Feb 19 14:32:56 query query mydb.posts ntoreturn:0 reslen:21613 nscanned:26 { user_id: ObjId(4b76fb28eaf5e3dd600002c4) } nreturned:26 145ms
Fri Feb 19 14:32:57 cpu: elapsed:4008 writelock: 9%
Fri Feb 19 14:33:01 cpu: elapsed:4007 writelock: 0%
Fri Feb 19 14:33:04 getmore mydb.posts cid:4391503054243356419 ntoreturn:0 query: { user_id: ObjId(4b7a2d99eaf5e303e20001fc) } bytes:702839 nreturned:848 7662ms
Fri Feb 19 14:33:05 cpu: elapsed:4005 writelock: 19%
Fri Feb 19 14:33:09 update mydb.posts query: { _id: ObjId(4b7cad82eaf5e326d0002451) } 1505ms
Fri Feb 19 14:33:09 cpu: elapsed:4005 writelock: 60%
Fri Feb 19 14:33:09 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "0f5e0bbcfac10b6f524dcc9c5fadc03d645dc82f08d84a00a0d808d2bae262dc" } nreturned:0 782ms
Fri Feb 19 14:33:13 cpu: elapsed:4007 writelock: 0%
Fri Feb 19 14:33:16 update mydb.users query: { _id: ObjId(4b76030eeaf5e3782c000090) } 6266ms
Fri Feb 19 14:33:16 update mydb.users query: { _id: ObjId(4b76030eeaf5e3782c000090) } 153ms
Fri Feb 19 14:33:16 query query mydb.posts ntoreturn:0 reslen:5058 nscanned:6 { user_id: ObjId(4b774b4feaf5e34eb9000e59) } nreturned:6 105ms
Fri Feb 19 14:33:16 remove query: { updated_at: { $lte: new Date(1266597196521) } } 209ms
Fri Feb 19 14:33:16 remove query: { updated_at: { $lte: new Date(1266597196563) } } 179ms
Fri Feb 19 14:33:17 remove query: { updated_at: { $lte: new Date(1266597196905) } } 111ms
Fri Feb 19 14:33:17 query query mydb.posts ntoreturn:0 reslen:25624 nscanned:29 { user_id: ObjId(4b76459deaf5e3f9ae005fcb) } nreturned:29 195ms
Fri Feb 19 14:33:17 User Exception 11000:E11000 duplicate key error index: mydb.posts.$image.source_hash_1 dup key: { : "ec28047e86fd7883c010207177a03ffa340860f14d7c55ffb8e9720e240fdf17" }
Fri Feb 19 14:33:17 Caught Assertion in update , continuing
Fri Feb 19 14:33:17 update mydb.posts query: { _id: ObjId(4b7ee77deaf5e304a2000016) } exception userassert:E11000 duplicate key error index: mydb.posts.$image.source_hash_1 dup key: { : "ec28047e86fd7883c010207177a03ffa340860f14d7c55ffb8e9720e240fdf17" } 58ms
Fri Feb 19 14:33:17 cpu: elapsed:4005 writelock: 177%
Fri Feb 19 14:33:21 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { source_url: "http://tweetphoto.com/9580164" } nreturned:0 135ms
Fri Feb 19 14:33:21 query query mydb.users ntoreturn:1 reslen:3218 nscanned:1 { twitter_user_id: 85664418 } nreturned:1 130ms
Fri Feb 19 14:33:21 query query mydb.posts ntoreturn:0 reslen:2568 nscanned:3 { user_id: ObjId(4b772f01eaf5e36555004b78) } nreturned:3 172ms
Fri Feb 19 14:33:21 cpu: elapsed:4003 writelock: 40%
Fri Feb 19 14:33:22 update mydb.users query: { _id: ObjId(4b787dc8eaf5e334da0037aa) } 188ms
Fri Feb 19 14:33:22 update mydb.posts query: { _id: ObjId(4b7ee780eaf5e3049d0000ba) } 155ms
Fri Feb 19 14:33:22 remove query: { updated_at: { $lte: new Date(1266597201480) } } 157ms
Fri Feb 19 14:33:23 query query mydb.posts ntoreturn:0 reslen:6422 nscanned:7 { user_id: ObjId(4b772caaeaf5e365630046ca) } nreturned:7 775ms
Fri Feb 19 14:33:24 query query mydb.posts ntoreturn:0 reslen:11585 nscanned:13 { user_id: ObjId(4b760f55eaf5e3e8bf001585) } nreturned:13 1919ms
Fri Feb 19 14:33:25 remove query: { updated_at: { $lte: new Date(1266597205083) } } 132ms
Fri Feb 19 14:33:25 remove query: { updated_at: { $lte: new Date(1266597203031) } } 155ms
Fri Feb 19 14:33:25 remove query: { updated_at: { $lte: new Date(1266597202211) } } 325ms
Fri Feb 19 14:33:25 cpu: elapsed:4006 writelock: 17%
Fri Feb 19 14:33:26 query query mydb.posts ntoreturn:0 reslen:19921 nscanned:23 { user_id: ObjId(4b761c85eaf5e3f9b2001104) } nreturned:23 214ms
Fri Feb 19 14:33:29 cpu: elapsed:4004 writelock: 33%
Fri Feb 19 14:33:30 query query mydb.comments ntoreturn:0 reslen:647 nscanned:2 { user_id: ObjId(4b777fa4eaf5e34eb5004c5b) } nreturned:2 454ms
Fri Feb 19 14:33:30 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "9c163c5ddd5d8352295052b68341d92522a828e1d87784702c5fc433cb824477" } nreturned:0 492ms
Fri Feb 19 14:33:30 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "0676381cfc7337124d1b25964b490c7a100c073d58f44d5647b5db3d6bf67971" } nreturned:0 583ms
Fri Feb 19 14:33:32 update mydb.posts query: { _id: ObjId(4b7ee789eaf5e3049e000020) } 1957ms
Fri Feb 19 14:33:33 cpu: elapsed:4007 writelock: 49%
Fri Feb 19 14:33:37 update mydb.posts query: { _id: ObjId(4b7ee789eaf5e3049c00004c) } 4513ms
Fri Feb 19 14:33:37 cpu: elapsed:4007 writelock: 112%
Fri Feb 19 14:33:40 update mydb.comments query: { _id: ObjId(4b7cb81deaf5e326c40031f9) } 2937ms
Fri Feb 19 14:33:40 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "e908e55d14b62427e83d567690ec42cb3a1cecd608626c4900ded7c1ee0ceaec" } nreturned:0 458ms
Fri Feb 19 14:33:40 remove query: { updated_at: { $lte: new Date(1266597220627) } } 176ms
Fri Feb 19 14:33:40 remove query: { updated_at: { $lte: new Date(1266597220704) } } 134ms
Fri Feb 19 14:33:41 cpu: elapsed:4006 writelock: 90%
Fri Feb 19 14:33:45 cpu: elapsed:4004 writelock: 30%
Fri Feb 19 14:33:46 update mydb.posts query: { _id: ObjId(4b7ee799eaf5e304a30000af) } 767ms
Fri Feb 19 14:33:47 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "4b77fb23a5e95306ae45d61ed083b2077daa9b2fdc0a7066b41b2c424456b0d7" } nreturned:0 1559ms
Fri Feb 19 14:33:48 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "56297291da1ade31fda1c47db9e56310c569d43373e8f85216d447c899a5cc94" } nreturned:0 419ms
Fri Feb 19 14:33:48 update mydb.users query: { _id: ObjId(4b784014eaf5e314c1000052) } 240ms
Fri Feb 19 14:33:50 cpu: elapsed:4006 writelock: 37%
Fri Feb 19 14:33:50 query query mydb.users ntoreturn:1 reslen:2153 nscanned:1 { twitter_user_id: 20775384 } nreturned:1 937ms
Fri Feb 19 14:33:51 query query mydb.posts ntoreturn:0 reslen:8758 nscanned:11 { user_id: ObjId(4b7727e8eaf5e36555003fd5) } nreturned:11 114ms
Fri Feb 19 14:33:52 query query mydb.posts ntoreturn:0 reslen:11038 nscanned:13 { user_id: ObjId(4b7621eceaf5e3f9ad001b76) } nreturned:13 116ms
Fri Feb 19 14:33:54 cpu: elapsed:4005 writelock: 34%
Fri Feb 19 14:33:54 query query mydb.users ntoreturn:1 reslen:3229 nscanned:1 { twitter_user_id: 15125065 } nreturned:1 450ms
Fri Feb 19 14:33:55 query query mydb.posts ntoreturn:1 reslen:919 nscanned:1 { image.source_hash: "92f621a7c81665d35192253ae5a72cfcee19c0863cdb649363eb7cdf355fe9e1" } nreturned:1 1045ms
Fri Feb 19 14:33:55 query query mydb.posts ntoreturn:0 reslen:14213 nscanned:17 { user_id: ObjId(4b77acdbeaf5e34ec7008406) } nreturned:17 172ms
Fri Feb 19 14:33:55 query query mydb.posts ntoreturn:0 reslen:11585 nscanned:14 { user_id: ObjId(4b7720beeaf5e36567003610) } nreturned:14 160ms
Fri Feb 19 14:33:55 remove query: { updated_at: { $lte: new Date(1266597235359) } } 204ms
Fri Feb 19 14:33:55 remove query: { updated_at: { $lte: new Date(1266597235587) } } 191ms
Fri Feb 19 14:33:55 remove query: { updated_at: { $lte: new Date(1266597235553) } } 279ms
Fri Feb 19 14:33:55 remove query: { updated_at: { $lte: new Date(1266597235489) } } 278ms
Fri Feb 19 14:33:55 remove query: { updated_at: { $lte: new Date(1266597235585) } } 119ms
Fri Feb 19 14:33:55 remove query: { updated_at: { $lte: new Date(1266597235585) } } 106ms
Fri Feb 19 14:33:57 query query mydb.posts ntoreturn:0 reslen:31273 nscanned:36 { user_id: ObjId(4b76ef9deaf5e38d460000b2) } nreturned:36 179ms
Fri Feb 19 14:33:58 cpu: elapsed:4004 writelock: 24%
Fri Feb 19 14:33:58 query query mydb.posts ntoreturn:0 reslen:89084 nscanned:101 { user_id: ObjId(4b76133aeaf5e3f9b6000470) } nreturned:101 418ms
Fri Feb 19 14:33:59 getmore mydb.posts cid:5062341551053136873 ntoreturn:0 query: { user_id: ObjId(4b76133aeaf5e3f9b6000470) } bytes:31739 nreturned:36 149ms
Fri Feb 19 14:34:00 update mydb.users query: { _id: ObjId(4b772874eaf5e36563003f75) } 361ms
Fri Feb 19 14:34:01 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "9a0865c0c458aadaf5068e1614e90bba5e655a74d44fe9d0124b4c2bed778efb" } nreturned:0 446ms
Fri Feb 19 14:34:01 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "b1cf24dcc2997188d08d26cb83facc77ffaaff77bd43c0ccbe428e200e7ccede" } nreturned:0 1155ms
Fri Feb 19 14:34:02 cpu: elapsed:4005 writelock: 30%
Fri Feb 19 14:34:02 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "755a57c2517ef713224b3b30f35ecc1ba8aae2ee7a25375dfaa8401bea58cd29" } nreturned:0 192ms
Fri Feb 19 14:34:02 query query mydb.users ntoreturn:1 reslen:2209 nscanned:1 { twitter_user_id: 52052108 } nreturned:1 176ms
Fri Feb 19 14:34:02 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "c2da909e9cac24a39974f34a0624e7e7c97b802b262d5e1788e3e1795f07fd11" } nreturned:0 233ms
Fri Feb 19 14:34:02 query query mydb.posts ntoreturn:0 reslen:1666 nscanned:2 { user_id: ObjId(4b77e335eaf5e34eb600e213) } nreturned:2 352ms
Fri Feb 19 14:34:02 remove query: { updated_at: { $lte: new Date(1266597240719) } } 116ms
Fri Feb 19 14:34:02 remove query: { updated_at: { $lte: new Date(1266597240345) } } 129ms
Fri Feb 19 14:34:02 remove query: { updated_at: { $lte: new Date(1266597242724) } } 123ms
Fri Feb 19 14:34:03 remove query: { updated_at: { $lte: new Date(1266597242724) } } 198ms
Fri Feb 19 14:34:03 remove query: { updated_at: { $lte: new Date(1266597242681) } } 250ms
Fri Feb 19 14:34:03 remove query: { updated_at: { $lte: new Date(1266597242681) } } 289ms
Fri Feb 19 14:34:03 remove query: { updated_at: { $lte: new Date(1266597242834) } } 102ms
Fri Feb 19 14:34:03 query query mydb.posts ntoreturn:0 reslen:10999 nscanned:13 { user_id: ObjId(4b770b18eaf5e36567001172) } nreturned:13 130ms
Fri Feb 19 14:34:03 remove query: { updated_at: { $lte: new Date(1266597243194) } } 178ms
Fri Feb 19 14:34:03 query query mydb.posts ntoreturn:0 reslen:16619 nscanned:19 { user_id: ObjId(4b76fe78eaf5e3655b000026) } nreturned:19 124ms
Fri Feb 19 14:34:06 cpu: elapsed:4003 writelock: 30%
Fri Feb 19 14:34:07 query query mydb.posts ntoreturn:0 reslen:36 nscanned:0 { user_id: ObjId(4b7e09ebeaf5e35a20003026) } nreturned:0 484ms
Fri Feb 19 14:34:08 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "f79406cad3f0dde2d4181b48fe88aea187af6d5e04d27a26e8f69d205afd2d59" } nreturned:0 483ms
Fri Feb 19 14:34:08 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "4ade640da31ff4510d53c89adc629829f21808be913f5df00c6be52e4b41990c" } nreturned:0 828ms
Fri Feb 19 14:34:08 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "019c952a862c568d5a7744558c666a412b40d87f5092ffdfa083eafb132b5d62" } nreturned:0 148ms
Fri Feb 19 14:34:09 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "f9d00a72fe6de959c19e60506e47b41beca9c3c1ab18613c7852842ed4c6310c" } nreturned:0 661ms
Fri Feb 19 14:34:09 update mydb.uids query: { _id: ObjId(4b7602b5c563d82c75586c9f) } 555ms
dbeval slow, time: 555ms mydb.$cmd
Fri Feb 19 14:34:09 query query mydb.$cmd ntoreturn:1 reslen:69 nscanned:0 { $eval: CodeWScope( function() {
var p = db.uids.findOne({ collection_name: 'posts' });
p = p || { collection_name: 'posts', sequence_num: 0, '_type': 'Uid' };
p.sequence_num++;
db.uids.save(p);
return p.sequence_num;
}
, {}), args: {} } nreturned:1 555ms
Fri Feb 19 14:34:10 cpu: elapsed:4005 writelock: 24%
Fri Feb 19 14:34:14 cpu: elapsed:4012 writelock: 0%
Fri Feb 19 14:34:15 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "3561a13974666227d28cb29193d494a8deaa1772e122a35edffeb3a0b85defc2" } nreturned:0 5080ms
Fri Feb 19 14:34:18 cpu: elapsed:4016 writelock: 0%
Fri Feb 19 14:34:18 update mydb.uids query: { _id: ObjId(4b7602b5c563d82c75586c9f) } 3635ms
dbeval slow, time: 3636ms mydb.$cmd
Fri Feb 19 14:34:18 function() {
var p = db.uids.findOne({ collection_name: 'posts' });
p = p || { collection_name: 'posts', sequence_num: 0, '_type': 'Uid' };
p.sequence_num++;
db.uids.save(p);
return p.sequence_num;
}
Fri Feb 19 14:34:18 query query mydb.$cmd ntoreturn:1 reslen:69 nscanned:0 { $eval: CodeWScope( function() {
var p = db.uids.findOne({ collection_name: 'posts' });
p = p || { collection_name: 'posts', sequence_num: 0, '_type': 'Uid' };
p.sequence_num++;
db.uids.save(p);
return p.sequence_num;
}
, {}), args: {} } nreturned:1 3636ms
Fri Feb 19 14:34:18 update mydb.uids query: { _id: ObjId(4b7602b5c563d82c75586c9f) } 157ms
dbeval slow, time: 157ms mydb.$cmd
Fri Feb 19 14:34:18 query query mydb.$cmd ntoreturn:1 reslen:69 nscanned:0 { $eval: CodeWScope( function() {
var p = db.uids.findOne({ collection_name: 'posts' });
p = p || { collection_name: 'posts', sequence_num: 0, '_type': 'Uid' };
p.sequence_num++;
db.uids.save(p);
return p.sequence_num;
}
, {}), args: {} } nreturned:1 160ms
Fri Feb 19 14:34:19 remove query: { updated_at: { $lte: new Date(1266597259169) } } 173ms
Fri Feb 19 14:34:22 cpu: elapsed:4005 writelock: 123%
Fri Feb 19 14:34:24 query query mydb.users ntoreturn:1 reslen:1471 nscanned:1 { twitter_user_id: 50956551 } nreturned:1 806ms
Fri Feb 19 14:34:25 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "376f3bb5d507175ed88f215cfff2d9d1f80426e54177714945e2aa1b9e01303e" } nreturned:0 512ms
Fri Feb 19 14:34:25 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "918d22bf26f326aa3d6d147c3f2e64933803c46ff35ef477e628c5fa2ccf484d" } nreturned:0 647ms
Fri Feb 19 14:34:25 query query mydb.posts ntoreturn:0 reslen:845 nscanned:1 { user_id: ObjId(4b7d5f93eaf5e36fcc000657) } nreturned:1 127ms
Fri Feb 19 14:34:25 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "12404d9a695f8a833d19b652852f72ce4e50dbbcb6b99eff8669bd37193dee28" } nreturned:0 232ms
Fri Feb 19 14:34:25 update mydb.posts query: { _id: ObjId(4b7ee7bfeaf5e304a1000085) } 205ms
Fri Feb 19 14:34:26 cpu: elapsed:4004 writelock: 22%
Fri Feb 19 14:34:26 update mydb.posts query: { _id: ObjId(4b7ee7bfeaf5e304a000010b) } 398ms
Fri Feb 19 14:34:26 remove query: { updated_at: { $lte: new Date(1266597265859) } } 104ms
Fri Feb 19 14:34:26 query query mydb.comments ntoreturn:0 reslen:1832 nscanned:5 { post_id: ObjId(4b779c3ceaf5e34ec4006f17) } nreturned:5 101ms
Fri Feb 19 14:34:27 query query mydb.posts ntoreturn:0 reslen:16089 nscanned:19 { user_id: ObjId(4b775361eaf5e34ec200176e) } nreturned:19 205ms
Fri Feb 19 14:34:27 remove query: { updated_at: { $lte: new Date(1266597267406) } } 206ms
Fri Feb 19 14:34:28 query query mydb.posts ntoreturn:0 reslen:38683 nscanned:43 { user_id: ObjId(4b763d36eaf5e3f9ac004eb6) } nreturned:43 219ms
Fri Feb 19 14:34:30 cpu: elapsed:4004 writelock: 34%
Fri Feb 19 14:34:31 update mydb.posts query: { _id: ObjId(4b7ee7c6eaf5e304a30000e1) } 184ms
Fri Feb 19 14:34:31 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "f94bee0825527cb00b2abbc0d2f40a43c41d34a467ff802acf2865bcee598003" } nreturned:0 418ms
Fri Feb 19 14:34:32 update mydb.posts query: { _id: ObjId(4b7ee7c6eaf5e304a6000110) } 787ms
Fri Feb 19 14:34:32 update mydb.posts query: { _id: ObjId(4b7ee7c6eaf5e3049f000107) } 189ms
Fri Feb 19 14:34:34 cpu: elapsed:4006 writelock: 41%
Fri Feb 19 14:34:34 query query mydb.users ntoreturn:1 reslen:3343 nscanned:1 { twitter_user_id: 65180828 } nreturned:1 1473ms
Fri Feb 19 14:34:34 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "e6e9b6897241c917921c206115da1a6aa26103dca7379cc1f4d0ea4347103fb9" } nreturned:0 620ms
Fri Feb 19 14:34:35 query query mydb.posts ntoreturn:0 reslen:20375 nscanned:23 { user_id: ObjId(4b76189ceaf5e3f9b6000a68) } nreturned:23 121ms
Fri Feb 19 14:34:36 query query mydb.posts ntoreturn:0 reslen:23708 nscanned:29 { user_id: ObjId(4b7af5aceaf5e304a70005c3) } nreturned:29 131ms
Fri Feb 19 14:34:36 query query mydb.posts ntoreturn:0 reslen:19372 nscanned:23 { user_id: ObjId(4b771b56eaf5e36559002c30) } nreturned:23 123ms
Fri Feb 19 14:34:38 cpu: elapsed:4005 writelock: 27%
Fri Feb 19 14:34:39 query query mydb.posts ntoreturn:0 reslen:17406 nscanned:22 { user_id: ObjId(4b7602f8eaf5e3782c00005e) } nreturned:22 150ms
Fri Feb 19 14:34:39 update mydb.comments query: { _id: ObjId(4b7d21a0eaf5e326d200a3db) } 120ms
Fri Feb 19 14:34:40 update mydb.posts query: { _id: ObjId(4b7ee7ceeaf5e304a2000045) } 111ms
Fri Feb 19 14:34:41 update mydb.users query: { _id: ObjId(4b7c7f9eeaf5e3097800062b) } 1130ms
Fri Feb 19 14:34:41 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "2920d6536f36f7063745d3003ec7a32b88d6ce85357469c90b0e64b78c48fa0a" } nreturned:0 104ms
Fri Feb 19 14:34:41 update mydb.posts query: { _id: ObjId(4b7ee7cfeaf5e3049b000106) } 526ms
Fri Feb 19 14:34:42 cpu: elapsed:4003 writelock: 60%
Fri Feb 19 14:34:42 remove query: { updated_at: { $lte: new Date(1266597281415) } } 224ms
Fri Feb 19 14:34:43 query query mydb.posts ntoreturn:0 reslen:28933 nscanned:33 { user_id: ObjId(4b762c69eaf5e3f9ab002964) } nreturned:33 129ms
Fri Feb 19 14:34:46 cpu: elapsed:4003 writelock: 26%
Fri Feb 19 14:34:46 query query mydb.comments ntoreturn:0 reslen:34137 nscanned:101 { post_id: ObjId(4b760888eaf5e3e8c100074d) } nreturned:101 121ms
Fri Feb 19 14:34:47 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "4f90d4d1f7efeea0f22c5498c828deed115620fda2fa0df3a6b09412f1c839fb" } nreturned:0 339ms
Fri Feb 19 14:34:47 update mydb.posts query: { _id: ObjId(4b7ee7d6eaf5e304a3000100) } 334ms
Fri Feb 19 14:34:48 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "0575eb72e3ff53cb69d9aec86d588b6541ac09b50733689243953c6a220a7593" } nreturned:0 647ms
Fri Feb 19 14:34:50 cpu: elapsed:4004 writelock: 17%
Fri Feb 19 14:34:54 cpu: elapsed:4006 writelock: 0%
Fri Feb 19 14:34:54 update mydb.posts query: { _id: ObjId(4b7ee7d6eaf5e304a0000127) } 6288ms
Fri Feb 19 14:34:58 cpu: elapsed:4336 writelock: 150%
Fri Feb 19 14:35:00 update mydb.posts query: { _id: ObjId(4b7ee7d7eaf5e3049b000111) } 5232ms
Fri Feb 19 14:35:00 update mydb.posts query: { _id: ObjId(4b7ee7d8eaf5e304990000d4) } 146ms
Fri Feb 19 14:35:00 remove query: { updated_at: { $lte: new Date(1266597294630) } } 120ms
Fri Feb 19 14:35:00 remove query: { updated_at: { $lte: new Date(1266597288332) } } 5522ms
Fri Feb 19 14:35:00 query query mydb.posts ntoreturn:0 reslen:43618 nscanned:50 { user_id: ObjId(4b760457eaf5e3783000034b) } nreturned:50 333ms
Fri Feb 19 14:35:02 cpu: elapsed:4006 writelock: 151%
Fri Feb 19 14:35:05 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "397a8c249f71912a14cf3d566d764a5734508f1facc044539bf32d0617b33181" } nreturned:0 134ms
Fri Feb 19 14:35:05 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "b73f85c7f145a46f988453a7a0da08d775f0fcf29acc56696e7415b593e8bd68" } nreturned:0 229ms
Fri Feb 19 14:35:06 cpu: elapsed:4002 writelock: 19%
Fri Feb 19 14:35:07 update mydb.posts query: { _id: ObjId(4b7ee7e9eaf5e304a500013d) } 2094ms
Fri Feb 19 14:35:08 query query mydb.posts ntoreturn:0 reslen:12760 nscanned:15 { user_id: ObjId(4b7763e3eaf5e34eb6002afd) } nreturned:15 123ms
Fri Feb 19 14:35:08 remove query: { updated_at: { $lte: new Date(1266597307703) } } 352ms
Fri Feb 19 14:35:10 cpu: elapsed:4002 writelock: 76%
Fri Feb 19 14:35:11 query query mydb.posts ntoreturn:0 reslen:13542 nscanned:16 { user_id: ObjId(4b7a794deaf5e303da002dc8) } nreturned:16 104ms
Fri Feb 19 14:35:11 query query mydb.posts ntoreturn:0 reslen:22349 nscanned:27 { user_id: ObjId(4b7d1436eaf5e326c9008e42) } nreturned:27 121ms
Fri Feb 19 14:35:12 query query mydb.users ntoreturn:1 reslen:2302 nscanned:1 { twitter_user_id: 15393649 } nreturned:1 262ms
Fri Feb 19 14:35:13 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "4708f81d4ca562566b7303c2cb7ecff0c3a3153cf1a67346af0e0f79fd562d32" } nreturned:0 1109ms
Fri Feb 19 14:35:14 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "d38d59538539f1f683e66aa64273c9e97fa9684562ecea5d16c5beba5571ed01" } nreturned:0 1568ms
Fri Feb 19 14:35:14 cpu: elapsed:4004 writelock: 13%
Fri Feb 19 14:35:14 update mydb.posts query: { _id: ObjId(4b7ee7f0eaf5e304a6000140) } 366ms
Fri Feb 19 14:35:15 remove query: { updated_at: { $lte: new Date(1266597314845) } } 175ms
Fri Feb 19 14:35:15 remove query: { updated_at: { $lte: new Date(1266597314867) } } 126ms
Fri Feb 19 14:35:18 cpu: elapsed:4004 writelock: 31%
Fri Feb 19 14:35:21 query query mydb.posts ntoreturn:0 reslen:23580 nscanned:28 { user_id: ObjId(4b788b9beaf5e334df004387) } nreturned:28 1904ms
Fri Feb 19 14:35:22 cpu: elapsed:4005 writelock: 13%
Fri Feb 19 14:35:26 cpu: elapsed:4009 writelock: 0%
Fri Feb 19 14:35:27 update mydb.posts query: { _id: ObjId(4b7ee7f7eaf5e30498000117) } 5430ms
Fri Feb 19 14:35:28 query query mydb.posts ntoreturn:0 reslen:18358 nscanned:21 { user_id: ObjId(4b770867eaf5e3655c000e73) } nreturned:21 110ms
Fri Feb 19 14:35:30 cpu: elapsed:4003 writelock: 160%
Fri Feb 19 14:35:31 update mydb.comments query: { _id: ObjId(4b7aa09deaf5e303db00482d) } 723ms
Fri Feb 19 14:35:34 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "d2e97256aae155d5ef03e93f89b3833a33f482949b3f454fc5e357189de67c98" } nreturned:0 2700ms
Fri Feb 19 14:35:34 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "348150f06fac96a4f742f17380e40da68d356d6ec35a6417b3eaac874edb0567" } nreturned:0 2948ms
Fri Feb 19 14:35:34 cpu: elapsed:4009 writelock: 19%
Fri Feb 19 14:35:34 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "0476c8b52af99183c23a7c4a384e913402785f8b57bbbeff547b1e7903808ac8" } nreturned:0 209ms
Fri Feb 19 14:35:35 update mydb.posts query: { _id: ObjId(4b7621a3eaf5e3f9ad001b06) } 1290ms
Fri Feb 19 14:35:36 update mydb.posts query: { _id: ObjId(4b7ee801eaf5e304a0000164) } 159ms
Fri Feb 19 14:35:36 update mydb.posts query: { _id: ObjId(4b7ee802eaf5e304a600015a) } 324ms
Fri Feb 19 14:35:36 remove query: { updated_at: { $lte: new Date(1266597334142) } } 667ms
Fri Feb 19 14:35:36 remove query: { updated_at: { $lte: new Date(1266597336409) } } 102ms
Fri Feb 19 14:35:36 remove query: { updated_at: { $lte: new Date(1266597336488) } } 216ms
Fri Feb 19 14:35:36 remove query: { updated_at: { $lte: new Date(1266597336039) } } 243ms
Fri Feb 19 14:35:38 cpu: elapsed:4006 writelock: 65%
Fri Feb 19 14:35:40 query query mydb.posts ntoreturn:0 reslen:16335 nscanned:19 { user_id: ObjId(4b76363ceaf5e3f9b700445f) } nreturned:19 101ms
Fri Feb 19 14:35:42 update mydb.posts query: { _id: ObjId(4b7ee80ceaf5e304a300013a) } 1166ms
Fri Feb 19 14:35:42 cpu: elapsed:4005 writelock: 53%
Fri Feb 19 14:35:43 update mydb.posts query: { _id: ObjId(4b7ee80ceaf5e3049f000169) } 1486ms
Fri Feb 19 14:35:44 query query mydb.posts ntoreturn:0 reslen:15384 nscanned:17 { user_id: ObjId(4b761f6beaf5e3f9b300180a) } nreturned:17 151ms
Fri Feb 19 14:35:46 cpu: elapsed:4004 writelock: 60%
Fri Feb 19 14:35:48 update mydb.posts query: { _id: ObjId(4b7ee814eaf5e3049b000161) } 302ms
Fri Feb 19 14:35:49 query query mydb.posts ntoreturn:1 reslen:945 nscanned:1 { image.source_hash: "93e9290294b5104a5c9f2e41c3d87a5e7c0c7d8b6f18fcbf3b55bfd4caa14cdd" } nreturned:1 952ms
Fri Feb 19 14:35:50 cpu: elapsed:4004 writelock: 26%
Fri Feb 19 14:35:50 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "1b1504d5ab9b15f2459291f62ce152e4664e1a5d692151c9ec4bec2ca20e10be" } nreturned:0 782ms
Fri Feb 19 14:35:51 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "12d74dad4979792af362072958851b1f08bd2b51cb61512881897a0068ab2844" } nreturned:0 1166ms
Fri Feb 19 14:35:51 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "2f35ceb49c0dec0dfa4d4608142e96ef7233df1072c4844a323039b5abe14b8d" } nreturned:0 1252ms
Fri Feb 19 14:35:51 update mydb.comments query: { _id: ObjId(4b7ee814eaf5e3049a0000b5) } 270ms
Fri Feb 19 14:35:54 cpu: elapsed:4007 writelock: 20%
Fri Feb 19 14:35:58 cpu: elapsed:4009 writelock: 0%
Fri Feb 19 14:35:59 query query mydb.posts ntoreturn:0 reslen:2663 nscanned:3 { user_id: ObjId(4b786640eaf5e334e0001cd9) } nreturned:3 6596ms
Fri Feb 19 14:35:59 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "90dadfb2617add33f1cb1518992fe215a773c5e0a26c955cd1dbea6be18af978" } nreturned:0 122ms
Fri Feb 19 14:35:59 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "4519bdadd25f71728ab6de95b64c427abe6a2beb6b18d1b3500cea79e97a15e1" } nreturned:0 259ms
Fri Feb 19 14:36:00 query query mydb.posts ntoreturn:0 reslen:25566 nscanned:28 { user_id: ObjId(4b771a8beaf5e36559002b0d) } nreturned:28 149ms
Fri Feb 19 14:36:01 query query mydb.posts ntoreturn:0 reslen:11643 nscanned:14 { user_id: ObjId(4b77653aeaf5e34eb9002ba2) } nreturned:14 148ms
Fri Feb 19 14:36:02 cpu: elapsed:4004 writelock: 24%
Fri Feb 19 14:36:05 update mydb.posts query: { _id: ObjId(4b7ee824eaf5e3049f000185) } 302ms
Fri Feb 19 14:36:05 update mydb.posts query: { _id: ObjId(4b7ee824eaf5e304a6000183) } 602ms
Fri Feb 19 14:36:06 update mydb.posts query: { _id: ObjId(4b7ee824eaf5e304a5000175) } 338ms
Fri Feb 19 14:36:06 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "0b037370e62ced37c09b9b76e50209a8427b0cbe669b5b60441ba90a0c49b789" } nreturned:0 416ms
Fri Feb 19 14:36:06 cpu: elapsed:4005 writelock: 49%
Fri Feb 19 14:36:06 update mydb.users query: { _id: ObjId(4b7ab282eaf5e35021000411) } 308ms
Fri Feb 19 14:36:10 cpu: elapsed:4008 writelock: 10%
Fri Feb 19 14:36:10 update mydb.posts query: { _id: ObjId(4b7ee827eaf5e304a6000186) } 3385ms
Fri Feb 19 14:36:12 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "b1748ab0227ec576fb84ac68c63d8227c71f9130cda42fe0badbc359ee686209" } nreturned:0 1606ms
Fri Feb 19 14:36:12 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "3b9506fb8b45dba8cc597ff9690a4c150d763f92cf73ae2b0797f87c6d18faaf" } nreturned:0 1985ms
Fri Feb 19 14:36:13 update mydb.posts query: { _id: ObjId(4b7ee827eaf5e30499000139) } 201ms
Fri Feb 19 14:36:13 query query mydb.posts ntoreturn:0 reslen:14734 nscanned:17 { user_id: ObjId(4b774d93eaf5e34ec200136b) } nreturned:17 125ms
Fri Feb 19 14:36:13 remove query: { updated_at: { $lte: new Date(1266597373492) } } 102ms
Fri Feb 19 14:36:14 remove query: { updated_at: { $lte: new Date(1266597373812) } } 142ms
Fri Feb 19 14:36:14 cpu: elapsed:4004 writelock: 100%
Fri Feb 19 14:36:18 cpu: elapsed:4003 writelock: 20%
Fri Feb 19 14:36:19 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "59ec237243d4057449d60d5032608f555e777a1c9f1b91a7fbfd7e9f5d22671a" } nreturned:0 1410ms
Fri Feb 19 14:36:20 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "c8e09412dd4118c81d3d0dbf63004df06400e7f3be08aff4ff50b671854b65c8" } nreturned:0 509ms
Fri Feb 19 14:36:20 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "591b04bafa58993a763d5797363995f94635cf664632ebcdc44288be38e955c4" } nreturned:0 664ms
Fri Feb 19 14:36:20 remove query: { updated_at: { $lte: new Date(1266597380357) } } 127ms
Fri Feb 19 14:36:20 remove query: { updated_at: { $lte: new Date(1266597380689) } } 180ms
Fri Feb 19 14:36:22 User Exception 11000:E11000 duplicate key error index: mydb.posts.$image.source_hash_1 dup key: { : "ae47eb02f3dc3b23be4a32207088a6a32257a4ff405065ac61e9a06ef2172a3c" }
Fri Feb 19 14:36:22 Caught Assertion in update , continuing
Fri Feb 19 14:36:22 update mydb.posts query: { _id: ObjId(4b7ee835eaf5e304a60001a3) } exception userassert:E11000 duplicate key error index: mydb.posts.$image.source_hash_1 dup key: { : "ae47eb02f3dc3b23be4a32207088a6a32257a4ff405065ac61e9a06ef2172a3c" } 13ms
Fri Feb 19 14:36:22 cpu: elapsed:4005 writelock: 21%
Fri Feb 19 14:36:24 query query mydb.posts ntoreturn:0 reslen:18280 nscanned:22 { user_id: ObjId(4b77a37beaf5e34eb600763f) } nreturned:22 110ms
Fri Feb 19 14:36:25 update mydb.posts query: { _id: ObjId(4b7ee838eaf5e304a20000d8) } 881ms
Fri Feb 19 14:36:26 cpu: elapsed:4005 writelock: 41%
Fri Feb 19 14:36:27 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "7bcff8bc1cd866b1ff16c4e9b1c055726cb0023a58c8fc94a8461c1fc8cfe83e" } nreturned:0 1901ms
Fri Feb 19 14:36:29 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "61272b11a699f8cec402a3f377e2b2f9192d1b955caf5e6b55b7d60aab6d5dad" } nreturned:0 1464ms
Fri Feb 19 14:36:29 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "96836ebe8a70ef7be992bf2e536525c4340d840c546fc55be56e50c82f074b7e" } nreturned:0 1593ms
Fri Feb 19 14:36:30 cpu: elapsed:4008 writelock: 0%
Fri Feb 19 14:36:31 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "2f4a5cadd49cbeb5905a049904081bc1675878def97cc482d1ec44eb51d08dd0" } nreturned:0 3263ms
Fri Feb 19 14:36:31 update mydb.users query: { _id: ObjId(4b77a37beaf5e34eb600763f) } 153ms
Fri Feb 19 14:36:31 remove query: { updated_at: { $lte: new Date(1266597391409) } } 110ms
Fri Feb 19 14:36:32 update mydb.posts query: { _id: ObjId(4b7ee83feaf5e304a3000173) } 1173ms
Fri Feb 19 14:36:32 remove query: { updated_at: { $lte: new Date(1266597391611) } } 1282ms
Fri Feb 19 14:36:33 remove query: { updated_at: { $lte: new Date(1266597392839) } } 115ms
Fri Feb 19 14:36:33 remove query: { updated_at: { $lte: new Date(1266597393062) } } 145ms
Fri Feb 19 14:36:33 remove query: { updated_at: { $lte: new Date(1266597393147) } } 191ms
Fri Feb 19 14:36:33 query query mydb.posts ntoreturn:0 reslen:15100 nscanned:17 { user_id: ObjId(4b77035deaf5e3656300056c) } nreturned:17 127ms
Fri Feb 19 14:36:34 cpu: elapsed:4006 writelock: 50%
Fri Feb 19 14:36:37 query query mydb.posts ntoreturn:0 reslen:14913 nscanned:15 { user_id: ObjId(4b77a1d9eaf5e34ebc006fba) } nreturned:15 1455ms
Fri Feb 19 14:36:37 update mydb.comments query: { _id: ObjId(4b77a77eeaf5e34ebb0075fd) } 121ms
Fri Feb 19 14:36:38 update mydb.posts query: { _id: ObjId(4b7ee843eaf5e304a60001b6) } 162ms
Fri Feb 19 14:36:38 cpu: elapsed:4004 writelock: 21%
Fri Feb 19 14:36:38 query query mydb.posts ntoreturn:0 reslen:40994 nscanned:49 { user_id: ObjId(4b7a53daeaf5e303eb001925) } nreturned:49 221ms
Fri Feb 19 14:36:39 query query mydb.posts ntoreturn:0 reslen:27393 nscanned:34 { user_id: ObjId(4b762ab8eaf5e3f9ac002919) } nreturned:34 214ms
Fri Feb 19 14:36:42 cpu: elapsed:4003 writelock: 33%
Fri Feb 19 14:36:46 cpu: elapsed:4007 writelock: 1%
Fri Feb 19 14:36:50 cpu: elapsed:4017 writelock: 0%
Fri Feb 19 14:36:50 query query mydb.posts ntoreturn:0 reslen:18525 nscanned:21 { user_id: ObjId(4b760369eaf5e3782a00012f) } nreturned:21 7420ms
Fri Feb 19 14:36:51 query query mydb.posts ntoreturn:0 reslen:10508 nscanned:13 { user_id: ObjId(4b762882eaf5e3f9b600260e) } nreturned:13 113ms
Fri Feb 19 14:36:54 cpu: elapsed:4004 writelock: 29%
Fri Feb 19 14:36:57 query query mydb.posts ntoreturn:0 reslen:14888 nscanned:18 { user_id: ObjId(4b76135ceaf5e3f9ad00034c) } nreturned:18 2119ms
Fri Feb 19 14:36:58 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "70e1d193c82075c146a92f9a1ad9737df5c9ae96e4e161bef7b91af41c8675f5" } nreturned:0 527ms
Fri Feb 19 14:36:58 remove query: { updated_at: { $lte: new Date(1266597418274) } } 102ms
Fri Feb 19 14:36:58 cpu: elapsed:4013 writelock: 10%
Fri Feb 19 14:36:59 update mydb.comments query: { _id: ObjId(4b7dfc56eaf5e35a1c001506) } 1017ms
Fri Feb 19 14:37:01 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "30d0d040e33fbf881a3b343e66248e14503856eef18df956e02a5a92cceeecc9" } nreturned:0 2112ms
Fri Feb 19 14:37:02 cpu: elapsed:4023 writelock: 27%
Fri Feb 19 14:37:04 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "3753b32ebc0f99e7f7a9d8778270dd219684db29dc5ba3e1baeace4b39a7d9ff" } nreturned:0 4362ms
Fri Feb 19 14:37:05 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "947fe4abe80296da2649839dc6b4081c4dfb06944a2ae85cc820dcc9afa09d9e" } nreturned:0 1159ms
Fri Feb 19 14:37:06 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "fd1d372e7b5d117054a93c112c93f8dc78471b7a6c63f39ad2d86d5557da6d51" } nreturned:0 1859ms
Fri Feb 19 14:37:06 cpu: elapsed:4015 writelock: 0%
Fri Feb 19 14:37:07 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "f4f6b3ebef0ec5065b88cfee6d191e5f216d6592133f4c79d3b1037c9fefe69f" } nreturned:0 3461ms
Fri Feb 19 14:37:07 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "47c7ef6e90f3397ca4454251776bb869ab7593fd61a1450a50cc17a4c85fe163" } nreturned:0 3493ms
Fri Feb 19 14:37:11 cpu: elapsed:4799 writelock: 24%
Fri Feb 19 14:37:12 query query mydb.users ntoreturn:1 reslen:2417 nscanned:1 { twitter_user_id: 23591084 } nreturned:1 206ms
Fri Feb 19 14:37:14 query query mydb.posts ntoreturn:0 reslen:1869 nscanned:2 { user_id: ObjId(4b7e542ceaf5e35a2200f21d) } nreturned:2 1174ms
Fri Feb 19 14:37:14 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "4caec0a669a5d26d4e65f37fcf3065a54870f3faa6f99f17b866d7b1be85215d" } nreturned:0 739ms
Fri Feb 19 14:37:15 update mydb.comments query: { _id: ObjId(4b7ee86aeaf5e3049f0001af) } 313ms
Fri Feb 19 14:37:15 update mydb.posts query: { _id: ObjId(4b7ee868eaf5e3049c0000f1) } 150ms
Fri Feb 19 14:37:15 cpu: elapsed:4008 writelock: 22%
Fri Feb 19 14:37:15 remove query: { updated_at: { $lte: new Date(1266597435355) } } 123ms
Fri Feb 19 14:37:15 remove query: { updated_at: { $lte: new Date(1266597435316) } } 101ms
Fri Feb 19 14:37:15 query query mydb.posts ntoreturn:0 reslen:9118 nscanned:11 { user_id: ObjId(4b762879eaf5e3f9ae002738) } nreturned:11 118ms
Fri Feb 19 14:37:15 remove query: { updated_at: { $lte: new Date(1266597435483) } } 164ms
Fri Feb 19 14:37:15 remove query: { updated_at: { $lte: new Date(1266597435432) } } 151ms
Fri Feb 19 14:37:15 remove query: { updated_at: { $lte: new Date(1266597435371) } } 329ms
Fri Feb 19 14:37:15 remove query: { updated_at: { $lte: new Date(1266597435386) } } 286ms
Fri Feb 19 14:37:15 remove query: { updated_at: { $lte: new Date(1266597435542) } } 145ms
Fri Feb 19 14:37:16 query query mydb.posts ntoreturn:0 reslen:10088 nscanned:12 { user_id: ObjId(4b763d15eaf5e3f9af004b1e) } nreturned:12 157ms
Fri Feb 19 14:37:17 query query mydb.posts ntoreturn:0 reslen:26505 nscanned:32 { user_id: ObjId(4b76fdebeaf5e3dd580006df) } nreturned:32 131ms
Fri Feb 19 14:37:18 query query mydb.posts ntoreturn:0 reslen:39784 nscanned:43 { user_id: ObjId(4b761645eaf5e3f9b4000748) } nreturned:43 207ms
Fri Feb 19 14:37:19 remove query: { updated_at: { $lte: new Date(1266597438901) } } 101ms
Fri Feb 19 14:37:19 cpu: elapsed:4005 writelock: 18%
Fri Feb 19 14:37:20 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "50a3fa290ce15d58d4b8b83ebc69005f7451eb18e450b6a2e36237dbcade5234" } nreturned:0 206ms
Fri Feb 19 14:37:20 update mydb.posts query: { _id: ObjId(4b7ee86feaf5e3049d0001cf) } 559ms
Fri Feb 19 14:37:21 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "902ff2bbabd87141b9a7f7ffd319f96a14902eb8fa2c6aa176006350a6d400df" } nreturned:0 731ms
Fri Feb 19 14:37:22 query query mydb.posts ntoreturn:0 reslen:2493 nscanned:3 { user_id: ObjId(4b76049feaf5e3782f00039a) } nreturned:3 338ms
Fri Feb 19 14:37:23 cpu: elapsed:4006 writelock: 27%
Fri Feb 19 14:37:27 cpu: elapsed:4002 writelock: 25%
Fri Feb 19 14:37:27 query query mydb.users ntoreturn:1 reslen:3429 nscanned:1 { twitter_user_id: 110155724 } nreturned:1 597ms
Fri Feb 19 14:37:29 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "46c7dde78ebe098b9609653435b2b4208e5165af3123dd37ed0c2bca555588e2" } nreturned:0 1744ms
Fri Feb 19 14:37:29 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "f87cc565cbe82470f9244b04cefb07ff899d9530a669237cf0d78281500c21f8" } nreturned:0 350ms
Fri Feb 19 14:37:31 cpu: elapsed:4009 writelock: 15%
Fri Feb 19 14:37:35 update mydb.users query: { _id: ObjId(4b7674f4eaf5e3f9b900cb4d) } 158ms
Fri Feb 19 14:37:35 cpu: elapsed:4003 writelock: 25%
Fri Feb 19 14:37:35 query query mydb.posts ntoreturn:1 reslen:890 nscanned:1 { image.source_hash: "010955ab4b93e79910282b2e427d29313f8e466d9aa648f8aa71799f0c65e933" } nreturned:1 725ms
Fri Feb 19 14:37:37 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "6b4d81b04f673f3344edecc2d64bb49b741e3fccb19615f95b8fcd32f86377b1" } nreturned:0 1382ms
Fri Feb 19 14:37:39 cpu: elapsed:4014 writelock: 0%
Fri Feb 19 14:37:42 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "63ae9952922206a8fd0634317b9a76bba62ac21825f0050a4bc9fb9a96610e63" } nreturned:0 5005ms
Fri Feb 19 14:37:42 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "9bd7fff0353511c7aa66d0b8e3faa39dd1aabe1487349cd62172316cb0c6021c" } nreturned:0 5350ms
Fri Feb 19 14:37:42 remove query: { updated_at: { $lte: new Date(1266597462797) } } 110ms
Fri Feb 19 14:37:43 cpu: elapsed:4009 writelock: 8%
Fri Feb 19 14:37:45 update mydb.users query: { _id: ObjId(4b7ee887eaf5e3049c000127) } 1573ms
Fri Feb 19 14:37:47 cpu: elapsed:4011 writelock: 39%
Fri Feb 19 14:37:48 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "06f92e9874ee0b51a3fbe78d72562567e0621dcc9d9741705f70029dbe9a04aa" } nreturned:0 2846ms
Fri Feb 19 14:37:48 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "9e5d863324a2ddd7a5c4961d9cb292b20d0b9db4d6b13bb357c66cdba8bcaa91" } nreturned:0 3479ms
Fri Feb 19 14:37:48 update mydb.posts query: { _id: ObjId(4b7ee887eaf5e3049a00011b) } 157ms
Fri Feb 19 14:37:49 remove query: { updated_at: { $lte: new Date(1266597468887) } } 145ms
Fri Feb 19 14:37:49 remove query: { updated_at: { $lte: new Date(1266597468887) } } 155ms
Fri Feb 19 14:37:49 remove query: { updated_at: { $lte: new Date(1266597468830) } } 175ms
Fri Feb 19 14:37:49 remove query: { updated_at: { $lte: new Date(1266597468887) } } 169ms
Fri Feb 19 14:37:49 remove query: { updated_at: { $lte: new Date(1266597468887) } } 152ms
Fri Feb 19 14:37:49 remove query: { updated_at: { $lte: new Date(1266597468887) } } 344ms
Fri Feb 19 14:37:49 query query mydb.posts ntoreturn:0 reslen:9073 nscanned:11 { user_id: ObjId(4b762a9eeaf5e3f9b7002bb6) } nreturned:11 157ms
Fri Feb 19 14:37:50 update mydb.users query: { _id: ObjId(4b7ee88deaf5e304980001c3) } 1181ms
Fri Feb 19 14:37:50 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "6e41536724a7e14c78600028a7a1bd5c48aafd8654fee1e08f062cef7d90ccc9" } nreturned:0 140ms
Fri Feb 19 14:37:51 cpu: elapsed:4007 writelock: 46%
Fri Feb 19 14:37:54 update mydb.users query: { _id: ObjId(4b7ee891eaf5e3049e000130) } 188ms
Fri Feb 19 14:37:54 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "1a9d3ec6e45e06bfca37277f9f3c2e0066aee7cd7ce95bf14ab971803ab7b0e6" } nreturned:0 564ms
Fri Feb 19 14:37:55 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "0816513cc2ccd278c1ddf407c4c5cc23c3682c2478526880c279ed7a8825e211" } nreturned:0 436ms
Fri Feb 19 14:37:55 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "670c5857948abb02df1a73aa87cc71496027710e20116a099a8a0ff146f94cda" } nreturned:0 319ms
Fri Feb 19 14:37:55 cpu: elapsed:4004 writelock: 20%
Fri Feb 19 14:37:59 query query mydb.posts ntoreturn:0 reslen:22799 nscanned:26 { user_id: ObjId(4b7706e3eaf5e3655e000c99) } nreturned:26 105ms
Fri Feb 19 14:37:59 cpu: elapsed:4003 writelock: 31%
Fri Feb 19 14:38:00 query query mydb.users ntoreturn:1 reslen:3346 nscanned:1 { twitter_user_id: 102479974 } nreturned:1 148ms
Fri Feb 19 14:38:02 update mydb.users query: { _id: ObjId(4b7ce651eaf5e326c5005eae) } 1603ms
Fri Feb 19 14:38:02 update mydb.posts query: { _id: ObjId(4b7ee897eaf5e304a0000236) } 338ms
Fri Feb 19 14:38:03 query query mydb.users ntoreturn:1 reslen:2145 nscanned:1 { twitter_user_id: 25633960 } nreturned:1 519ms
Fri Feb 19 14:38:03 remove query: { updated_at: { $lte: new Date(1266597480557) } } 521ms
Fri Feb 19 14:38:03 remove query: { updated_at: { $lte: new Date(1266597482160) } } 739ms
Fri Feb 19 14:38:03 cpu: elapsed:4007 writelock: 57%
Fri Feb 19 14:38:07 cpu: elapsed:4002 writelock: 27%
Fri Feb 19 14:38:08 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "4078b0b310515184384cba74e4b7858e04316eb8063430ef6f8ba75d3dfd8a5e" } nreturned:0 140ms
Fri Feb 19 14:38:08 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "a627d72151fc6a187ce65b270bcf1ec7f194c7a2913b1823042afd0a3fcbe542" } nreturned:0 352ms
Fri Feb 19 14:38:08 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "4d418fa5b341617a33ccc183366bfa118ce7f91131a7754c84d5986af7cd7bee" } nreturned:0 369ms
Fri Feb 19 14:38:11 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "986d4759fd2708ea29227b5ef6ad55ade23be2c4e1e81ea8f8fdadfd46c3c340" } nreturned:0 2302ms
Fri Feb 19 14:38:11 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "91dc107fc43489cc69dccc6ea3bd86c9f0c8a2b35bd14c6fe5518ed90b3a8c28" } nreturned:0 2316ms
Fri Feb 19 14:38:11 cpu: elapsed:4009 writelock: 7%
Fri Feb 19 14:38:12 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "86a59b417a78205a8ab77e3f780bb6e724b6c4b4f0b1abc4a4560ecd0e062381" } nreturned:0 3578ms
Fri Feb 19 14:38:15 cpu: elapsed:4011 writelock: 0%
Fri Feb 19 14:38:16 update mydb.posts query: { _id: ObjId(4b7ee89feaf5e304a30001f9) } 4505ms
Fri Feb 19 14:38:16 remove query: { updated_at: { $lte: new Date(1266597488781) } } 106ms
Fri Feb 19 14:38:18 query query mydb.posts ntoreturn:0 reslen:41652 nscanned:47 { user_id: ObjId(4b76255ceaf5e3f9b1002248) } nreturned:47 154ms
Fri Feb 19 14:38:18 remove query: { updated_at: { $lte: new Date(1266597498636) } } 156ms
Fri Feb 19 14:38:19 cpu: elapsed:4005 writelock: 136%
Fri Feb 19 14:38:20 query query mydb.posts ntoreturn:0 reslen:17385 nscanned:20 { user_id: ObjId(4b7666bbeaf5e3f9af00a31c) } nreturned:20 118ms
Fri Feb 19 14:38:21 query query mydb.posts ntoreturn:0 reslen:52346 nscanned:57 { user_id: ObjId(4b774e15eaf5e34ec000134e) } nreturned:57 167ms
Fri Feb 19 14:38:21 User Exception 11000:E11000 duplicate key error index: mydb.posts.$image.source_hash_1 dup key: { : "6f160bb6869d3b02c10cd08b61ee1bdf62ae70856539e92bdaefc7d2bc96c17f" }
Fri Feb 19 14:38:21 Caught Assertion in update , continuing
Fri Feb 19 14:38:21 update mydb.posts query: { _id: ObjId(4b7ee8aceaf5e304a200017c) } exception userassert:E11000 duplicate key error index: mydb.posts.$image.source_hash_1 dup key: { : "6f160bb6869d3b02c10cd08b61ee1bdf62ae70856539e92bdaefc7d2bc96c17f" } 2ms
Fri Feb 19 14:38:22 query query mydb.posts ntoreturn:0 reslen:26673 nscanned:32 { user_id: ObjId(4b788335eaf5e334dd003963) } nreturned:32 759ms
Fri Feb 19 14:38:23 cpu: elapsed:4005 writelock: 16%
Fri Feb 19 14:38:24 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "86e21f15ef23173094161634983e39508bcc2bb16e700124683fcad8cfb6b968" } nreturned:0 1660ms
Fri Feb 19 14:38:24 update mydb.posts query: { _id: ObjId(4b7ee8adeaf5e3049d000224) } 115ms
Fri Feb 19 14:38:27 cpu: elapsed:4008 writelock: 3%
Fri Feb 19 14:38:30 update mydb.posts query: { _id: ObjId(4b7ee8aeeaf5e3049f000204) } 5882ms
Fri Feb 19 14:38:30 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "ac78b4331e65f8ab70166e32f098978e64f86f77f2fae6c3df3960690353a6d5" } nreturned:0 480ms
Fri Feb 19 14:38:31 query query mydb.users ntoreturn:1 reslen:3263 nscanned:1 { twitter_user_id: 16664008 } nreturned:1 560ms
Fri Feb 19 14:38:31 remove query: { updated_at: { $lte: new Date(1266597504291) } } 620ms
Fri Feb 19 14:38:31 cpu: elapsed:4006 writelock: 150%
Fri Feb 19 14:38:31 query query mydb.posts ntoreturn:0 reslen:20383 nscanned:23 { user_id: ObjId(4b762c50eaf5e3f9ab002931) } nreturned:23 170ms
Fri Feb 19 14:38:31 remove query: { updated_at: { $lte: new Date(1266597511501) } } 192ms
Fri Feb 19 14:38:32 query query mydb.posts ntoreturn:0 reslen:20387 nscanned:25 { user_id: ObjId(4b7640e7eaf5e3f9ae00573e) } nreturned:25 123ms
Fri Feb 19 14:38:35 User Exception 11000:E11000 duplicate key error index: mydb.posts.$image.source_hash_1 dup key: { : "984f3984c1dd4611c46552769a273c38c399db09d2e4dedad54a2531d88b2d8d" }
Fri Feb 19 14:38:35 Caught Assertion in update , continuing
Fri Feb 19 14:38:35 update mydb.posts query: { _id: ObjId(4b7ee8baeaf5e304a500024e) } exception userassert:E11000 duplicate key error index: mydb.posts.$image.source_hash_1 dup key: { : "984f3984c1dd4611c46552769a273c38c399db09d2e4dedad54a2531d88b2d8d" } 11ms
Fri Feb 19 14:38:35 cpu: elapsed:4002 writelock: 28%
Fri Feb 19 14:38:36 update mydb.users query: { _id: ObjId(4b762f8feaf5e3f9ab002f88) } 616ms
Fri Feb 19 14:38:38 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "d4f822a09a3f714a3f210103e1117055db53619109d67f2b88740ae10a5a48b7" } nreturned:0 1575ms
Fri Feb 19 14:38:38 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "6c7c78f8ba7f263926976efe9c562ce74259efb25cb82261caaeee5b6d2dceca" } nreturned:0 635ms
Fri Feb 19 14:38:39 query query mydb.users ntoreturn:1 reslen:3144 nscanned:1 { twitter_user_id: 23908200 } nreturned:1 161ms
Fri Feb 19 14:38:39 cpu: elapsed:4006 writelock: 25%
Fri Feb 19 14:38:39 query query mydb.posts ntoreturn:0 reslen:89602 nscanned:101 { user_id: ObjId(4b7644e5eaf5e3f9b100627e) } nreturned:101 332ms
Fri Feb 19 14:38:39 remove query: { updated_at: { $lte: new Date(1266597519232) } } 446ms
Fri Feb 19 14:38:40 getmore mydb.posts cid:6338489867860520126 ntoreturn:0 query: { user_id: ObjId(4b7644e5eaf5e3f9b100627e) } bytes:86950 nreturned:98 238ms
Fri Feb 19 14:38:43 cpu: elapsed:4003 writelock: 29%
Fri Feb 19 14:38:44 update mydb.users query: { _id: ObjId(4b7a28caeaf5e36029000d86) } 416ms
Fri Feb 19 14:38:44 remove query: { updated_at: { $lte: new Date(1266597523991) } } 418ms
Fri Feb 19 14:38:44 query query mydb.users ntoreturn:1 reslen:2508 nscanned:1 { twitter_user_id: 26441998 } nreturned:1 323ms
Fri Feb 19 14:38:45 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "e327b9da7c91b0078175b7518ab7b8e920414adcccff2e79b0c501452171b0a7" } nreturned:0 553ms
Fri Feb 19 14:38:46 update mydb.posts query: { _id: ObjId(4b7ee8c4eaf5e3049a00016d) } 738ms
Fri Feb 19 14:38:46 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "271b02d9050fcfc07651dbb2f3f7ac2d17e42ded4606799ffbbd7ba74567eab4" } nreturned:0 484ms
Fri Feb 19 14:38:47 update mydb.posts query: { _id: ObjId(4b7ee8c2eaf5e304980001eb) } 518ms
Fri Feb 19 14:38:47 remove query: { updated_at: { $lte: new Date(1266597526612) } } 520ms
Fri Feb 19 14:38:47 remove query: { updated_at: { $lte: new Date(1266597526625) } } 571ms
Fri Feb 19 14:38:47 cpu: elapsed:4005 writelock: 50%
Fri Feb 19 14:38:51 cpu: elapsed:4008 writelock: 0%
Fri Feb 19 14:38:55 cpu: elapsed:4008 writelock: 0%
Fri Feb 19 14:38:57 update mydb.users query: { _id: ObjId(4b770eaeeaf5e36556001813) } 10612ms
Fri Feb 19 14:38:58 remove query: { updated_at: { $lte: new Date(1266597527150) } } 10804ms
Fri Feb 19 14:38:59 cpu: elapsed:4006 writelock: 280%
Fri Feb 19 14:39:00 query query mydb.posts ntoreturn:0 reslen:79841 nscanned:90 { user_id: ObjId(4b773ad7eaf5e3655900625f) } nreturned:90 235ms
Fri Feb 19 14:39:03 update mydb.posts query: { _id: ObjId(4b788462eaf5e334d5003c9b) } 283ms
Fri Feb 19 14:39:03 cpu: elapsed:4002 writelock: 33%
Fri Feb 19 14:39:05 update mydb.users query: { _id: ObjId(4b76030eeaf5e3782c000090) } 2373ms
Fri Feb 19 14:39:06 User Exception 11000:E11000 duplicate key error index: mydb.posts.$image.source_hash_1 dup key: { : "2448f6fc4af5a304ce04d5083483aeb826c2dfb39407f66b719e677619db3c5f" }
Fri Feb 19 14:39:06 Caught Assertion in update , continuing
Fri Feb 19 14:39:06 update mydb.posts query: { _id: ObjId(4b7ee8daeaf5e304a4000227) } exception userassert:E11000 duplicate key error index: mydb.posts.$image.source_hash_1 dup key: { : "2448f6fc4af5a304ce04d5083483aeb826c2dfb39407f66b719e677619db3c5f" } 4ms
Fri Feb 19 14:39:07 query query mydb.posts ntoreturn:0 reslen:5065 nscanned:6 { user_id: ObjId(4b777d31eaf5e34ec10042f9) } nreturned:6 103ms
Fri Feb 19 14:39:07 cpu: elapsed:4004 writelock: 70%
Fri Feb 19 14:39:11 query query mydb.posts ntoreturn:0 reslen:4279 nscanned:5 { user_id: ObjId(4b770b61eaf5e3655a001174) } nreturned:5 357ms
Fri Feb 19 14:39:11 cpu: elapsed:4003 writelock: 18%
Fri Feb 19 14:39:13 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "8e39048ec96a4a90fcafd8ef5f7734882eba291c53347fcc0422456714fe69a4" } nreturned:0 1922ms
Fri Feb 19 14:39:13 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "5af7b018610ccac351e12a95d2c1d7895f74d61f6738cfcf876e634ccbb33467" } nreturned:0 270ms
Fri Feb 19 14:39:13 update mydb.users query: { _id: ObjId(4b7ed10aeaf5e32fc6000024) } 289ms
Fri Feb 19 14:39:13 query query mydb.posts ntoreturn:0 reslen:11264 nscanned:13 { user_id: ObjId(4b761ae8eaf5e3f9b7000de4) } nreturned:13 115ms
Fri Feb 19 14:39:14 remove query: { updated_at: { $lte: new Date(1266597553773) } } 199ms
Fri Feb 19 14:39:14 remove query: { updated_at: { $lte: new Date(1266597553793) } } 201ms
Fri Feb 19 14:39:14 remove query: { updated_at: { $lte: new Date(1266597553791) } } 123ms
Fri Feb 19 14:39:14 remove query: { updated_at: { $lte: new Date(1266597553773) } } 116ms
Fri Feb 19 14:39:14 remove query: { updated_at: { $lte: new Date(1266597553818) } } 168ms
Fri Feb 19 14:39:15 query query mydb.posts ntoreturn:0 reslen:20024 nscanned:22 { user_id: ObjId(4b7634f9eaf5e3f9b7004198) } nreturned:22 102ms
Fri Feb 19 14:39:15 cpu: elapsed:4004 writelock: 24%
Fri Feb 19 14:39:19 query query mydb.users ntoreturn:1 reslen:3300 nscanned:1 { twitter_user_id: 100796260 } nreturned:1 676ms
Fri Feb 19 14:39:19 cpu: elapsed:4002 writelock: 15%
Fri Feb 19 14:39:20 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "7914e54b422b6898c6a1acac815cf11c51e7dfe649e55e99df5ab1d0ad4368bb" } nreturned:0 1050ms
Fri Feb 19 14:39:20 update mydb.posts query: { _id: ObjId(4b7aed36eaf5e355560007de) } 204ms
Fri Feb 19 14:39:21 query query mydb.users ntoreturn:1 reslen:3135 nscanned:1 { twitter_user_id: 69771536 } nreturned:1 354ms
Fri Feb 19 14:39:21 query query mydb.posts ntoreturn:0 reslen:79398 nscanned:101 { user_id: ObjId(4b7605f6eaf5e3e8ba000217) } nreturned:101 580ms
Fri Feb 19 14:39:23 cpu: elapsed:4005 writelock: 17%
Fri Feb 19 14:39:27 cpu: elapsed:4004 writelock: 19%
Fri Feb 19 14:39:29 query query mydb.posts ntoreturn:0 reslen:36 nscanned:0 { user_id: ObjId(4b7aca3beaf5e35025000b80) } nreturned:0 3218ms
Fri Feb 19 14:39:31 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "12122cf26cdab25dfa6be90dd03c5d1df9df2218053f90f4b114cbfc900bfb82" } nreturned:0 1978ms
Fri Feb 19 14:39:31 cpu: elapsed:4007 writelock: 0%
Fri Feb 19 14:39:34 update mydb.users query: { _id: ObjId(4b7ee8eeeaf5e304a400024c) } 3719ms
Fri Feb 19 14:39:34 remove query: { updated_at: { $lte: new Date(1266597566027) } } 3752ms
Fri Feb 19 14:39:35 remove query: { updated_at: { $lte: new Date(1266597575038) } } 110ms
Fri Feb 19 14:39:35 remove query: { updated_at: { $lte: new Date(1266597574981) } } 113ms
Fri Feb 19 14:39:35 remove query: { updated_at: { $lte: new Date(1266597574981) } } 126ms
Fri Feb 19 14:39:35 remove query: { updated_at: { $lte: new Date(1266597575039) } } 144ms
Fri Feb 19 14:39:35 cpu: elapsed:4006 writelock: 101%
Fri Feb 19 14:39:38 query query mydb.posts ntoreturn:0 reslen:29557 nscanned:36 { user_id: ObjId(4b76eab6eaf5e369c7000150) } nreturned:36 143ms
Fri Feb 19 14:39:39 cpu: elapsed:4003 writelock: 19%
Fri Feb 19 14:39:43 update mydb.posts query: { _id: ObjId(4b7ee8faeaf5e3049b0002a9) } 4270ms
Fri Feb 19 14:39:43 cpu: elapsed:4008 writelock: 106%
Fri Feb 19 14:39:44 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "e5727a79d74644ee5d9c89c28f9240b5b28b181c539059b5aeef6cd13a0b0853" } nreturned:0 907ms
Fri Feb 19 14:39:44 query query mydb.users ntoreturn:1 reslen:1376 nscanned:1 { twitter_user_id: 39566522 } nreturned:1 137ms
Fri Feb 19 14:39:46 query query mydb.posts ntoreturn:0 reslen:36 nscanned:0 { user_id: ObjId(4b7df6cbeaf5e35a1f000b83) } nreturned:0 1705ms
Fri Feb 19 14:39:46 update mydb.users query: { _id: ObjId(4b7af64deaf5e304950005d2) } 218ms
Fri Feb 19 14:39:46 update mydb.users query: { _id: ObjId(4b7ee900eaf5e3049b0002ac) } 220ms
Fri Feb 19 14:39:46 update mydb.posts query: { _id: ObjId(4b7ee8faeaf5e304a100020e) } 245ms
Fri Feb 19 14:39:47 update mydb.posts query: { _id: ObjId(4b7ee900eaf5e30498000246) } 310ms
Fri Feb 19 14:39:47 remove query: { updated_at: { $lte: new Date(1266597584287) } } 558ms
Fri Feb 19 14:39:47 remove query: { updated_at: { $lte: new Date(1266597587175) } } 143ms
Fri Feb 19 14:39:47 remove query: { updated_at: { $lte: new Date(1266597587161) } } 155ms
Fri Feb 19 14:39:47 cpu: elapsed:4005 writelock: 32%
Fri Feb 19 14:39:49 query query mydb.posts ntoreturn:0 reslen:37522 nscanned:44 { user_id: ObjId(4b7655b5eaf5e3f9ac0081c6) } nreturned:44 132ms
Fri Feb 19 14:39:51 cpu: elapsed:4002 writelock: 28%
Fri Feb 19 14:39:53 query query mydb.users ntoreturn:1 reslen:3266 nscanned:1 { twitter_user_id: 20727359 } nreturned:1 1037ms
Fri Feb 19 14:39:53 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "4ab98ce6beafe200b4896d37f0f3cc3d4641cdd62cc557b7714b89cd8e704e4a" } nreturned:0 451ms
Fri Feb 19 14:39:54 update mydb.posts query: { _id: ObjId(4b7ee908eaf5e304a3000224) } 959ms
Fri Feb 19 14:39:54 remove query: { updated_at: { $lte: new Date(1266597594625) } } 126ms
Fri Feb 19 14:39:54 remove query: { updated_at: { $lte: new Date(1266597594622) } } 151ms
Fri Feb 19 14:39:54 remove query: { updated_at: { $lte: new Date(1266597594626) } } 122ms
Fri Feb 19 14:39:54 remove query: { updated_at: { $lte: new Date(1266597594625) } } 164ms
Fri Feb 19 14:39:54 remove query: { updated_at: { $lte: new Date(1266597594671) } } 178ms
Fri Feb 19 14:39:55 query query mydb.posts ntoreturn:0 reslen:32668 nscanned:39 { user_id: ObjId(4b7629e6eaf5e3f9b100294f) } nreturned:39 191ms
Fri Feb 19 14:39:55 cpu: elapsed:4005 writelock: 34%
Fri Feb 19 14:39:57 query query mydb.posts ntoreturn:0 reslen:55343 nscanned:66 { user_id: ObjId(4b7607e0eaf5e3e8bf0005cf) } nreturned:66 194ms
Fri Feb 19 14:39:59 query query mydb.posts ntoreturn:0 reslen:5850 nscanned:7 { user_id: ObjId(4b775432eaf5e34ebe001bbc) } nreturned:7 171ms
Fri Feb 19 14:39:59 query query mydb.posts ntoreturn:1 reslen:839 nscanned:1 { source_url: "http://twitpic.com/1403tu" } nreturned:1 194ms
Fri Feb 19 14:39:59 cpu: elapsed:4002 writelock: 26%
Fri Feb 19 14:40:00 update mydb.posts query: { _id: ObjId(4b7ee90eeaf5e3049c0001c7) } 864ms
Fri Feb 19 14:40:01 update mydb.posts query: { _id: ObjId(4b7ee90eeaf5e304a400027a) } 788ms
Fri Feb 19 14:40:01 query query mydb.posts ntoreturn:0 reslen:27675 nscanned:33 { user_id: ObjId(4b7d50a9eaf5e326c600f610) } nreturned:33 208ms
Fri Feb 19 14:40:01 remove query: { updated_at: { $lte: new Date(1266597599557) } } 258ms
Fri Feb 19 14:40:01 remove query: { updated_at: { $lte: new Date(1266597601279) } } 212ms
Fri Feb 19 14:40:01 remove query: { updated_at: { $lte: new Date(1266597601213) } } 262ms
Fri Feb 19 14:40:01 remove query: { updated_at: { $lte: new Date(1266597601260) } } 212ms
Fri Feb 19 14:40:01 remove query: { updated_at: { $lte: new Date(1266597601280) } } 213ms
Fri Feb 19 14:40:03 update mydb.uids query: { _id: ObjId(4b7602b5c563d82c75586c9f) } 835ms
dbeval slow, time: 835ms mydb.$cmd
Fri Feb 19 14:40:03 query query mydb.$cmd ntoreturn:1 reslen:69 nscanned:0 { $eval: CodeWScope( function() {
var p = db.uids.findOne({ collection_name: 'posts' });
p = p || { collection_name: 'posts', sequence_num: 0, '_type': 'Uid' };
p.sequence_num++;
db.uids.save(p);
return p.sequence_num;
}
, {}), args: {} } nreturned:1 835ms
Fri Feb 19 14:40:03 cpu: elapsed:4004 writelock: 71%
Fri Feb 19 14:40:05 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "d66ec5b5946f7e7514a0100ddcb1b9172236815b7ca05016f9cfa2544d7ada02" } nreturned:0 1650ms
Fri Feb 19 14:40:07 cpu: elapsed:4006 writelock: 0%
Fri Feb 19 14:40:10 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "6ad38297088bd3c60d78ea3bda4f60adf8041d0d3b7355afd1893321800c2a69" } nreturned:0 5032ms
Fri Feb 19 14:40:11 cpu: elapsed:4007 writelock: 0%
Fri Feb 19 14:40:11 update mydb.users query: { _id: ObjId(4b765a87eaf5e3f9b9008f4f) } 1652ms
Fri Feb 19 14:40:12 update mydb.posts query: { _id: ObjId(4b7ee912eaf5e3049b0002c1) } 314ms
Fri Feb 19 14:40:12 remove query: { updated_at: { $lte: new Date(1266597602665) } } 404ms
Fri Feb 19 14:40:12 query query mydb.posts ntoreturn:0 reslen:62950 nscanned:77 { user_id: ObjId(4b7607d1eaf5e3e8ba000561) } nreturned:77 252ms
Fri Feb 19 14:40:12 remove query: { updated_at: { $lte: new Date(1266597612210) } } 253ms
Fri Feb 19 14:40:12 remove query: { updated_at: { $lte: new Date(1266597611859) } } 264ms
Fri Feb 19 14:40:12 remove query: { updated_at: { $lte: new Date(1266597612209) } } 264ms
Fri Feb 19 14:40:12 remove query: { updated_at: { $lte: new Date(1266597612209) } } 273ms
Fri Feb 19 14:40:12 remove query: { updated_at: { $lte: new Date(1266597611859) } } 292ms
Fri Feb 19 14:40:12 remove query: { updated_at: { $lte: new Date(1266597612209) } } 103ms
Fri Feb 19 14:40:12 remove query: { updated_at: { $lte: new Date(1266597612263) } } 127ms
Fri Feb 19 14:40:12 remove query: { updated_at: { $lte: new Date(1266597612590) } } 112ms
Fri Feb 19 14:40:12 remove query: { updated_at: { $lte: new Date(1266597612610) } } 122ms
Fri Feb 19 14:40:15 cpu: elapsed:4003 writelock: 72%
Fri Feb 19 14:40:18 query query mydb.posts ntoreturn:0 reslen:4999 nscanned:6 { user_id: ObjId(4b761c9feaf5e3f9ab000fe1) } nreturned:6 1751ms
Fri Feb 19 14:40:19 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "0e16e9fc1b387c1c297447ebe60a2f5f530aa9a57fc4c1491a0b8bb37fb3c429" } nreturned:0 309ms
Fri Feb 19 14:40:19 update mydb.posts query: { _id: ObjId(4b7ee91eeaf5e304a50002b0) } 601ms
Fri Feb 19 14:40:19 cpu: elapsed:4005 writelock: 22%
Fri Feb 19 14:40:23 cpu: elapsed:4003 writelock: 25%
Fri Feb 19 14:40:25 update mydb.users query: { _id: ObjId(4b7d7165eaf5e387b9000668) } 945ms
Fri Feb 19 14:40:27 cpu: elapsed:4004 writelock: 30%
Fri Feb 19 14:40:27 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "636e6ab61dbd88d6efd1b1411f387d23a94c1b7ba54a63c202c6da954aa62d6c" } nreturned:0 2217ms
Fri Feb 19 14:40:28 remove query: { updated_at: { $lte: new Date(1266597628076) } } 106ms
Fri Feb 19 14:40:31 cpu: elapsed:4002 writelock: 22%
Fri Feb 19 14:40:32 update mydb.posts query: { _id: ObjId(4b7ee930eaf5e3049e000201) } 112ms
Fri Feb 19 14:40:34 query query mydb.users ntoreturn:1 reslen:3084 nscanned:1 { twitter_user_id: 105157156 } nreturned:1 1210ms
Fri Feb 19 14:40:34 update mydb.posts query: { _id: ObjId(4b7ee930eaf5e304a60002d9) } 568ms
Fri Feb 19 14:40:34 remove query: { updated_at: { $lte: new Date(1266597633040) } } 614ms
Fri Feb 19 14:40:35 query query mydb.users ntoreturn:1 reslen:3109 nscanned:1 { twitter_user_id: 43841101 } nreturned:1 256ms
Fri Feb 19 14:40:35 remove query: { updated_at: { $lte: new Date(1266597634884) } } 257ms
Fri Feb 19 14:40:35 cpu: elapsed:4005 writelock: 30%
Fri Feb 19 14:40:37 query query mydb.posts ntoreturn:0 reslen:81045 nscanned:93 { user_id: ObjId(4b76fc0deaf5e3dd5c00027c) } nreturned:93 264ms
Fri Feb 19 14:40:39 query query mydb.posts ntoreturn:0 reslen:36 nscanned:0 { user_id: ObjId(4b7cf675eaf5e326c6006d55) } nreturned:0 104ms
Fri Feb 19 14:40:39 cpu: elapsed:4002 writelock: 25%
Fri Feb 19 14:40:41 query query mydb.posts ntoreturn:1 reslen:843 nscanned:1 { source_url: "http://twitpic.com/13ydtu" } nreturned:1 1579ms
Fri Feb 19 14:40:41 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "f5c83ac0b21992276d70b07cf38e759c2681a911e01218e3b8d7fdb361637522" } nreturned:0 710ms
Fri Feb 19 14:40:43 query query mydb.posts ntoreturn:1 reslen:36 nscanned:0 { image.source_hash: "3e00104eb029ef1ab0682a57a000751a74f7f0759a0078ae0bf7f6e9a9ea63a2" } nreturned:0 1434ms
Fri Feb 19 14:40:43 cpu: elapsed:4006 writelock: 0%
Fri Feb 19 14:40:47 cpu: elapsed:4004 writelock: 0%
Fri Feb 19 14:40:48 update mydb.comments query: { _id: ObjId(4b7ee939eaf5e304980002a6) } 5354ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment