how to find total number of mysql slow queries

$mysqladmin -u $User -p password status  2>/dev/null | awk '{print $9}')

comments powered by Disqus