Joshua Jensen <jjensen@xxxxxxxxxxxxxxxxx> 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/ -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html