From owner-freebsd-stable@FreeBSD.ORG Wed Dec 14 11:06:50 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F1D3106564A; Wed, 14 Dec 2011 11:06:50 +0000 (UTC) (envelope-from george+freebsd@m5p.com) Received: from mailhost.m5p.com (ip-3-2-0-2.r20.asbnva02.us.ce.gin.ntt.net [IPv6:2001:418:0:5000::16]) by mx1.freebsd.org (Postfix) with ESMTP id CB96E8FC15; Wed, 14 Dec 2011 11:06:49 +0000 (UTC) Received: from wonderland.m5p.com (wonderland.m5p.com [IPv6:2001:418:3fd::19]) by mailhost.m5p.com (8.14.4/8.14.4) with ESMTP id pBEB6hRV008765; Wed, 14 Dec 2011 06:06:48 -0500 (EST) (envelope-from george+freebsd@m5p.com) Message-ID: <4EE88343.2050302@m5p.com> Date: Wed, 14 Dec 2011 06:06:43 -0500 From: George Mitchell User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:8.0) Gecko/20111127 Thunderbird/8.0 MIME-Version: 1.0 To: Attilio Rao , freebsd-stable@freebsd.org References: <4EE1EAFE.3070408@m5p.com> <4EE2AE64.9060802@m5p.com> In-Reply-To: <4EE2AE64.9060802@m5p.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.2.7 (mailhost.m5p.com [IPv6:2001:418:3fd::f7]); Wed, 14 Dec 2011 06:06:48 -0500 (EST) X-Scanned-By: MIMEDefang 2.72 on IPv6:2001:418:3fd::f7 Cc: Subject: Re: SCHED_ULE should not be the default X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Dec 2011 11:06:50 -0000 On 12/09/11 19:57, George Mitchell wrote: > On 12/09/11 10:17, Attilio Rao wrote: >> [...] >> More precisely I'd be interested in KTR traces. >> To be even more precise: >> With a completely stable GENERIC configuration (or otherwise please >> post your kernel config) please add the following: >> options KTR >> options KTR_ENTRIES=262144 >> options KTR_COMPILE=(KTR_SCHED) >> options KTR_MASK=(KTR_SCHED) >> >> While you are in the middle of the slow-down (so once it is well >> established) please do: >> # sysclt debug.ktr.cpumask="" > > wonderland# sysctl debug.ktr.cpumask="" > debug.ktr.cpumask: ffffffffffffffff > sysctl: debug.ktr.cpumask: Invalid argument > >> >> In the end go with: >> # ktrdump -ctf> ktr-ule-problem.out > > It's 44MB, so it's at http://www.m5p.com/~george/ktr-ule-problem.out There have been 22 downloads of this file so far; does anyone who looked at it have any results to report? Dear Secret Masters of FreeBSD: Can we have a decision on whether to change back to SCHED_4BSD while SCHED_ULE gets properly fixed? -- George Mitchell > >> >> and send the file to this mailing list. >> >> Thanks, >> Attilio >> >> > > I hope this helps. -- George Mitchell