From owner-freebsd-questions@FreeBSD.ORG Tue Mar 20 07:38:19 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8897106566C for ; Tue, 20 Mar 2012 07:38:19 +0000 (UTC) (envelope-from akshay.sreeramoju@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 7D4F88FC12 for ; Tue, 20 Mar 2012 07:38:19 +0000 (UTC) Received: by dald2 with SMTP id d2so12056307dal.13 for ; Tue, 20 Mar 2012 00:38:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=23835I0DbemL+Qubs8Wfwln7c+WNh7NA9ZPdVIp/GS4=; b=E9SAHWIXQ3yXLd807mcggZr+mVBOew8MtYrFT4f9LzHfajYVVQSrYIXZWrELiAja1T dqAPSRCpCHW4mraS+wlO5wYPPEbDTWBYDf5nhQK82hJ6LmQAXY0rD8mhOP9BrreoAxdM UrG3C6aYatCLKvP4CMnrIlrINuUH7VTtC6cK3yn/y3XxCybUXJDWGOOFJiaJyHEIF9cF OX4JNvCDwcj6i6r1JnSrfVye4UOrBg92SAV5wGHdtxqYzSlj8Z+6CnpMdqfNxS8v/bAx OXgNXXCSXAzyvsX+a29K/oqpaKgEWrpZPrbjOLXIEgaioPEP7JUxhGkHD6ZwUvXJhRMc 83ew== MIME-Version: 1.0 Received: by 10.68.241.131 with SMTP id wi3mr47238605pbc.1.1332229099164; Tue, 20 Mar 2012 00:38:19 -0700 (PDT) Received: by 10.68.66.168 with HTTP; Tue, 20 Mar 2012 00:38:19 -0700 (PDT) Date: Tue, 20 Mar 2012 00:38:19 -0700 Message-ID: From: akshay sreeramoju To: FreeBSD - Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: freebsd 9.0: netperf 2.5 'configure' fails for --enable-cpuutil 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: Tue, 20 Mar 2012 07:38:19 -0000 Hi, What is the right option to give for ./configure --enable_cpuutil=? './configure --enable-cpuutil=sysctl' errors as below checking which CPU utilization measurement type to use... configure: error: --enable-cpuutil takes kstat, kstat10, looper, osx, perfstat, procstat, pstat, pstatnew, sysctl or none "./configure --enable-cpuutil=none", configures, compiles and runs. But local CPU util/service-demand is not calculated, as seen below Recv Send Send Utilization Service Demand Socket Socket Message Elapsed Send Recv Send Recv Size Size Size Time Throughput local remote local remote bytes bytes bytes secs. 10^6bits/s % U % S us/KB us/KB 2000000 1000000 1000000 6.04 0.89 -1.00 0.31 0.000 154.316 I tried the other suggested: kstat, kstat10, looper, osx, perfstat, procstat, pstat, pstatnew. They all fail at configure/make/un level. Can anyone help? Thank, Akshay