launchpad-dev team mailing list archive
-
launchpad-dev team
-
Mailing list archive
-
Message #01437
Re: How long does it take you to SSH to bazaar.launchpad.net?
On 2009-10-26 10:03:34 +0000, Jonathan Lange wrote:
> To satisfy my curiosity and win a bet, I'm trying to find out how long
> it takes to connect to bazaar.launchpad.net.
>
> The method of experiment is to run 'time ssh bazaar.launchpad.net'
> five times and report the numbers for 'real' time spent.
>
> I did it five times from Canonical's offices in London and got these numbers:
> 0.321s ; 0.293s ; 0.296s ; 0.344s ; 0.271s
>
> I'd appreciate it if you could give it a try yourself and reply to
> this thread with your times.
0m1.036s ; 0m0.997s; 0m0.790s ; 0m0.787s ; 0m0.793s
These are the times for
"for i in `seq 5`;do time ssh bazaar.launchpad.net ; done"
where ssh used my local user name
(Launchpad user 'michael' doesn't have a registered SSH key).
Redoing this with my LP account name:
"for i in `seq 5`;do time ssh geser@xxxxxxxxxxxxxxxxxxxx ; done"
0m1.524s; 0m1.322s; 0m1.341s; 0m1.339s; 0m1.324s
Location: Germany; ISP: T-Online; ADSL 6MBit
Michael
References