From owner-freebsd-current@FreeBSD.ORG Tue Feb 19 12:37:31 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 58247417 for ; Tue, 19 Feb 2013 12:37:31 +0000 (UTC) (envelope-from lars@netapp.com) Received: from mx1.netapp.com (mx1.netapp.com [216.240.18.38]) by mx1.freebsd.org (Postfix) with ESMTP id 3BB4EA13 for ; Tue, 19 Feb 2013 12:37:30 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.84,695,1355126400"; d="scan'208";a="242451013" Received: from smtp2.corp.netapp.com ([10.57.159.114]) by mx1-out.netapp.com with ESMTP; 19 Feb 2013 04:37:31 -0800 Received: from vmwexceht04-prd.hq.netapp.com (vmwexceht04-prd.hq.netapp.com [10.106.77.34]) by smtp2.corp.netapp.com (8.13.1/8.13.1/NTAP-1.6) with ESMTP id r1JCbT5X013928; Tue, 19 Feb 2013 04:37:30 -0800 (PST) Received: from SACEXCMBX01-PRD.hq.netapp.com ([169.254.2.54]) by vmwexceht04-prd.hq.netapp.com ([10.106.77.34]) with mapi id 14.02.0328.009; Tue, 19 Feb 2013 04:37:30 -0800 From: "Eggert, Lars" To: Lars Engels Subject: Re: system 20% busy at all times? Thread-Topic: system 20% busy at all times? Thread-Index: AQHODoSUIkOKNPDzb0yS23V/tl+kl5iBc1WAgAABSACAAAKwgIAABj+AgAABMwCAAAHkAIAADReAgAAQIgCAAADlAIAABhMA Date: Tue, 19 Feb 2013 12:37:28 +0000 Message-ID: References: <36DD2FB4-E26A-4F03-95D9-FFD855957269@my.gd> <8F861CF6-D0FA-4BD2-B73D-24CB247584A1@my.gd> <51235EA7.6000208@FreeBSD.org> <20130219121544.GU83110@e-new.0x20.net> In-Reply-To: <20130219121544.GU83110@e-new.0x20.net> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.106.53.51] Content-Type: text/plain; charset="us-ascii" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "current@freebsd.org" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Feb 2013 12:37:31 -0000 Hi, On Feb 19, 2013, at 13:15, Lars Engels wrote: > You need to recompile your Kernel to use DTrace: > https://wiki.freebsd.org/DTrace I did. But I still get that error, even with the sample from the wiki: # dtrace -n 'syscall:::entry { @num[execname] =3D count(); }' dtrace: invalid probe specifier syscall:::entry { @num[execname] =3D count(= ); }: "/usr/lib/dtrace/psinfo.d", line 90: failed to resolve type kernel`st= ruct thread * for identifier curthread: Module is no longer loaded I cross-compile the -CURRENT world and kernel under -STABLE for netbooting.= Could doing that cause this issue? Lars=