MySQL Tuner

Home

Report date: [% localtime %]
Report host: [% $data{'Variables'}{'hostname'} %]
Report OS: [% $data{'OS'}{'OS Type'} %], Architecture:[% $data{'OS'}{'Architecture'} %], Ram: [% $data{'OS'}{'Physical Memory'}{'pretty'} %]
Server version: [% $data{'Variables'}{'version'} %], [% $data{'Variables'}{'version_compile_machine'} %], [% $data{'Status'}{'version_comment'} %]

Recommendations

    [% foreach $i ( @{$data{'Recommendations'}} ) { $OUT .= "
  • $i
  • "; } %]

Adjust variables

    [% foreach $i ( @{$data{'Adjust variables'}} ) { $OUT .= "
  • $i
  • "; } %]

Raw Result Data Structure

[% $debug %]