From owner-freebsd-current@FreeBSD.ORG Wed Nov 3 15:10:30 2010 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A33B51065679 for ; Wed, 3 Nov 2010 15:10:30 +0000 (UTC) (envelope-from alexanderchuranov@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 3078E8FC1E for ; Wed, 3 Nov 2010 15:10:29 +0000 (UTC) Received: by bwz3 with SMTP id 3so633089bwz.13 for ; Wed, 03 Nov 2010 08:10:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=VaIIQybSTbMHCxmGslJFHvVWKUSgqeva8qkA4j0mNh4=; b=nhB9wdKcBWvIW1q/KMCnewozw5QPCJI6G9sD2IuSxkOPyLRw1FT9qTWi6skrbQlq3c pkQqzp9I7gfMGZDdtKIVz7b1Q5J3XJi7e7g202LWb6/zZ60OLYTdErQzCwf+8BSC60em EK4rRWJRpeA9HlQw7bfrf4DsOFn7tQNzdrKIw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=sJOnQFV7ckju7c13DDRiMKKhn0aQ3POKVtZKt3/rcozGeidhwxhwQ3QjW9HRNstcBw I2tuj/rI5Od87q3zCsMJh4bE0ER53bwLEjtLlqNrNMbcxK+Wfv/nHu17GWm7OagYLOfT lPQjIbHPwkmR5wwolfT0lNk7zhzDziFfc6tNg= MIME-Version: 1.0 Received: by 10.204.113.196 with SMTP id b4mr6369939bkq.176.1288795451972; Wed, 03 Nov 2010 07:44:11 -0700 (PDT) Received: by 10.204.142.133 with HTTP; Wed, 3 Nov 2010 07:44:11 -0700 (PDT) In-Reply-To: References: Date: Wed, 3 Nov 2010 17:44:11 +0300 Message-ID: From: Alexander Churanov To: David Rhodus Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: current@freebsd.org Subject: Re: calcru: runtime went backwards X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Nov 2010 15:10:30 -0000 2010/10/30 David Rhodus : > I haven't seen much of this since 5.x days. =A0Anyone else see calcru > messages lately ? The following was performed on my Xen-powered VPS by RootBSD: $ grep calcru /var/log/messages | wc -l 125 $ grep calcru /var/log/messages | head -n3 Oct 26 18:05:59 vps-1 kernel: calcru: runtime went backwards from 23 usec to 20 usec for pid 5 (sctp_iterator) Oct 26 18:43:10 vps-1 kernel: calcru: runtime went backwards from 7227818 usec to 7102572 usec for pid 97039 (emacs) Oct 26 18:43:10 vps-1 kernel: calcru: runtime went backwards from 1364643 usec to 1340996 usec for pid 97039 (emacs) $ grep calcru /var/log/messages | tail -n3 Oct 29 14:25:55 vps-1 kernel: calcru: runtime went backwards from 353859 usec to 341567 usec for pid 37537 (zsh) Oct 29 14:25:55 vps-1 kernel: calcru: runtime went backwards from 2837565876 usec to 2734396425 usec for pid 37537 (zsh) Oct 29 17:44:47 vps-1 kernel: calcru: runtime went backwards from 111596 usec to 105716 usec for pid 44694 (zsh) $ Alexander Churanov