Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 21 Feb 2003 00:13:03 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 21 Feb 2003 00:13:03 -0500 Received: from packet.digeo.com ([12.110.80.53]:34491 "EHLO packet.digeo.com") by vger.kernel.org with ESMTP id ; Fri, 21 Feb 2003 00:13:00 -0500 Date: Thu, 20 Feb 2003 21:24:39 -0800 From: Andrew Morton To: linux-kernel@vger.kernel.org Subject: iosched: effect of streaming write on interactivity Message-Id: <20030220212439.1a103a44.akpm@digeo.com> In-Reply-To: <20030220212304.4712fee9.akpm@digeo.com> References: <20030220212304.4712fee9.akpm@digeo.com> X-Mailer: Sylpheed version 0.8.9 (GTK+ 1.2.10; i586-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 21 Feb 2003 05:23:01.0175 (UTC) FILETIME=[4D511C70:01C2D969] Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 663 Lines: 22 It peeves me that if a machine is writing heavily, it takes *ages* to get a login prompt. Here we start a large streaming write, wait for that to reach steady state and then see how long it takes to pop up an xterm from the machine under test with time ssh testbox xterm -e true there is quite a lot of variability here. 2.4.21-4: 62 seconds 2.5.61+hacks: 14 seconds 2.5.61+CFQ: 11 seconds 2.5.61+AS: 12 seconds - 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/