From owner-freebsd-questions@FreeBSD.ORG Thu Jan 29 16:38:40 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 ACC80106564A for ; Thu, 29 Jan 2009 16:38:40 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from mail.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 5DB298FC20 for ; Thu, 29 Jan 2009 16:38:40 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (mail.rachie.is-a-geek.net [192.168.2.101]) by mail.rachie.is-a-geek.net (Postfix) with ESMTP id 3E8F7AFBCCB; Thu, 29 Jan 2009 07:38:39 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Thu, 29 Jan 2009 07:38:38 -0900 User-Agent: KMail/1.9.10 References: <498196B8.1060101@itlegion.ru> <200901290628.50945.fbsd.questions@rachie.is-a-geek.net> <4981CDAA.9000001@itlegion.ru> In-Reply-To: <4981CDAA.9000001@itlegion.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901290738.38937.fbsd.questions@rachie.is-a-geek.net> Cc: Artem Kuchin Subject: Re: 6.8 became very slow 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, 29 Jan 2009 16:38:41 -0000 On Thursday 29 January 2009 06:39:22 Artem Kuchin wrote: > I am sure this is not the case because the new raid was simply recreated > manually using 3ware bios and > then freebsd installed and then old data copied from backup. Ah, I got that wrong from your mail. > BTW, here are the interrupts: > interrupt total rate > irq14: ata0 47 0 > irq15: ata1 4818547 3 > irq28: em0 137807398 105 > irq72: twe0 66970618 51 > cpu0: timer 2606991398 2000 > cpu1: timer 2596549865 1992 > cpu2: timer 2606991199 2000 > cpu3: timer 2596549863 1992 > Total 10616678935 8145 That should be normal: cpu0: timer 961443545 1999 irq256: em0 660532 1 cpu1: timer 961433589 1999 $ sysctl kern.clockrate kern.clockrate: { hz = 1000, tick = 1000, profhz = 2000, stathz = 133 } Not much has gone in 6-STABLE since 6.4 release. I would sync binaries in one jail that is offensive at the moment and restart it. See if the problem goes away for that jail. Resolver libraries and openssl have had an update for security patches, but that doesn't explain the kernel having a hard time. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.