From owner-freebsd-questions Sat Feb 8 10:36:30 2003 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 BE27D37B401 for ; Sat, 8 Feb 2003 10:36:29 -0800 (PST) Received: from mail1.panix.com (mail1.panix.com [166.84.1.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F83843FA3 for ; Sat, 8 Feb 2003 10:36:29 -0800 (PST) (envelope-from adam@68e.com) Received: from panix1.panix.com (panix1.panix.com [166.84.1.1]) by mail1.panix.com (Postfix) with ESMTP id 40199488B3; Sat, 8 Feb 2003 13:36:23 -0500 (EST) Received: from localhost (localhost [[UNIX: localhost]]) by panix1.panix.com (8.11.6/8.8.8/PanixN1.0) with ESMTP id h18IaN023004; Sat, 8 Feb 2003 13:36:23 -0500 (EST) Date: Sat, 8 Feb 2003 13:36:23 -0500 (EST) From: Adam Mazza X-X-Sender: alm@panix1.panix.com To: Radko Keves Cc: questions@FreeBSD.org Subject: Re: disk traffic In-Reply-To: <20030208142245.GA4375@studnet.sk> Message-ID: References: <20030208142245.GA4375@studnet.sk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 8 Feb 2003, Radko Keves wrote: > hi all > > i have big disk traffic from users and i need reduce it > > so this is my question: > Is disk traffic adjustable for each user (with login.conf or sysctl or i > don't know how ? ) > Not memory in generally Not that I know of. If you have high disk usage your best strategy is trying to split your work load up efficiently. You can do this by simply having more disks and dividing up your tasks, or going to some sort of RAID setup where generally throwing more spindles at the job, can help reduce the load caused by IO. You will want to narrow down exactly where your bottleneck is though. it'll be useless to throw more disks at the problem if you are going to saturate your IO bus. Regards, Adam Mazza To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message