Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756710AbYA3Nru (ORCPT ); Wed, 30 Jan 2008 08:47:50 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752361AbYA3Nrj (ORCPT ); Wed, 30 Jan 2008 08:47:39 -0500 Received: from stinky.trash.net ([213.144.137.162]:51601 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752145AbYA3Nri (ORCPT ); Wed, 30 Jan 2008 08:47:38 -0500 Message-ID: <47A07FEA.3000702@trash.net> Date: Wed, 30 Jan 2008 14:47:22 +0100 From: Patrick McHardy User-Agent: Mozilla-Thunderbird 2.0.0.6 (X11/20071008) MIME-Version: 1.0 To: Jeff Chua CC: Jozsef Kadlecsik , lkml , Krzysztof Piotr Oledzki , "David S. Miller" , cups-bugs , Netfilter Development Mailinglist Subject: Re: cups slow on linux-2.6.24 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1243 Lines: 30 Jeff Chua wrote: > On Jan 29, 2008 6:53 PM, Jozsef Kadlecsik wrote: > >> As the problem can be reproduced so easily, could you capture a full TCP >> session and send the pcap file? Thus it could be analyzed, replayed, etc. >> and found the reason why the patch above slows down the printing. >> By reverting back it we loose TCP reopening support. > > Not an expert here. I use 'tcpdump -i lo' and don't see anything > different between the good and bad. Anyway, attached are the good and > bad log files. > > There's a slight pause of 27 seconds after 502 jobs (both good and bad > runs), then the good one will resume and transmit in burst until > completing all the 1000 times. The bad run will resume and transmit > one-by-one every 3 seconds. > > Please tell me what options to use with tcpdump to dump more useful output. A binary dump would be more useful: tcpdump -i lo -w and I guess Jozsef also wants "-s 0" so the full packets are included. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/