From owner-freebsd-hackers@FreeBSD.ORG Thu Aug 17 13:25:14 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B78AB16A4DD for ; Thu, 17 Aug 2006 13:25:14 +0000 (UTC) (envelope-from joseph.koshy@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16E8043D45 for ; Thu, 17 Aug 2006 13:25:13 +0000 (GMT) (envelope-from joseph.koshy@gmail.com) Received: by nf-out-0910.google.com with SMTP id n29so1096987nfc for ; Thu, 17 Aug 2006 06:25:12 -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=IcUvqeQNFWBmgZQQoJvirV4TynewpSnO0ZFGQJDm9JAvB+ajetr6nZFZPCE2JK8GBuFfZkHFRd1Q1l1v17FInmDef393CaDCKU+VTycOilUNCk9DAJxhw9a+P5/Eac+ZKXfH08yGD+x5Eo8POZTAXHjnYPuckLK34pyppaNVbIc= Received: by 10.49.55.13 with SMTP id h13mr2236649nfk; Thu, 17 Aug 2006 06:25:12 -0700 (PDT) Received: by 10.78.50.6 with HTTP; Thu, 17 Aug 2006 06:25:12 -0700 (PDT) Message-ID: <84dead720608170625r1bd8e1a6r647330c90023bd0a@mail.gmail.com> Date: Thu, 17 Aug 2006 18:55:12 +0530 From: "Joseph Koshy" To: Shriek In-Reply-To: <3ce33f6c0608170606o2f8542fcn15355a5afe3307a5@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3ce33f6c0608170606o2f8542fcn15355a5afe3307a5@mail.gmail.com> Cc: freebsd-hackers@freebsd.org Subject: Re: Is it possible to trace the routing socket messages going from the kernel to a particular daemon X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Aug 2006 13:25:14 -0000 > get a pid of a daemon-process and then somehow trace routing > socket messages coming in / going out from the kernel to that > particular daemon ? `ktrace -p DAEMON-PID` might be what you want. -- FreeBSD Volunteer, http://people.freebsd.org/~jkoshy