From owner-freebsd-current Sun Jul 23 17:22:17 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id RAA20806 for current-outgoing; Sun, 23 Jul 1995 17:22:17 -0700 Received: from mail.cs.tu-berlin.de (mail.cs.tu-berlin.de [130.149.17.13]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id RAA20798 for ; Sun, 23 Jul 1995 17:21:54 -0700 Received: from localhost.cs.tu-berlin.de ([130.149.1.123]) by mail.cs.tu-berlin.de (8.6.12/8.6.12) with ESMTP id CAA08899; Mon, 24 Jul 1995 02:13:06 +0200 Received: (from w@localhost) by localhost (8.6.9/8.6.9) id MAA01071; Sun, 23 Jul 1995 12:09:09 +0200 Date: Sun, 23 Jul 1995 12:09:09 +0200 From: Wolfram Schneider Message-Id: <199507231009.MAA01071@localhost> To: current@freebsd.org, joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) Subject: Re: New options for lastcomm(1) In-Reply-To: <199507211047.MAA21429@uriah.heep.sax.de> References: <199507210926.CAA11990@gndrsh.aac.dev.com> <199507211047.MAA21429@uriah.heep.sax.de> Reply-to: Wolfram Schneider MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: current-owner@freebsd.org Precedence: bulk J. Wunsch writes: >As Rodney W. Grimes wrote: >> >> > The additions would make sense for me. >> >> Find someone running accounting to review your ``cleanedup'' diff >> and I am all for addeded functionality to lastcomm as a 2 mintue >> read of the current lastcomm man pages shows it to be seriously >> lacking in functionality of just what data it can produce :-(. > >So who is running accounting? (Or can someone explain me in a >nutshell what i'd have to setup? I'd try it myself, even though i >cannot bill someone, it's at least interesting. ;-) I use accounting as poor man's (k)trace, for debugging and optimization of shell/perl scripts. Wolfram