Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S270927AbTHFT3v (ORCPT ); Wed, 6 Aug 2003 15:29:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S270967AbTHFT3v (ORCPT ); Wed, 6 Aug 2003 15:29:51 -0400 Received: from smtp012.mail.yahoo.com ([216.136.173.32]:19473 "HELO smtp012.mail.yahoo.com") by vger.kernel.org with SMTP id S270927AbTHFT3p convert rfc822-to-8bit (ORCPT ); Wed, 6 Aug 2003 15:29:45 -0400 From: Michael Buesch To: linux kernel mailing list Subject: Re: [2.6] system is very slow during disk access Date: Wed, 6 Aug 2003 21:29:34 +0200 User-Agent: KMail/1.5.3 References: <200308062052.10752.fsdeveloper@yahoo.de> In-Reply-To: <200308062052.10752.fsdeveloper@yahoo.de> Cc: linux-ide@vger.kernel.org MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 8BIT Content-Description: clearsigned data Content-Disposition: inline Message-Id: <200308062129.47113.fsdeveloper@yahoo.de> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2252 Lines: 72 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wednesday 06 August 2003 20:51, Michael Buesch wrote: > Hi. > > I have massive problems with linux-2.6.0-test2. > When some process writes something to disk, it's very hard > to go on working with the system. > > Some test-szenario: > $ dd if=/dev/zero of=./test.file > > While dd is running, xmms skips playing every now and then > and the mouse is near to be unusable. The Mouse-cursor > behaves some kind of very lazy and some times it jumps > from one point on the display to another. > When I stop disk-access, it works again quite fine. > > Would be cool, if you could give me some point to start > for tracking this down. > > Please CC me, as I'm not subscribed to linux-ide. Thanks. I sould add some things: I'm using ReiserFS. I've made a test-run without X in the console now. I started this program on tty0, to see if there are big skips or something like that: int main() { while (1) { printf("jkhdsjklhfkjfhsdjkhjbghghjghjjh"); printf("jsdl?kflsm,dfowekcldfqw"); printf("JKjhdsjkfhsnsdjkhJhjkhjkbmnxbuihjknlk"); printf("kcjkld"); } return 0; } When the machine isn't doing any disk-access, the "garbage-printing" to the console, produced by the program above is very smooth. But when I start dd on another tty, massive skips and breaks occur to the output of the nice program above. These are not small skips and breaks. The system is quite unusable during running dd, because it doesn't respond as it should. I just tried to run the test-scenario on my other Linux-installation on this machine with kernel 2.4.10 and there the output of the program was quite smooth, even it dd was running und the system was still usable. - -- Regards Michael Buesch [ http://www.8ung.at/tuxsoft ] Penguin on this machine: Linux 2.6.0-test2 - i386 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE/MVcnoxoigfggmSgRAsg/AJ0dsfySPGpiOXFhA67gi580G/XaswCeNd4u lVmXAvLHvcYIATgtuPHF4FU= =gh4Q -----END PGP SIGNATURE----- - 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/