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 ge...@bazaar.launchpad.net ; done" 0m1.524s; 0m1.322s; 0m1.341s; 0m1.339s; 0m1.324s Location: Germany; ISP: T-Online; ADSL 6MBit Michael _______________________________________________ Mailing list: https://launchpad.net/~launchpad-dev Post to : launchpad-dev@lists.launchpad.net Unsubscribe : https://launchpad.net/~launchpad-dev More help : https://help.launchpad.net/ListHelp