[
                'id' => 'Percentage of temp tables on disk',
                'name' => __('Percentage of temp tables on disk'),
                'precondition' => 'Created_tmp_tables + Created_tmp_disk_tables > 0',
                'formula' => 'Created_tmp_disk_tables / (Created_tmp_tables + Created_tmp_disk_tables) * 100',