From owner-freebsd-current@FreeBSD.ORG Thu Feb 5 13:58:42 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82A7A16A4CE for ; Thu, 5 Feb 2004 13:58:42 -0800 (PST) Received: from mail.gactr.uga.edu (mail.gactr.uga.edu [128.192.37.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E5ED43D45 for ; Thu, 5 Feb 2004 13:58:41 -0800 (PST) (envelope-from robin.blanchard@gactr.uga.edu) Received: from 127.0.0.1 (localhost [127.0.0.1]) by dummy.domain.name (Postfix) with SMTP id BF878772F2 for ; Thu, 5 Feb 2004 16:58:40 -0500 (EST) Received: from EBE1.gc.nat (E2K1.gc.nat [10.10.11.21]) by mail.gactr.uga.edu (Postfix) with ESMTP id 8970E77299 for ; Thu, 5 Feb 2004 16:58:40 -0500 (EST) X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Thu, 5 Feb 2004 16:58:40 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Processes blocked on getblk or ufs Thread-Index: AcPsMVa9KX3kXzG4SaK3D9Z7/+43/AAAK2OgAAAZ82A= From: "Robin P. Blanchard" To: "Alexander Kabaev" cc: current@freebsd.org Subject: RE: Processes blocked on getblk or ufs X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 05 Feb 2004 21:58:42 -0000 Cool. Looks like I was able to induce a getblk with bonnie, with an uptime of = only about an hour: # uptime=20 4:56PM up 1:07, 2 users, load averages: 0.33, 0.42, 0.29 # top |fgrep getblk 18481 root -4 0 1252K 612K getblk 0 4:51 20.31% 20.31% = bonnie I'll let it hang out overnight and see if it's still hung. Me thinks it = is as bonnie has written it's business to disk and isn't doing anything right = now: # bonnie -s 8192 File './Bonnie.18481', size: 0 Writing with putc()...done Rewriting... # ls -ald Bonnie.18481=20 -rwxr-xr-x 1 root wheel 8.0G Feb 5 16:54 Bonnie.18481 So...we *should* have a dump tomorrow.