From owner-freebsd-questions@FreeBSD.ORG Thu Dec 16 10:32:28 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4025916A4CE for ; Thu, 16 Dec 2004 10:32:28 +0000 (GMT) Received: from kyn.corg.net (av19688.comex.ru [217.10.41.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95F8243D2F for ; Thu, 16 Dec 2004 10:32:27 +0000 (GMT) (envelope-from ky@kyn.corg.net) Received: by kyn.corg.net (Postfix, from userid 1000) id 31AEA56FFC; Thu, 16 Dec 2004 13:32:23 +0300 (MSK) From: "Kentucky Mandeloid Mo." To: freebsd-questions@freebsd.org Date: Thu, 16 Dec 2004 13:32:22 +0300 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <200412161332.22345.ky@df.ru> Subject: io priority X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ky@df.ru List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 10:32:28 -0000 Hi folks! I have to rsync heavy loaded server. When rsync comes to the server mysql became mostly non-accessible. And of course gstat shows > 100% busy. So I think I need an disk io priority management. Tried to renice rsync but no success. I heard there in Linux world people have ionice tool as a patch. So whats about BSD?