access via IMAP seems to be somehow very ressource hungry and slow the first time you access a folder. Ok, this is noted in maildirs with several hundred or thousand mails. The more mail, the longer it takes. During that time the MUA (in this case Evolution) just gets about 5KB/s while the harddisks are quite busy, about 1-8MB/s (not much, this raid1 array can provide about 80MB/s), but the system is completely idle except for that only connection.
I access that server through a VPN DSL dialin (on both sides) but 40KB/s should be no problem. With other IMAP services I have no problem regarding speed... but even if due to massive tcp handshakes which would make it slow over fairly high latency connections... see the impact on the harddisks. If I extrapolate the speed factor of the harddisks to a 100Mbit or even 1Gbit connection, the disks would burn!
Code: Select all
groupie:~# iostat -k -d 2 /dev/md0
Linux 2.6.18-5-686 (groupie) 14.11.2007
Device: tps kB_read/s kB_wrtn/s kB_read kB_wrtn
md0 357,00 926,00 1056,00 1852 2112
Device: tps kB_read/s kB_wrtn/s kB_read kB_wrtn
md0 705,50 746,00 2654,00 1492 5308
Device: tps kB_read/s kB_wrtn/s kB_read kB_wrtn
md0 365,67 1315,42 1227,86 2644 2468
Device: tps kB_read/s kB_wrtn/s kB_read kB_wrtn
md0 749,25 376,12 2827,86 756 5684
Device: tps kB_read/s kB_wrtn/s kB_read kB_wrtn
md0 1007,43 2156,44 3700,99 4356 7476
Device: tps kB_read/s kB_wrtn/s kB_read kB_wrtn
md0 1621,61 3933,67 5931,66 7828 11804
Device: tps kB_read/s kB_wrtn/s kB_read kB_wrtn
md0 350,75 268,66 1237,81 540 2488
Any thoughts on this? Or did I make false assumptions above? As a side note, I noticed during PST import from old Outlook profile to scalix similar issues, just about 1MB/s, netspeed sometimes a bit more. Ok, here it may be because several thousand small files are the reason for this poor performance... but...
Anyhow, do you have some values to compare mine with? Please post!
greets
Michael
P.S.: it is a core 2 duo with 2GB ECC RAM with soft raid1
