From owner-freebsd-stable@FreeBSD.ORG Tue Sep 27 09:41:57 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A575316A41F for ; Tue, 27 Sep 2005 09:41:57 +0000 (GMT) (envelope-from vladgalu@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4283643D48 for ; Tue, 27 Sep 2005 09:41:57 +0000 (GMT) (envelope-from vladgalu@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so601725nzk for ; Tue, 27 Sep 2005 02:41:56 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JiC+2L7uLx59tXfZGWo0dKnnWNawZUnLmFkra/dRtY28mhg4lEDNvFngwIEvc5qeoSESaMGlTfib+lcJLUHEU8BxjtyMx3ip3tt0TNkWpPjLTyRV8UoXnPfNumU0phMKU24tzijLyCYu4lq+x+6/XT8K4vDa7CW0qpFG3ji+fGQ= Received: by 10.36.101.9 with SMTP id y9mr219309nzb; Tue, 27 Sep 2005 02:41:56 -0700 (PDT) Received: by 10.36.86.4 with HTTP; Tue, 27 Sep 2005 02:41:56 -0700 (PDT) Message-ID: <79722fad05092702411f0b15e1@mail.gmail.com> Date: Tue, 27 Sep 2005 12:41:56 +0300 From: Vlad GALU To: freebsd-stable@freebsd.org In-Reply-To: <1413940267.20050927112619@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1413940267.20050927112619@gmail.com> Subject: Re: device polling and high load averages X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Vlad GALU List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 09:41:57 -0000 On 9/27/05, peceka wrote: > Hi, > > I've got: > fw3# uname -r > 5.4-RELEASE-p7 > > in my kernel config i've set: > options HZ=3D1000 > options DEVICE_POLLING > > fw3# cat /etc/rc.conf | grep ifconfig > ifconfig_em0=3D"inet 192.168.1.251 netmask 255.255.255.0 polling" > > fw3# cat /etc/sysctl.conf | grep poll > kern.polling.enable=3D1 > kern.polling.idle_poll=3D1 > > And all the time i've got: > fw3# uptime > 11:22AM up 1:59, 1 user, load averages: 1.00, 1.00, 0.96 > > from top: > last pid: 88131; load averages: 1.00, 1.00, 0.96 > 24 processes: 1 running, 23 sleeping > CPU states: 0.0% user, 0.0% nice, 99.2% system, 0.8% interrupt, 0.0% = idle > > But this machine do nothing, just pure FBSD system. So why there is > such high load aver.? > Because of kern.polling.idle_poll. > Best regards, > p. > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > -- If it's there, and you can see it, it's real. If it's not there, and you can see it, it's virtual. If it's there, and you can't see it, it's transparent. If it's not there, and you can't see it, you erased it.