export plugname=lustre2_client
x=`ls /proc/fs/lustre/llite /sys/kernel/debug/lustre/llite |sed -e 's/-[^ ]*//g'`
export LDMSD_EXTRA="-m 1G"
if test -z "$x"; then
	echo FAIL: no lustre llites to test
	exit 1
fi
export llites=`echo $x |sed -e 's/ /,/g'`
portbase=61016
JOBDATA $TESTDIR/job.data 1 2 3
LDMSD -p prolog.jobid `seq 3`
MESSAGE ldms_ls on host 1:
LDMS_LS 1 -l
MESSAGE ldms_ls on host 2:
LDMS_LS 2 -l
MESSAGE ldms_ls on host 3:
LDMS_LS 3
SLEEP 5
KILL_LDMSD `seq 3`
file_created $STOREDIR/node/Lustre_Client
