#!/bin/sh # # demo if pmdaCache to manage papi PMNS # here=`pwd` if [ ! -x /var/lib/pcp/testsuite/src/pmdacache ] then if [ -f /var/lib/pcp/testsuite/src/pmdacache.c ] then cd /var/lib/pcp/testsuite/src sudo -u pcpqa make pmdacache if [ ! -x /var/lib/pcp/testsuite/src/pmdacache ] then echo "Error: failed to make pmdacache in /var/lib/pcp/testsuite/src" exit 1 fi else echo "Error: need pmdacache.c in /var/lib/pcp/testsuite/src" exit 1 fi fi sudo -u pcp ./pmdacache -C -S cat <