@@ -221,12 +221,12 @@ if [ $iMaxChilds -gt 0 ]; then
fi
if[$iQueue-gt 0 ];then
echo$hint
echo"WARNING: $iQueue queued requests were found. Maximum of queued items is $iMaxQueue."
echo"WARNING: $iQueue queued requests were found. Maximum of queued items is $iMaxQueue (since last start of fpm service)."
echo
fi
if[$iSlow-gt 0 ];then
echo$hint
echo"WARNING: $iSlow slow requests were found per $sDeltaunit... $iSlowTotal since restart of fpm service."
echo"WARNING: $iSlow slow requests were found per $sDeltaunit($iSlowPercent%)... total $iSlowTotal slow req were detected (since last start of fpm service)."