From owner-freebsd-questions@FreeBSD.ORG Thu Jan 22 14:17:09 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D9241065673 for ; Thu, 22 Jan 2009 14:17:09 +0000 (UTC) (envelope-from gandalf@shopzeus.com) Received: from viefep19-int.chello.at (viefep19-int.chello.at [62.179.121.39]) by mx1.freebsd.org (Postfix) with ESMTP id 9123A8FC26 for ; Thu, 22 Jan 2009 14:17:08 +0000 (UTC) (envelope-from gandalf@shopzeus.com) Received: from edge02.upc.biz ([192.168.13.237]) by viefep16-int.chello.at (InterMail vM.7.09.01.00 201-2219-108-20080618) with ESMTP id <20090122140121.UOFI25613.viefep16-int.chello.at@edge02.upc.biz> for ; Thu, 22 Jan 2009 15:01:21 +0100 Received: from [192.168.1.104] ([89.134.230.11]) by edge02.upc.biz with edge id 6e1L1b01F0FQLHV02e1MYc; Thu, 22 Jan 2009 15:01:21 +0100 X-SourceIP: 89.134.230.11 Message-ID: <49787C30.9010207@shopzeus.com> Date: Thu, 22 Jan 2009 15:01:20 +0100 From: Laszlo Nagy User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: load average + with no visible load ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jan 2009 14:17:09 -0000 #uptime 9:06AM up 6:14, 12 users, load averages: 25.39, 13.19, 9.55 I would think that CPU is under 100% when load=15.58 . But it is not: #top -S last pid: 17095; load averages: 13.26, 11.20, 8.57 up 0+06:12:25 09:04:27 514 processes: 3 running, 490 sleeping, 1 zombie, 20 waiting CPU states: 16.1% user, 0.0% nice, 1.8% system, 0.0% interrupt, 82.1% idle Mem: 1406M Active, 272M Inact, 247M Wired, 70M Cache, 112M Buf, 8380K Free Swap: 4096M Total, 4096M Free PID USERNAME THR PRI NICE SIZE RES STATE C TIME WCPU COMMAND 11 root 1 171 52 0K 8K RUN 0 214:21 43.70% idle: cpu0 10 root 1 171 52 0K 8K RUN 1 282:08 34.28% idle: cpu1 21 root 1 -68 -187 0K 8K WAIT 1 2:15 2.05% irq19: myk0 uhci3 16480 timea 1 97 0 34376K 17628K select 0 0:03 1.81% wnck-applet 14813 kornel 1 96 0 34376K 27384K select 0 0:20 1.12% skype 17095 root 1 96 0 3104K 2324K CPU1 1 0:00 1.00% top 16443 timea 1 96 0 17304K 12560K select 1 0:03 0.98% metacity 12 root 1 -44 -163 0K 8K WAIT 1 1:21 0.88% swi1: net 16550 timea 1 97 0 41760K 37284K select 0 0:15 0.73% wish8.4 2317 zsolt 1 96 0 29680K 22344K select 1 3:13 0.59% skype 3450 szgabor 1 96 0 28344K 21484K select 1 2:56 0.49% skype The most strange is that "last pid" is almost constant, about 1 process started per second. So how it is possible that "top -S" tells "82% idle" but "load" tells 15.58 ? Thanks, Laszlo