Subject: CVS commit: src/share/sushi/procs
To: None <source-changes@NetBSD.org>
From: Tim Rightnour <garbled@netbsd.org>
List: source-changes
Date: 03/09/2004 19:33:49
Module Name:	src
Committed By:	garbled
Date:		Tue Mar  9 19:33:49 UTC 2004

Modified Files:
	src/share/sushi/procs/showallprocs: script
	src/share/sushi/procs/showprocs: script
	src/share/sushi/procs/topcpu: script
	src/share/sushi/procs/topmem: script
	src/share/sushi/procs/toptime: script

Log Message:
Apply patches from bin/24646 by Peter Postma to fix various process
related scripts:
* Don't check if the daemons ntpdate, virecover, ipfilter, samba
  are running (because they get only started at boot, or are wrappers
  to other scripts).
* Exclude lines with 'not supported' and 'not found' in the ouput.
* Top 15 cpu {usage,time} and memory: show really the 15 top daemons
  (instead of 14) and fix cpu time.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/share/sushi/procs/showallprocs/script
cvs rdiff -r1.1 -r1.2 src/share/sushi/procs/showprocs/script
cvs rdiff -r1.1 -r1.2 src/share/sushi/procs/topcpu/script
cvs rdiff -r1.1 -r1.2 src/share/sushi/procs/topmem/script
cvs rdiff -r1.1 -r1.2 src/share/sushi/procs/toptime/script

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.