# $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";