# Required server configuration:
#
#         statistics-cumulative: yes
#         extended-statistics: yes

nsdctl=`which nsd-control`

if [ $? -eq 0 ]
then
  echo '<<<app-nsd>>>'
  $nsdctl stats_noreset
fi

