[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Debian-NYC] debugging network slowness



But  my netbook was being very sluggish with the wireless connection at Eyebeam as well as being sluggish on my home connection.

On Wed, Dec 8, 2010 at 12:30 PM, steve beltzer <stevebeltzer@gmail.com> wrote:
Hi Daniel

Well I am now out with my netbook and it seems to be functioning fine with the wireless at the coffee shop I am at.....  The Times loads quickly.

Steve

steve@francisco:~$ readlink -f $(which nc)
/bin/nc.traditional
steve@francisco:~$



steve@francisco:~$ time printf 'GET / HTTP/1.1\NhOST:nytimes.com\n\n'| (echo start; nc -q10 199.239.136.200 80; echo;echo end)|ts '%H:%M:.S'
12:27:.S start
12:27:.S HTTP/1.1 400 Bad request
12:27:.S Server: Sun-ONE-Web-Server/6.1
12:27:.S Date: Wed, 08 Dec 2010 17:27:21 GMT
12:27:.S Content-length: 147
12:27:.S Content-type: text/html
12:27:.S Connection: close
12:27:.S
12:27:.S <HTML><HEAD><TITLE>Bad request</TITLE></HEAD>
12:27:.S <BODY><H1>Bad request</H1>
12:27:.S Your browser sent a query this server could not understand.
12:27:.S </BODY></HTML>
12:27:.S end

real    0m0.392s
user    0m0.124s
sys    0m0.032s
steve@francisco:~$



On Wed, Dec 8, 2010 at 11:26 AM, Daniel Kahn Gillmor <dkg@fifthhorseman.net> wrote:
On 12/04/2010 07:34 PM, steve beltzer wrote:
> So where to go from here?

Steve, can you replicate Matthew's results with the -q10 flag?

also, can you show what version of netcat you're using?

you can do that like this:

0 dkg@pip:~$ readlink -f $(which nc)
/bin/nc.openbsd
0 dkg@pip:~$

       --dkg



_______________________________________________
DebianNYC mailing list
DebianNYC@vireo.org
http://lists.vireo.org/cgi-bin/mailman/listinfo/debiannyc



_______________________________________________
DebianNYC mailing list
DebianNYC@vireo.org
http://lists.vireo.org/cgi-bin/mailman/listinfo/debiannyc

Reply to: