From owner-freebsd-bugs@FreeBSD.ORG Thu Mar 10 22:40:05 2005 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 739A616A4CE for ; Thu, 10 Mar 2005 22:40:05 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A5E443D2F for ; Thu, 10 Mar 2005 22:40:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j2AMe5XD016117 for ; Thu, 10 Mar 2005 22:40:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j2AMe5IY016116; Thu, 10 Mar 2005 22:40:05 GMT (envelope-from gnats) Date: Thu, 10 Mar 2005 22:40:05 GMT Message-Id: <200503102240.j2AMe5IY016116@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Chris Hodgins Subject: Re: bin/46382: ps(1) could use a "repeat" mode X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Chris Hodgins List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2005 22:40:05 -0000 The following reply was made to PR bin/46382; it has been noted by GNATS. From: Chris Hodgins To: freebsd-gnats-submit@FreeBSD.org, rdm@cfcl.com Cc: Subject: Re: bin/46382: ps(1) could use a "repeat" mode Date: Thu, 10 Mar 2005 22:37:23 +0000 This pr suggests that a -c option is included with ps to add a repeat mode (see the description below). Looks like the -c option is now used by something else. Perhaps this should be closed now, or maybe we could use -R as it seems to be one of the few remaining letters free. :) Chris ========================== Description Several of the system monitoring commands have a "repeat" mode, allowing them to put out a report at specified intervals. The "-c" option in iostat(8) is a good example: -c Repeat the display count times. If no wait interval is specified, the default is 1 second. I would like to have such a mode in ps(1), so that I wouldn't have to spawn a new process each time I wanted a report.