echo 'graph_info This graph displayes ACCT response lag of all radiator processes combined.'
#
# Count all statistics files and create labels
for COUNT in `ls $STATISTICSDIR/Statistics-acct* | sed -r 's/acct([1-9]{1})\.log$/acct0\1\.log/g' | sort | awk -F"acct" '{print $2}' | sed 's/\.log//g'`; do
echo 'radiator'$COUNT'.label radiator_'$COUNT' '
echo 'radiator'$COUNT'.type GAUGE'
echo 'radiator'$COUNT'.info radiator proc '$COUNT
done
exit 0
fi
# Print values for all statistics files
for FILE in `ls $STATISTICSDIR/Statistics-acct* | sed -r 's/acct([1-9]{1})\.log$/acct0\1\.log/g' | sort`; do