Re: extremely slow to ssh out from my machine
From: Jan C. Nordholz (jckn_at_gmx.net)
Date: 02/27/05
- Previous message: Lee Braiden: "Re: running a script in a terminal in kde"
- In reply to: michael: "extremely slow to ssh out from my machine"
- Next in thread: michael: "Re: extremely slow to ssh out from my machine"
- Reply: michael: "Re: extremely slow to ssh out from my machine"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 27 Feb 2005 20:00:53 +0100 To: debian-user@lists.debian.org
Hi Micheal,
> 5.000503 socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 4
That system call only creates a UDP socket (without giving it
an address or doing any lookup - it just creates a "connection
endpoint" on your machine, that later has to be explicitly
given a name etc. with other system calls) and should
return within an instant... are you sure that _this_ is
the call that takes so long? How did you check the time spent?
I'd suggest using "strace -T"...
Regards,
Jan
-- Jan C. Nordholz <jckn At gmx net>
-- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
- application/pgp-signature attachment: Digital signature
- Previous message: Lee Braiden: "Re: running a script in a terminal in kde"
- In reply to: michael: "extremely slow to ssh out from my machine"
- Next in thread: michael: "Re: extremely slow to ssh out from my machine"
- Reply: michael: "Re: extremely slow to ssh out from my machine"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|