14 lines
208 B
Plaintext
Executable File
14 lines
208 B
Plaintext
Executable File
# Required server configuration:
|
|
#
|
|
# statistics-cumulative: yes
|
|
# extended-statistics: yes
|
|
|
|
nsdctl=`which nsd-control`
|
|
|
|
if [ $? -eq 0 ]
|
|
then
|
|
echo '<<<app-nsd>>>'
|
|
$nsdctl stats_noreset
|
|
fi
|
|
|