From owner-freebsd-stable@freebsd.org Fri Nov 27 09:21:47 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51C36A3704B for ; Fri, 27 Nov 2015 09:21:47 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from frv157.fwdcdn.com (frv157.fwdcdn.com [212.42.77.157]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1592E1C62 for ; Fri, 27 Nov 2015 09:21:46 +0000 (UTC) (envelope-from fidaj@ukr.net) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=fsm; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=zQ0p+klM/0kGCEUQW3YOx0NYZ9sK2z3eSw8b+1pnlvc=; b=fa+7OOuev3/tNISgebFCJ2QqcMrOLHE7cMKZ9IJtN9LRoZDDHgej1K559j2GJkeCe77dyM2pjAs1KalQ+4qGdj7sbx+acS07gJZ7fLo0BqVUZnVFvLsOtiWEUnTGAHhP+MhxpmiGon6iES3Nw6IdxBWsqthobj54+EI5Iq07Dy0=; Received: from [178.137.225.202] (helo=nonamehost.local) by frv157.fwdcdn.com with esmtpsa ID 1a2FDl-000F5t-0E ; Fri, 27 Nov 2015 11:21:37 +0200 Date: Fri, 27 Nov 2015 11:21:36 +0200 From: Ivan Klymenko To: "Eugene M. Zheganin" Cc: freebsd-stable Subject: Re: high disk %busy, while almost nothing happens Message-ID: <20151127112136.363b11be@nonamehost.local> In-Reply-To: <5657E07D.9020307@norma.perm.ru> References: <5656CE96.9000103@norma.perm.ru> <20151126223718.57f088d9@nonamehost.local> <5657E07D.9020307@norma.perm.ru> X-Mailer: Claws Mail 3.13.0 (GTK+ 2.24.28; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Authentication-Result: IP=178.137.225.202; mail.from=fidaj@ukr.net; dkim=pass; header.d=ukr.net X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Nov 2015 09:21:47 -0000 On Fri, 27 Nov 2015 09:47:57 +0500 "Eugene M. Zheganin" wrote: > Hi. > > On 27.11.2015 01:37, Ivan Klymenko wrote: > > On Thu, 26 Nov 2015 14:19:18 +0500 > > "Eugene M. Zheganin" wrote: > > > >> Hi. > >> > >> I'm using FreeBSD 10.1-STABLE as an application server, last week > >> I've noticed that disks are always busy while gstat shows that the > >> activity measured in iops/reads/writes is low, form my point of > >> view: > > Hi. > > > > You have processes with STATE zio->i ? > hard to tell now, since I've managed to solve the problem. If I > encounter this again, with the state you mentioned, what could it > mean ? > No idea, but some friends faced with a similar problem in the 11-CURRENT after some changes - then with the MFC could face with a similar problem in the 10-STABLE systems. In any case, such a regression was significantly visible.