From owner-freebsd-current@FreeBSD.ORG Tue Apr 14 17:20:57 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0FEA4106566C; Tue, 14 Apr 2009 17:20:57 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (77-93-215-190.static.masterinter.net [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id BA2AC8FC17; Tue, 14 Apr 2009 17:20:56 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id D77F79CB054; Tue, 14 Apr 2009 19:00:45 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cHqz3I0LsggD; Tue, 14 Apr 2009 19:00:43 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 295CA9CB10F; Tue, 14 Apr 2009 19:00:43 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.3/8.14.3/Submit) id n3EH0hQb052539; Tue, 14 Apr 2009 19:00:43 +0200 (CEST) (envelope-from rdivacky) Date: Tue, 14 Apr 2009 19:00:43 +0200 From: Roman Divacky To: current@freebsd.org Message-ID: <20090414170043.GA51803@freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="DocE+STaALJfprDB" Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: attilio@freebsd.org Subject: IO related interactivity regression in recent -current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Apr 2009 17:20:57 -0000 --DocE+STaALJfprDB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline hi in recent weeks I am observing sudden drop of interactivity which is related to IO. thats is - when one process does IO and another tries to issue some IO as well the second one is terribly starved. nice testcase is: long running compilation in 1 window pkg_version -vl "<" in another window the pkg_version takes A LONG time to finish example: (on idle system) witten ~# time pkg_version -vl "<" .... 21.336u 13.078s 0:32.88 104.6% 320+582k 0+0io 0pf+0w (on gmake -j2 compilation of llvm) witten ~# time pkg_version -vl "<" .... 23.275u 10.937s 3:20.62 17.0% 288+506k 186+0io 121pf+0w ie. it takes 7times takes that long to finish. can someone shed some light on this? confirm this? thnx roman --DocE+STaALJfprDB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEARECAAYFAknkwToACgkQLVEj6D3CBEyEPgCdFH/bfioLwxcxdm1Gr0bRKEqC xWAAnRShdi/avWl2QsPU5du0C2x78XVf =w36G -----END PGP SIGNATURE----- --DocE+STaALJfprDB--