From owner-freebsd-questions@FreeBSD.ORG Wed Sep 13 23:10:12 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE74A16A403 for ; Wed, 13 Sep 2006 23:10:12 +0000 (UTC) (envelope-from arroba2puntos@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49E3843D46 for ; Wed, 13 Sep 2006 23:10:12 +0000 (GMT) (envelope-from arroba2puntos@gmail.com) Received: by nf-out-0910.google.com with SMTP id n29so1957649nfc for ; Wed, 13 Sep 2006 16:10:11 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=QsQA1tcf3QeO03limNXI5rMjmOLhoWeipKqLw85AOSTolV5x3WKRNulXt5Pkc8WmPkzpZh0c/rfxv6hR/WUJnRfPgP2+rUM/jq0yqKdGFXpmyu9MLSUM9GoCyLr/nG9EE5VFtgwP3lmjoao/2ibPwb1TfnVbtwyEr2kAqXjPseQ= Received: by 10.78.166.7 with SMTP id o7mr415022hue; Wed, 13 Sep 2006 16:10:10 -0700 (PDT) Received: from ?192.168.0.2? ( [85.57.129.135]) by mx.gmail.com with ESMTP id 4sm7637786hue.2006.09.13.16.10.09; Wed, 13 Sep 2006 16:10:10 -0700 (PDT) Message-ID: <45088FCF.3040405@gmail.com> Date: Thu, 14 Sep 2006 01:10:07 +0200 From: Karlos User-Agent: Thunderbird 1.5.0.5 (X11/20060812) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Meaning of CP_INTR X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Sep 2006 23:10:13 -0000 Im getting the cpu statistics from sysctlbyname("kern.cp_time"... But i dont know the exact meaning of the field CP_INTR (defined in sys/resource.h). I know its the time that the cpu spends in interrupt mode but: what kind of interrupts? IRQs? software interrupts? both? Thank you. -- /Karlos