From owner-freebsd-current@FreeBSD.ORG Wed Jul 21 09:46:09 2004 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 7442D16A4CF for ; Wed, 21 Jul 2004 09:46:09 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.192]) by mx1.FreeBSD.org (Postfix) with SMTP id 2501B43D5C for ; Wed, 21 Jul 2004 09:46:09 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by mproxy.gmail.com with SMTP id d19so4594rnf for ; Wed, 21 Jul 2004 02:46:08 -0700 (PDT) Received: by 10.38.59.25 with SMTP id h25mr43648rna; Wed, 21 Jul 2004 02:46:08 -0700 (PDT) Message-ID: Date: Wed, 21 Jul 2004 17:46:08 +0800 From: Jiawei Ye To: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Over the top CPU usage with 4BSD scheduler 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: Wed, 21 Jul 2004 09:46:09 -0000 last pid: 30765; load averages: 0.89, 0.93, 1.04 up 0+04:06:13 17:43:24 59 processes: 1 running, 58 sleeping CPU states: 13.6% user, 0.0% nice, 10.1% system, 2.3% interrupt, 73.9% idle Mem: 66M Active, 121M Inact, 46M Wired, 9352K Cache, 34M Buf, 648K Free Swap: 512M Total, 69M Used, 442M Free, 13% Inuse PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND 30765 root 20 0 175M 13496K kserel 0:29 132.15% 110.35% jar This is a very current kernel (less than 10 hrs old) and also the first time I've seen >100% cpu usage. Is there anything I can help diagnose this? I was compiling jdk14 with native compiler when this happened. Jiawei Ye