Joshua Jensen [off-list ref] writes:
Update: I just copied a large file via 'scp', and the downstream still
capped at 1.55-ish megabytes per second. So it isn't Git.
What's the CPU usage on both sides?
To benchmark SSH, you can also do things like (on Unix) :
ssh host 'head -c 100000000 /dev/zero' | wc -c
(to make sure you're not benchmarking your hard drive)
--
Matthieu Moy
http://www-verimag.imag.fr/~moy/