From owner-freebsd-hackers@FreeBSD.ORG Wed May 16 07:36:21 2007 Return-Path: X-Original-To: freebsd-hackers@FreeBSD.ORG Delivered-To: freebsd-hackers@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E6D6916A402 for ; Wed, 16 May 2007 07:36:21 +0000 (UTC) (envelope-from dds@aueb.gr) Received: from mx-out-01.forthnet.gr (mx-out.forthnet.gr [193.92.150.103]) by mx1.freebsd.org (Postfix) with ESMTP id 4BADC13C46C for ; Wed, 16 May 2007 07:36:20 +0000 (UTC) (envelope-from dds@aueb.gr) Received: from mx-av-02.forthnet.gr (mx-av.forthnet.gr [193.92.150.27]) by mx-out-01.forthnet.gr (8.13.8/8.13.8) with ESMTP id l4G7aIGe000803 for ; Wed, 16 May 2007 10:36:18 +0300 Received: from MX-IN-01.forthnet.gr (mx-in-01.forthnet.gr [193.92.150.23]) by mx-av-02.forthnet.gr (8.14.1/8.14.1) with ESMTP id l4G7aHDx006766 for ; Wed, 16 May 2007 10:36:17 +0300 Received: from [192.168.136.22] (ppp124-213.adsl.forthnet.gr [193.92.231.213]) by MX-IN-01.forthnet.gr (8.14.1/8.14.1) with ESMTP id l4G7aAsk019217 for ; Wed, 16 May 2007 10:36:11 +0300 Authentication-Results: MX-IN-01.forthnet.gr from=dds@aueb.gr; sender-id=neutral; spf=neutral Message-ID: <464AB44F.3020706@aueb.gr> Date: Wed, 16 May 2007 10:35:43 +0300 From: Diomidis Spinellis User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2) Gecko/20070222 SeaMonkey/1.1.1 MIME-Version: 1.0 To: freebsd-hackers@FreeBSD.ORG Content-Type: text/plain; charset=ISO-8859-7; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Accounting test data X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2007 07:36:22 -0000 I'm testing the backwards compatibility of the process accounting processing tools (sa(8) and lastcomm(1)) with the upcoming new acct(5) record format. If you have root access on a FreeBSD AMD64, Sparc64, ia64, or PowerPC machine please run the shell script http://www.spinellis.gr/FreeBSD/values.sh and post the resulting file as a reply to this message (this will avoid replicated effort). The script generates a small process accounting file containing the results of a dozen simple commands. It takes less than 10s to run. If your machine runs with process accounting enabled, you will need to re-enable it after the script terminates (the script will tell you how). I intend to make the data you send me part of the process accounting regression testing. Many thanks, Diomidis Spinellis - http://people.freebsd.org/~dds/