Skip to:
If a config file looks like below:
Then pt-mysql-summary will generate the following report:
But will not include the configuration.
That part is handle by:
https://github.com/percona/percona-toolkit/blob/3.x/bin/pt-mysql-summary#L1400-L1418
and it just skips those lines.
https://github.com/ylacancellera/percona-toolkit/tree/PT-2102_pt-mysql-summary_should_support_include_in_config_files
includedir is implemented
include still needs to be implemented
If a config file looks like below:
Then pt-mysql-summary will generate the following report:
But will not include the configuration.
That part is handle by:
https://github.com/percona/percona-toolkit/blob/3.x/bin/pt-mysql-summary#L1400-L1418
and it just skips those lines.