Merge pull request #220 from arjenz/master

Typofix connexion -> connection
This commit is contained in:
Gilles LAMIRAL 2020-06-05 13:11:59 +02:00 committed by GitHub
commit 4e8e3cb0f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -178,7 +178,7 @@ Here comes some measurements.
dstat -n -N eth0 6 # Linux only (in 2018) dstat -n -N eth0 6 # Linux only (in 2018)
Another excellent tool to measure the network trafic is iftop. Another excellent tool to measure the network trafic is iftop.
The following command will monitor imap and imaps connexions The following command will monitor imap and imaps connections
on interfce eth0, only them, and sum them up: on interfce eth0, only them, and sum them up:
iftop -i eth0 -f 'port imap or port imaps' -B # Linux iftop -i eth0 -f 'port imap or port imaps' -B # Linux
@ -250,9 +250,9 @@ Possible bottlenecks:
- Bandwidth. - Bandwidth.
Usually available bandwidth is NOT a bottleneck. Usually available bandwidth is NOT a bottleneck.
Meanwhile, it can be a bottleneck on small Internet connexions. Meanwhile, it can be a bottleneck on small Internet connections.
Imapsync downloads messages from host1 and upload messages to host2, Imapsync downloads messages from host1 and upload messages to host2,
consider this in case the connexion are asymmetric. consider this in case the connections are asymmetric.
- I/O on disks. - I/O on disks.
I/O are a classical bottleneck, almost always forgotten. I/O are a classical bottleneck, almost always forgotten.

View file

@ -41,7 +41,7 @@ Yahoo IMAP does not honor well the SEARCH imap command (Dec 2017).
So don't use the --search option. So don't use the --search option.
You can use --minage or/and --maxage but then add also --noabletosearch You can use --minage or/and --maxage but then add also --noabletosearch
Yahoo bandwidth per connexion is relatively low, 50 KiB/s to 500 KiB/s max, usually 100 KiB/s. Yahoo bandwidth per connection is relatively low, 50 KiB/s to 500 KiB/s max, usually 100 KiB/s.
Consider using --useuid to speed up large accounts. Consider using --useuid to speed up large accounts.