From owner-freebsd-current@FreeBSD.ORG Fri Oct 7 14:12:12 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD9EA16A41F for ; Fri, 7 Oct 2005 14:12:12 +0000 (GMT) (envelope-from jura@networks.ru) Received: from networks.ru (orange.networks.ru [80.249.138.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCFF643D48 for ; Fri, 7 Oct 2005 14:12:11 +0000 (GMT) (envelope-from jura@networks.ru) Received: from [81.195.67.217] (HELO Jura) by networks.ru (CommuniGate Pro SMTP 4.3.8) with ESMTPS id 1987939 for freebsd-current@freebsd.org; Fri, 07 Oct 2005 18:12:10 +0400 Message-ID: <00e401c5cb48$de24e190$6504010a@Jura> From: "Yuriy N. Shkandybin" To: Date: Fri, 7 Oct 2005 18:10:26 +0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="koi8-r"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Subject: Re: [HEADSUP] big polling changes X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 07 Oct 2005 14:12:12 -0000 Hello. First of all hank you , Gleb, for your work with polling! I've noticed next: no polling CPU states: 0.9% user, 0.0% nice, 5.8% system, 4.1% interrupt, 89.2% idle polling CPU states: 1.8% user, 0.0% nice, 5.8% system, 2.9% interrupt, 89.6% idle 1.5 times slowly then without polling enabled polling + kern.polling.idle_poll=1 CPU states: 0.2% user, 0.0% nice, 59.3% system, 21.3% interrupt, 19.2% idle but about +10 % perfomance thoughput I've tested with em, nge, em+nge. Jura