From owner-freebsd-current@FreeBSD.ORG Sat Feb 19 22:52:41 2005 Return-Path: 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 2BFEE16A4CE for ; Sat, 19 Feb 2005 22:52:41 +0000 (GMT) Received: from VARK.MIT.EDU (VARK.MIT.EDU [18.95.3.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id C469243D2F for ; Sat, 19 Feb 2005 22:52:40 +0000 (GMT) (envelope-from das@FreeBSD.ORG) Received: from VARK.MIT.EDU (localhost [127.0.0.1]) by VARK.MIT.EDU (8.13.3/8.13.1) with ESMTP id j1JMp1nn016057; Sat, 19 Feb 2005 17:51:01 -0500 (EST) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.MIT.EDU (8.13.3/8.13.1/Submit) id j1JMp1nf016056; Sat, 19 Feb 2005 17:51:01 -0500 (EST) (envelope-from das@FreeBSD.ORG) Date: Sat, 19 Feb 2005 17:51:01 -0500 From: David Schultz To: Christian Jachmann Message-ID: <20050219225100.GA16028@VARK.MIT.EDU> Mail-Followup-To: Christian Jachmann , freebsd-current@FreeBSD.ORG References: <20050219141530.GA67861@hurx.thc> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050219141530.GA67861@hurx.thc> cc: freebsd-current@FreeBSD.ORG Subject: Re: Load over 1000 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 19 Feb 2005 22:52:41 -0000 On Sat, Feb 19, 2005, Christian Jachmann wrote: > Hi, > > seems that vm.loadavg cant grow over 1024 > > e.g. > > last pid: 68005; load averages: 993.78, 334.47, 636.27 up 0+03:26:16 15:12:28 > 1580 processes:1530 running, 50 sleeping > CPU states: 95.0% user, 0.0% nice, 5.0% system, 0.0% interrupt, 0.0% idle > > having some senseless code to produce a load of 2000 on a system. > > but... top does not show right values. > > last pid: 68098; load averages: 373.53, 641.73, 725.40 up 0+03:27:36 15:13:48 > 1673 processes:1621 running, 48 sleeping, 4 zombie > CPU states: 96.9% user, 0.0% nice, 3.1% system, 0.0% interrupt, 0.0% idle > > > seems that there is a bug Yes, see the comments in sys/param.h. I'm sorry that you were unable to accurately measure how much of your foot you're capable of shooting off.