From owner-freebsd-hackers@FreeBSD.ORG Tue Oct 7 20:29:07 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66E3B16A4B3 for ; Tue, 7 Oct 2003 20:29:07 -0700 (PDT) Received: from mail.sandvine.com (sandvine.com [199.243.201.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2654543FCB for ; Tue, 7 Oct 2003 20:29:06 -0700 (PDT) (envelope-from don@sandvine.com) Received: by mail.sandvine.com with Internet Mail Service (5.5.2653.19) id <4CQ6MTBB>; Tue, 7 Oct 2003 23:29:05 -0400 Message-ID: From: Don Bowman To: akanwar@digitarchy.com Date: Tue, 7 Oct 2003 23:29:01 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" cc: freebsd-hackers@freebsd.org Subject: RE: HZ = 1000 slows down application X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2003 03:29:07 -0000 From: Luigi Rizzo [mailto:rizzo@icir.org] > On Tue, Oct 07, 2003 at 06:17:04PM -0400, > akanwar@digitarchy.com wrote: > > Hi Luigi, Mark, > > > > Thanks for your replies. > > > > We did some intensive profiling of our application. It does > not seem like > > we are depending on clock ticks for any calculations. > > > > On the other hand we notice that our slow iterations happen > almost at the > > same instant as "microuptime went backward" messages in the > system log. We > I think you need kern.timecounter.method=1 in sysctl.conf.