From owner-freebsd-current@FreeBSD.ORG Tue Feb 19 12:12:40 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5B503E11; Tue, 19 Feb 2013 12:12:40 +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 3E748901; Tue, 19 Feb 2013 12:12:40 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.84,695,1355126400"; d="scan'208";a="242445850" Received: from smtp2.corp.netapp.com ([10.57.159.114]) by mx1-out.netapp.com with ESMTP; 19 Feb 2013 04:12:34 -0800 Received: from vmwexceht01-prd.hq.netapp.com (vmwexceht01-prd.hq.netapp.com [10.106.76.239]) by smtp2.corp.netapp.com (8.13.1/8.13.1/NTAP-1.6) with ESMTP id r1JCCYUr015977; Tue, 19 Feb 2013 04:12:34 -0800 (PST) Received: from SACEXCMBX01-PRD.hq.netapp.com ([169.254.2.54]) by vmwexceht01-prd.hq.netapp.com ([10.106.76.239]) with mapi id 14.02.0328.009; Tue, 19 Feb 2013 04:12:34 -0800 From: "Eggert, Lars" To: Andriy Gapon Subject: Re: system 20% busy at all times? Thread-Topic: system 20% busy at all times? Thread-Index: AQHODoSUIkOKNPDzb0yS23V/tl+kl5iBc1WAgAABSACAAAKwgIAABj+AgAABMwCAAAHkAIAADReAgAAQIgA= Date: Tue, 19 Feb 2013 12:12:32 +0000 Message-ID: References: <36DD2FB4-E26A-4F03-95D9-FFD855957269@my.gd> <8F861CF6-D0FA-4BD2-B73D-24CB247584A1@my.gd> <51235EA7.6000208@FreeBSD.org> In-Reply-To: <51235EA7.6000208@FreeBSD.org> 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="iso-8859-1" Content-ID: <2F2594DDABF2364C85B2A788B8E6BECB@tahoe.netapp.com> 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:12:40 -0000 Hi, thanks for looking into this! On Feb 19, 2013, at 12:14, Andriy Gapon wrote: > Please try to run the following DTrace script (dtrace -s script-file) and > capture its output. I get this error: # dtrace -s x dtrace: failed to compile script x: "/usr/lib/dtrace/psinfo.d", line 90: fa= iled to resolve type kernel`struct thread * for identifier curthread: Modul= e is no longer loaded (New to dtrace, so no clue what this means.) Lars=