From owner-freebsd-current@FreeBSD.ORG Sat Feb 19 14:15:33 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 5AE6B16A4CE for ; Sat, 19 Feb 2005 14:15:33 +0000 (GMT) Received: from wm1.todt.org (wm2.todt.org [207.218.27.21]) by mx1.FreeBSD.org (Postfix) with SMTP id DD4A743D1F for ; Sat, 19 Feb 2005 14:15:31 +0000 (GMT) (envelope-from jachmann@unitix.org) Received: (qmail 95548 invoked from network); 19 Feb 2005 14:15:30 -0000 Received: from unknown (HELO hurx.thc) (213.23.51.80) by 0 with SMTP; 19 Feb 2005 14:15:30 -0000 Received: (qmail 68178 invoked by uid 1001); 19 Feb 2005 14:15:30 -0000 Date: Sat, 19 Feb 2005 15:15:30 +0100 From: Christian Jachmann To: freebsd-current@freebsd.org Message-ID: <20050219141530.GA67861@hurx.thc> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Mailman-Approved-At: Sat, 19 Feb 2005 14:28:59 +0000 Subject: 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 14:15:33 -0000 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 -- Christian Jachmann