From: Stephen L Johnson Date: Mon, 20 Nov 2000 22:45:11 +0000 (+0000) Subject: added -k to $DF command for 1024 block size X-Git-Tag: spong-2_7_1~4 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=feefaae669f572866a8f8cc8f1c8ed8d93507488;p=spong.git added -k to $DF command for 1024 block size --- diff --git a/config/spong.conf.aix b/config/spong.conf.aix index 38c6bcc..15b3e4a 100755 --- a/config/spong.conf.aix +++ b/config/spong.conf.aix @@ -7,9 +7,9 @@ # $PS You really want you ps command to return sorted via CPU usage # $PING Make sure your ping command only pings a finite number of times # --------------------------------------------------------------------------- -# $Id: spong.conf.aix,v 1.5 2000/10/16 13:58:48 sljohnson Exp $ +# $Id: spong.conf.aix,v 1.6 2000/11/20 22:45:11 sljohnson Exp $ -$DF = "/usr/bin/df"; +$DF = "/usr/bin/df -k"; $LSPS = "/usr/sbin/lsps -s"; $UPTIME = "/usr/bin/uptime"; $PS = "/usr/bin/ps -eF \"pcpu time vsz pid ruser args\" | /usr/bin/sort -r";