From owner-freebsd-performance@FreeBSD.ORG Wed Oct 4 03:18:27 2006 Return-Path: X-Original-To: freebsd-performance@freebsd.org Delivered-To: freebsd-performance@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E288E16A412 for ; Wed, 4 Oct 2006 03:18:27 +0000 (UTC) (envelope-from joseph.koshy@gmail.com) Received: from qb-out-0506.google.com (qb-out-0506.google.com [72.14.204.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DE0A43D58 for ; Wed, 4 Oct 2006 03:18:27 +0000 (GMT) (envelope-from joseph.koshy@gmail.com) Received: by qb-out-0506.google.com with SMTP id a10so833027qbd for ; Tue, 03 Oct 2006 20:18:26 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RqJWAf2qYZJUm1KxvaD8/+RBCuyXZC/78kmhdZuMiMYgODugdolv02DvcWrpvd2TJAzzFuLT7mUUQy67DbB2k8sOWyM2a10S3lHH48rWxUgzdBrsGmMdGoOd3f3JaaWdR9u7oWG4JOf8Y2U3YnMRVAOAE4N0qUB6+PIEQOuAGi4= Received: by 10.65.176.7 with SMTP id d7mr192880qbp; Tue, 03 Oct 2006 20:11:26 -0700 (PDT) Received: by 10.64.179.8 with HTTP; Tue, 3 Oct 2006 20:11:25 -0700 (PDT) Message-ID: <84dead720610032011s716955f8q5351e1ca2a6c02f2@mail.gmail.com> Date: Wed, 4 Oct 2006 08:41:25 +0530 From: "Joseph Koshy" To: "Martin Cracauer" In-Reply-To: <20061004021401.GA69704@cons.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3131aa530609290721o267d55bakff4e801ef4000675@mail.gmail.com> <20061004021401.GA69704@cons.org> Cc: Jan Zacharias , Performance/tuning Subject: Re: Samba Performance problem X-BeenThere: freebsd-performance@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Performance/tuning List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Oct 2006 03:18:28 -0000 mc> Also make sure that you don't use a giant-locked driver mc> somewhere in the chain to the filessystem and that WITNESS mc> and friends are off. Is this a SMP machine? As a general suggestion, you can use hwpmc(4) and pmcstat(8) to understand where the bottlenecks are. For example, you can capture a system-wide profile and convert it to a set of gmon.out files, one per executable object (kernel, shared libraries, executables) in the system. -- FreeBSD Volunteer, http://people.freebsd.org/~jkoshy