Easiest way to get InnoDB container utilisation (no replies)
(MySQL.com) Hi there,
I am after an easy and simple way to grab my InnoDB Container utilisation. Currently I use:
mysql -uusername -ppassword -e "select Table_comment from information_schema.tables where engine = 'InnoDB' limit 1;" | awk /Inno/'{print $3}