From owner-freebsd-stable@FreeBSD.ORG Wed Nov 21 19:53:33 2007 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 3D7E216A420; Wed, 21 Nov 2007 19:53:33 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by mx1.freebsd.org (Postfix) with ESMTP id 82C9613C467; Wed, 21 Nov 2007 19:53:32 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <47448CC2.7030100@FreeBSD.org> Date: Wed, 21 Nov 2007 20:53:38 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Ivan Voras References: <4741905E.8050300@chistydom.ru> <4742ADFE.40902@FreeBSD.org> <4742C46A.1060701@chistydom.ru> <47432F77.3030606@FreeBSD.org> <474339E9.4080301@FreeBSD.org> <4743629B.9090408@FreeBSD.org> <47440C10.5060608@FreeBSD.org> <47440E55.3060909@FreeBSD.org> <9bbcef730711210320s73c0625bh25ba2561b270f237@mail.gmail.com> In-Reply-To: <9bbcef730711210320s73c0625bh25ba2561b270f237@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: 2 x quad-core system is slower that 2 x dual core on FreeBSD 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, 21 Nov 2007 19:53:33 -0000 Ivan Voras wrote: > On 21/11/2007, Kris Kennaway wrote: >> Ivan Voras wrote: > >>> Yes, but I had to verify it anyway :) >> You haven't verified anything until you look at how much work the system >> is doing, before and after. > > I have, and it's roughly the same (50 +/- 2 queries/s). > > (meaning that I'm not interested in exact statistics here, but in > order-of-magnitude changes, which didn't happen). OK, let's take a step back here. Did you obtain the lock profiling trace and verify that you're seeing the same problem as Alexey? Can I see the trace? Kris