From owner-freebsd-net@FreeBSD.ORG Wed Dec 17 03:20:57 2003 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25FDB16A4CE for ; Wed, 17 Dec 2003 03:20:57 -0800 (PST) Received: from qhmail2.colt1.inetserver.de (qhmail2.colt1.inetserver.de [195.234.228.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8632443D31 for ; Wed, 17 Dec 2003 03:20:55 -0800 (PST) (envelope-from m.oe@x-trader.de) Received: from lupo.gn.qhintra.net (unknown [213.83.51.133]) by qhmail2.colt1.inetserver.de (Postfix) with ESMTP id A06A5AB412 for ; Wed, 17 Dec 2003 12:20:53 +0100 (CET) Received: from ente (ente.gn.qhintra.net [192.168.192.2]) by lupo.gn.qhintra.net (Postfix) with ESMTP id 0D21829F0A for ; Wed, 17 Dec 2003 12:20:52 +0100 (CET) From: "Markus Oestreicher" To: Date: Wed, 17 Dec 2003 12:20:51 +0100 Message-ID: <05bc01c3c48f$d47cec30$02c0a8c0@gnbuero.qhintra.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Polling CPU usage X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 11:20:57 -0000 Good Day, One firewall I have access to uses polling(4) to forward traffic between two fxp interfaces. (4.9-STABLE) When forwarding at ~70 Mbps top still shows 100% idle time as the polling(4) code runs in the system's idle process. Is there a way to get the real processor usage including the time spent on polling? Best Regards, Markus