From owner-freebsd-stable@FreeBSD.ORG Sat Dec 10 00:57:15 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 9E14E1065670; Sat, 10 Dec 2011 00:57:15 +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 48DDC8FC08; Sat, 10 Dec 2011 00:57:15 +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 pBA0v8T6056081; Fri, 9 Dec 2011 19:57:14 -0500 (EST) (envelope-from george+freebsd@m5p.com) Message-ID: <4EE2AE64.9060802@m5p.com> Date: Fri, 09 Dec 2011 19:57:08 -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 References: <4EE1EAFE.3070408@m5p.com> In-Reply-To: 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]); Fri, 09 Dec 2011 19:57:14 -0500 (EST) X-Scanned-By: MIMEDefang 2.72 on IPv6:2001:418:3fd::f7 Cc: George Mitchell , freebsd-stable@freebsd.org 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: Sat, 10 Dec 2011 00:57:15 -0000 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 > > and send the file to this mailing list. > > Thanks, > Attilio > > I hope this helps. -- George Mitchell