#! /bin/sh # PCP QA Test No. 1046 (formerly 527) # exercise pmieconf global parameters # # Copyright (c) 1995-2002 Silicon Graphics, Inc. All Rights Reserved. # seq=`basename $0` echo "QA output created by $seq" # get standard environment, filters and checks . ./common.product . ./common.filter . ./common.check which pmieconf >/dev/null 2>&1 || _notrun "No pmieconf binary installed" status=1 # failure is the default! trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15 _filter() { $PCP_AWK_PROG '/delta = ([0-9]+)/ { print $(NF-2), $(NF-1), $NF }' } # real QA test starts here cat > $tmp.pmie <