From owner-freebsd-performance@FreeBSD.ORG Mon Oct 2 16:42:43 2006 Return-Path: X-Original-To: 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 28DF416A407 for ; Mon, 2 Oct 2006 16:42:43 +0000 (UTC) (envelope-from nevans@talkpoint.com) Received: from relay.talkpoint.com (pobox.talkpoint.com [204.141.15.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A9ED43D46 for ; Mon, 2 Oct 2006 16:42:42 +0000 (GMT) (envelope-from nevans@talkpoint.com) Received: from ASSP-nospam ([127.0.0.1]) by relay.talkpoint.com with Microsoft SMTPSVC(5.0.2195.6713); Mon, 2 Oct 2006 12:42:41 -0400 Received: from 204.141.15.136 ([204.141.15.136] helo=postal.talkpoint.com) by ASSP-nospam ; 2 Oct 06 16:42:41 -0000 Received: from pleiades.nextvenue.com ([204.141.15.194]) by postal.talkpoint.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id TYVCAXR1; Mon, 2 Oct 2006 12:42:41 -0400 Date: Mon, 2 Oct 2006 12:42:41 -0400 From: Nick Evans To: Mike Jakubik Message-ID: <20061002124241.64891173@pleiades.nextvenue.com> In-Reply-To: <4521227F.6040801@rogers.com> References: <3131aa530609290721o267d55bakff4e801ef4000675@mail.gmail.com> <451D4630.7040902@rogers.com> <451D4F07.7020108@rogers.com> <20061002102806.7addbcdf@pleiades.nextvenue.com> <4521227F.6040801@rogers.com> X-Mailer: Sylpheed-Claws 2.4.0 (GTK+ 2.8.20; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 02 Oct 2006 16:42:41.0565 (UTC) FILETIME=[C72F0CD0:01C6E641] Cc: performance@freebsd.org, Jan Zacharias 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: Mon, 02 Oct 2006 16:42:43 -0000 On Mon, 02 Oct 2006 10:30:23 -0400 Mike Jakubik wrote: > Nick Evans wrote: > > Mike Jakubik wrote: > > > >> Quite possibly, just as MySQL has been written with Linux primarily in > >> mind. > > > > It should be possible to profile smbd and see where the bottleneck is, no? > > Has anyone tried it? > > > > > It should be, but i don't believe anyone has tried yet. > Does anyone know how to get gprof to set the gmon.out file with a pid number in the filename? It's kind of hard to get output of the pid that controls a file transfer without it. Everything I've found via Google is not working so far.