From owner-freebsd-current@FreeBSD.ORG Fri Aug 27 19:03:38 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 57A2716A4CE for ; Fri, 27 Aug 2004 19:03:38 +0000 (GMT) Received: from mail.vicor-nb.com (bigwoop.vicor-nb.com [208.206.78.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1460643D31 for ; Fri, 27 Aug 2004 19:03:34 +0000 (GMT) (envelope-from julian@elischer.org) Received: from elischer.org (julian.vicor-nb.com [208.206.78.97]) by mail.vicor-nb.com (Postfix) with ESMTP id F37957A440; Fri, 27 Aug 2004 12:03:32 -0700 (PDT) Message-ID: <412F8584.2070803@elischer.org> Date: Fri, 27 Aug 2004 12:03:32 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030516 X-Accept-Language: en, hu MIME-Version: 1.0 To: "Florian C. Smeets" References: <412E3E28.4070209@elischer.org> <412F08A1.1060806@kasimir.com> In-Reply-To: <412F08A1.1060806@kasimir.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: current@freebsd.org Subject: Re: Scheduler framework patch 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: Fri, 27 Aug 2004 19:03:38 -0000 Florian C. Smeets wrote: > Julian Elischer wrote: > >> I have made a patch that changes the scheduelr framework to further >> abstract teh scheduler. >> >> it is at http://www.freebsd.org/~julian/f.diff >> and should apply agains -current (and probably, though I have not >> tested it yet, against 5.3) >> >> there should be no real change in teh way teh system appears to operate. >> If you are feeling bored you might try applying it to a kernel tree >> and testing it. > > > Hi Julian, > > seems to work, but there is something wrong with the load calculation: hmm I'll look at that tonight.. > > > last pid: 4227; load averages: 576.70, 884.21, 460.30 up > 0+00:15:10 12:05:41 > 141 processes: 3 running, 112 sleeping, 1 zombie, 25 waiting > CPU states: 0.8% user, 0.0% nice, 6.9% system, 1.5% interrupt, > 90.8% idle > Mem: 137M Active, 38M Inact, 50M Wired, 9576K Cache, 34M Buf, 864K Free > Swap: 256M Total, 8512K Used, 248M Free, 3% Inuse > > PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND > 11 root 171 0 0K 12K RUN 12:37 89.06% 89.06% idle > 1458 flo 20 0 62816K 49912K kserel 0:22 0.00% 0.00% > thunderbird-bin > 819 flo 76 0 29592K 16904K select 0:12 0.00% 0.00% Xorg > 1777 flo 20 0 93240K 44076K kserel 0:08 0.00% 0.00% > soffice.bin > 1069 flo 20 0 40436K 23956K kserel 0:07 0.00% 0.00% > firefox-bin > > The fan of my laptop is goning crazy with this patch ;-) This was > tested with -CURRENT sources as of today + your patch. I'm using ULE > with libpthread. I'm not sure how the fan can be influenced by this, but I'll keep it in mind when looking into it.. how is performance? thanks for trying it.. > > > Regards, > flo > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to > "freebsd-current-unsubscribe@freebsd.org"