diff --git a/bin/pt-align b/bin/pt-align index a17ca7b5..e6d8985f 100755 --- a/bin/pt-align +++ b/bin/pt-align @@ -75,6 +75,72 @@ how wide each column should be, and then prints them out. This is useful for things like aligning the output of vmstat or iostat so it is easier to read. +=head1 DOWNLOADING + +Visit L to download the latest release of +Percona Toolkit. Or, to get the latest release from the command line: + + wget percona.com/latest/percona-toolkit/PKG + +Replace C with C, C, or C to download the package in that +format. You can also get individual tools from the latest release: + + wget percona.com/latest/percona-toolkit/TOOL + +Replace C with the name of any tool. + +=head1 ENVIRONMENT + +The environment variable C enables verbose debugging output to STDERR. +To enable debugging and capture all output to a file, run the tool like: + + PTDEBUG=1 $TOOL ... > FILE 2>&1 + +Be careful: debugging output is voluminous and can generate several megabytes +of output. + +=head1 SYSTEM REQUIREMENTS + +You need Perl, DBI, DBD::mysql, and some core packages that ought to be +installed in any reasonably new version of Perl. + +=head1 BUGS + +For a list of known bugs, see L. + +Please report bugs at L. +Include the following information in your bug report: + +=over + +=item * Complete command-line used to run the tool + +=item * Tool L<"--version"> + +=item * MySQL version of all servers involved + +=item * Output from the tool including STDERR + +=item * Input files (log/dump/config files, etc.) + +=back + +If possible, include debugging output by running the tool with C; +see L<"ENVIRONMENT">. + +=head1 AUTHORS + +Baron Schwartz + +=head1 ABOUT PERCONA TOOLKIT + +This tool is part of Percona Toolkit, a collection of advanced command-line +tools developed by Percona for MySQL support and consulting. Percona Toolkit +was forked from two projects in June, 2011: Maatkit and Aspersa. Those +projects were created by Baron Schwartz and developed primarily by him and +Daniel Nichter, both of whom are employed by Percona. Visit +L for more software developed by Percona. + =head1 COPYRIGHT, LICENSE, AND WARRANTY This program is copyright 2010 Baron Schwartz, 2011 Percona Inc. @@ -94,22 +160,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -=head1 AUTHORS - -Baron Schwartz - -=head1 ABOUT PERCONA TOOLKIT - -This tool is part of Percona Toolkit, a collection of advanced command-line -tools used by Percona for MySQL support and consulting. Percona Toolkit -was forked from two projects in June, 2011: Maatkit and Aspersa. Those -projects were created by Baron Schwartz and developed primarily by him and -Daniel Nichter, both of whom are employed by Percona. Financial support for -Percona Toolkit development is provided by Percona and its clients. Visit -L for more projects developed by Percona. - =head1 VERSION -This manual page documents Ver @VERSION@ Distrib @DISTRIB@ $Revision: 7531 $. +Percona Toolkit v1.0.0 released 2011-08-01 =cut diff --git a/bin/pt-archiver b/bin/pt-archiver index 425e2948..976b40ae 100755 --- a/bin/pt-archiver +++ b/bin/pt-archiver @@ -5702,27 +5702,29 @@ A sample module might look like this: 1; -=head1 DOWNLOADING +=head1 DOWNLOADING + +Visit L to download the latest release of +Percona Toolkit. Or, to get the latest release from the command line: -You can download Maatkit from Google Code at -L, or you can get any of the tools -easily with a command like the following: + wget percona.com/latest/percona-toolkit/PKG - wget http://www.maatkit.org/get/toolname - or - wget http://www.maatkit.org/trunk/toolname +Replace C with C, C, or C to download the package in that +format. You can also get individual tools from the latest release: -Where C can be replaced with the name (or fragment of a name) of any -of the Maatkit tools. Once downloaded, they're ready to run; no installation is -needed. The first URL gets the latest released version of the tool, and the -second gets the latest trunk code from Subversion. + wget percona.com/latest/percona-toolkit/TOOL + +Replace C with the name of any tool. =head1 ENVIRONMENT -The environment variable C enables verbose debugging output in all of -the Maatkit tools: +The environment variable C enables verbose debugging output to STDERR. +To enable debugging and capture all output to a file, run the tool like: - MKDEBUG=1 mk-.... + PTDEBUG=1 $TOOL ... > FILE 2>&1 + +Be careful: debugging output is voluminous and can generate several megabytes +of output. =head1 SYSTEM REQUIREMENTS @@ -5731,26 +5733,48 @@ installed in any reasonably new version of Perl. =head1 BUGS -For a list of known bugs see L. +For a list of known bugs, see L. -Please use Google Code Issues and Groups to report bugs or request support: -L. You can also join #maatkit on Freenode to -discuss Maatkit. +Please report bugs at L. +Include the following information in your bug report: -Please include the complete command-line used to reproduce the problem you are -seeing, the version of all MySQL servers involved, the complete output of the -tool when run with L<"--version">, and if possible, debugging output produced by -running with the C environment variable. +=over + +=item * Complete command-line used to run the tool + +=item * Tool L<"--version"> + +=item * MySQL version of all servers involved + +=item * Output from the tool including STDERR + +=item * Input files (log/dump/config files, etc.) + +=back + +If possible, include debugging output by running the tool with C; +see L<"ENVIRONMENT">. + +=head1 AUTHORS + +Baron Schwartz =head1 ACKNOWLEDGMENTS -Thanks to the following people, and apologies to anyone I've omitted: +Andrew O'Brien -Andrew O'Brien, +=head1 ABOUT PERCONA TOOLKIT + +This tool is part of Percona Toolkit, a collection of advanced command-line +tools developed by Percona for MySQL support and consulting. Percona Toolkit +was forked from two projects in June, 2011: Maatkit and Aspersa. Those +projects were created by Baron Schwartz and developed primarily by him and +Daniel Nichter, both of whom are employed by Percona. Visit +L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2007-@CURRENTYEAR@ Baron Schwartz. +This program is copyright 2007-2011 Baron Schwartz, 2011 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -5767,19 +5791,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -=head1 AUTHORS - -Baron Schwartz - -=head1 ABOUT MAATKIT - -This tool is part of Maatkit, a toolkit for power users of MySQL. Maatkit -was created by Baron Schwartz; Baron and Daniel Nichter are the primary -code contributors. Both are employed by Percona. Financial support for -Maatkit development is primarily provided by Percona and its clients. - =head1 VERSION -This manual page documents Ver @VERSION@ Distrib @DISTRIB@ $Revision: 7531 $. +Percona Toolkit v1.0.0 released 2011-08-01 =cut diff --git a/bin/pt-checksum-filter b/bin/pt-checksum-filter index 58d096be..cb6f2bae 100755 --- a/bin/pt-checksum-filter +++ b/bin/pt-checksum-filter @@ -1301,49 +1301,75 @@ Show version and exit. =back -=head1 DOWNLOADING +=head1 DOWNLOADING + +Visit L to download the latest release of +Percona Toolkit. Or, to get the latest release from the command line: -You can download Maatkit from Google Code at -L, or you can get any of the tools -easily with a command like the following: + wget percona.com/latest/percona-toolkit/PKG - wget http://www.maatkit.org/get/toolname - or - wget http://www.maatkit.org/trunk/toolname +Replace C with C, C, or C to download the package in that +format. You can also get individual tools from the latest release: -Where C can be replaced with the name (or fragment of a name) of any -of the Maatkit tools. Once downloaded, they're ready to run; no installation is -needed. The first URL gets the latest released version of the tool, and the -second gets the latest trunk code from Subversion. + wget percona.com/latest/percona-toolkit/TOOL + +Replace C with the name of any tool. =head1 ENVIRONMENT -The environment variable C enables verbose debugging output in all of -the Maatkit tools: +The environment variable C enables verbose debugging output to STDERR. +To enable debugging and capture all output to a file, run the tool like: - MKDEBUG=1 mk-.... + PTDEBUG=1 $TOOL ... > FILE 2>&1 + +Be careful: debugging output is voluminous and can generate several megabytes +of output. =head1 SYSTEM REQUIREMENTS -You need Perl and some core packages that ought to be installed in any -reasonably new version of Perl. +You need Perl, DBI, DBD::mysql, and some core packages that ought to be +installed in any reasonably new version of Perl. =head1 BUGS -For a list of known bugs see L. +For a list of known bugs, see L. -Please use Google Code Issues and Groups to report bugs or request support: -L. You can also join #maatkit on Freenode to -discuss Maatkit. +Please report bugs at L. +Include the following information in your bug report: -Please include the complete command-line used to reproduce the problem you are -seeing, the version of all MySQL servers involved, the complete output of the -tool when run with L<"--version">, and if possible, debugging output produced by -running with the C environment variable. +=over + +=item * Complete command-line used to run the tool + +=item * Tool L<"--version"> + +=item * MySQL version of all servers involved + +=item * Output from the tool including STDERR + +=item * Input files (log/dump/config files, etc.) + +=back + +If possible, include debugging output by running the tool with C; +see L<"ENVIRONMENT">. + +=head1 AUTHORS + +Baron Schwartz + +=head1 ABOUT PERCONA TOOLKIT + +This tool is part of Percona Toolkit, a collection of advanced command-line +tools developed by Percona for MySQL support and consulting. Percona Toolkit +was forked from two projects in June, 2011: Maatkit and Aspersa. Those +projects were created by Baron Schwartz and developed primarily by him and +Daniel Nichter, both of whom are employed by Percona. Visit +L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2007-@CURRENTYEAR@ Baron Schwartz. +This program is copyright 2007-2011 Baron Schwartz, 2011 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -1360,19 +1386,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -=head1 AUTHORS - -Baron "Xaprb" Schwartz - -=head1 ABOUT MAATKIT - -This tool is part of Maatkit, a toolkit for power users of MySQL. Maatkit -was created by Baron Schwartz; Baron and Daniel Nichter are the primary -code contributors. Both are employed by Percona. Financial support for -Maatkit development is primarily provided by Percona and its clients. - =head1 VERSION -This manual page documents Ver @VERSION@ Distrib @DISTRIB@ $Revision: 7477 $. +Percona Toolkit v1.0.0 released 2011-08-01 =cut diff --git a/bin/pt-collect b/bin/pt-collect index 69449f23..c9de138b 100755 --- a/bin/pt-collect +++ b/bin/pt-collect @@ -298,10 +298,71 @@ Usage: pt-collect [OPTION...] pt-collect focuses on gathering diagnostic data during a MySQL performance problem. It is typically executed by C. +=head1 DOWNLOADING + +Visit L to download the latest release of +Percona Toolkit. Or, to get the latest release from the command line: + + wget percona.com/latest/percona-toolkit/PKG + +Replace C with C, C, or C to download the package in that +format. You can also get individual tools from the latest release: + + wget percona.com/latest/percona-toolkit/TOOL + +Replace C with the name of any tool. + +=head1 ENVIRONMENT + +The environment variable C enables verbose debugging output to STDERR. +To enable debugging and capture all output to a file, run the tool like: + + PTDEBUG=1 $TOOL ... > FILE 2>&1 + +Be careful: debugging output is voluminous and can generate several megabytes +of output. + +=head1 SYSTEM REQUIREMENTS + +You need Bash. + +=head1 BUGS + +For a list of known bugs, see L. + +Please report bugs at L. +Include the following information in your bug report: + +=over + +=item * Complete command-line used to run the tool + +=item * Tool L<"--version"> + +=item * MySQL version of all servers involved + +=item * Output from the tool including STDERR + +=item * Input files (log/dump/config files, etc.) + +=back + +If possible, include debugging output by running the tool with C; +see L<"ENVIRONMENT">. + =head1 AUTHORS Baron Schwartz +=head1 ABOUT PERCONA TOOLKIT + +This tool is part of Percona Toolkit, a collection of advanced command-line +tools developed by Percona for MySQL support and consulting. Percona Toolkit +was forked from two projects in June, 2011: Maatkit and Aspersa. Those +projects were created by Baron Schwartz and developed primarily by him and +Daniel Nichter, both of whom are employed by Percona. Visit +L for more software developed by Percona. + =head1 COPYRIGHT, LICENSE, AND WARRANTY This program is copyright 2010-2011 Baron Schwartz, 2011 Percona Inc. @@ -320,9 +381,11 @@ licenses. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -legal.pod (END) + +=head1 VERSION + +Percona Toolkit v1.0.0 released 2011-08-01 =cut DOCUMENTATION - diff --git a/bin/pt-config-diff b/bin/pt-config-diff index 7f10440c..02683cbb 100755 --- a/bin/pt-config-diff +++ b/bin/pt-config-diff @@ -3174,48 +3174,75 @@ User for login if not current user. =back -=head1 DOWNLOADING +=head1 DOWNLOADING + +Visit L to download the latest release of +Percona Toolkit. Or, to get the latest release from the command line: -You can download Maatkit from Google Code at -L, or you can get any of the tools -easily with a command like the following: + wget percona.com/latest/percona-toolkit/PKG - wget http://www.maatkit.org/get/toolname - or - wget http://www.maatkit.org/trunk/toolname +Replace C with C, C, or C to download the package in that +format. You can also get individual tools from the latest release: -Where C can be replaced with the name (or fragment of a name) of any -of the Maatkit tools. Once downloaded, they're ready to run; no installation is -needed. The first URL gets the latest released version of the tool, and the -second gets the latest trunk code from Subversion. + wget percona.com/latest/percona-toolkit/TOOL + +Replace C with the name of any tool. =head1 ENVIRONMENT -The environment variable C enables verbose debugging output in all of -the Maatkit tools: +The environment variable C enables verbose debugging output to STDERR. +To enable debugging and capture all output to a file, run the tool like: - MKDEBUG=1 mk-.... + PTDEBUG=1 $TOOL ... > FILE 2>&1 + +Be careful: debugging output is voluminous and can generate several megabytes +of output. =head1 SYSTEM REQUIREMENTS -You need the following Perl modules: DBI and DBD::mysql. +You need Perl, DBI, DBD::mysql, and some core packages that ought to be +installed in any reasonably new version of Perl. =head1 BUGS -For a list of known bugs see L. +For a list of known bugs, see L. -Please use Google Code Issues and Groups to report bugs or request support: -L. You can also join #maatkit on Freenode to -discuss Maatkit. +Please report bugs at L. +Include the following information in your bug report: -Please include the complete command-line used to reproduce the problem you are -seeing, the version of all MySQL servers involved, the complete output of the -tool when run with L<"--version">, and if possible, debugging output produced by -running with the C environment variable. +=over + +=item * Complete command-line used to run the tool + +=item * Tool L<"--version"> + +=item * MySQL version of all servers involved + +=item * Output from the tool including STDERR + +=item * Input files (log/dump/config files, etc.) + +=back + +If possible, include debugging output by running the tool with C; +see L<"ENVIRONMENT">. + +=head1 AUTHORS + +Baron Schwartz and Daniel Nichter + +=head1 ABOUT PERCONA TOOLKIT + +This tool is part of Percona Toolkit, a collection of advanced command-line +tools developed by Percona for MySQL support and consulting. Percona Toolkit +was forked from two projects in June, 2011: Maatkit and Aspersa. Those +projects were created by Baron Schwartz and developed primarily by him and +Daniel Nichter, both of whom are employed by Percona. Visit +L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2009-@CURRENTYEAR@ Percona Inc. +This program is copyright 2011 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -3232,19 +3259,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -=head1 AUTHORS - -Baron Schwartz and Daniel Nichter - -=head1 ABOUT MAATKIT - -This tool is part of Maatkit, a toolkit for power users of MySQL. Maatkit -was created by Baron Schwartz; Baron and Daniel Nichter are the primary -code contributors. Both are employed by Percona. Financial support for -Maatkit development is primarily provided by Percona and its clients. - =head1 VERSION -This manual page documents Ver @VERSION@ Distrib @DISTRIB@ $Revision: 7477 $. +Percona Toolkit v1.0.0 released 2011-08-01 =cut diff --git a/bin/pt-deadlock-logger b/bin/pt-deadlock-logger index 5a207f6b..0a787241 100755 --- a/bin/pt-deadlock-logger +++ b/bin/pt-deadlock-logger @@ -2645,27 +2645,29 @@ User for login if not current user. =back -=head1 DOWNLOADING +=head1 DOWNLOADING + +Visit L to download the latest release of +Percona Toolkit. Or, to get the latest release from the command line: -You can download Maatkit from Google Code at -L, or you can get any of the tools -easily with a command like the following: + wget percona.com/latest/percona-toolkit/PKG - wget http://www.maatkit.org/get/toolname - or - wget http://www.maatkit.org/trunk/toolname +Replace C with C, C, or C to download the package in that +format. You can also get individual tools from the latest release: -Where C can be replaced with the name (or fragment of a name) of any -of the Maatkit tools. Once downloaded, they're ready to run; no installation is -needed. The first URL gets the latest released version of the tool, and the -second gets the latest trunk code from Subversion. + wget percona.com/latest/percona-toolkit/TOOL + +Replace C with the name of any tool. =head1 ENVIRONMENT -The environment variable C enables verbose debugging output in all of -the Maatkit tools: +The environment variable C enables verbose debugging output to STDERR. +To enable debugging and capture all output to a file, run the tool like: - MKDEBUG=1 mk-.... + PTDEBUG=1 $TOOL ... > FILE 2>&1 + +Be careful: debugging output is voluminous and can generate several megabytes +of output. =head1 SYSTEM REQUIREMENTS @@ -2674,20 +2676,44 @@ installed in any reasonably new version of Perl. =head1 BUGS -For a list of known bugs see L. +For a list of known bugs, see L. -Please use Google Code Issues and Groups to report bugs or request support: -L. You can also join #maatkit on Freenode to -discuss Maatkit. +Please report bugs at L. +Include the following information in your bug report: -Please include the complete command-line used to reproduce the problem you are -seeing, the version of all MySQL servers involved, the complete output of the -tool when run with L<"--version">, and if possible, debugging output produced by -running with the C environment variable. +=over + +=item * Complete command-line used to run the tool + +=item * Tool L<"--version"> + +=item * MySQL version of all servers involved + +=item * Output from the tool including STDERR + +=item * Input files (log/dump/config files, etc.) + +=back + +If possible, include debugging output by running the tool with C; +see L<"ENVIRONMENT">. + +=head1 AUTHORS + +Baron Schwartz + +=head1 ABOUT PERCONA TOOLKIT + +This tool is part of Percona Toolkit, a collection of advanced command-line +tools developed by Percona for MySQL support and consulting. Percona Toolkit +was forked from two projects in June, 2011: Maatkit and Aspersa. Those +projects were created by Baron Schwartz and developed primarily by him and +Daniel Nichter, both of whom are employed by Percona. Visit +L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2007-@CURRENTYEAR@ Baron Schwartz. +This program is copyright 2007-2011 Baron Schwartz, 2011 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -2704,19 +2730,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -=head1 AUTHORS - -Baron Schwartz - -=head1 ABOUT MAATKIT - -This tool is part of Maatkit, a toolkit for power users of MySQL. Maatkit -was created by Baron Schwartz; Baron and Daniel Nichter are the primary -code contributors. Both are employed by Percona. Financial support for -Maatkit development is primarily provided by Percona and its clients. - =head1 VERSION -This manual page documents Ver @VERSION@ Distrib @DISTRIB@ $Revision: 7477 $. +Percona Toolkit v1.0.0 released 2011-08-01 =cut diff --git a/bin/pt-diskstats b/bin/pt-diskstats index 86cff32a..afab6a09 100755 --- a/bin/pt-diskstats +++ b/bin/pt-diskstats @@ -656,10 +656,72 @@ The file read should look like this: ... et cetera TS <-- must end with a TS line. +=head1 DOWNLOADING + +Visit L to download the latest release of +Percona Toolkit. Or, to get the latest release from the command line: + + wget percona.com/latest/percona-toolkit/PKG + +Replace C with C, C, or C to download the package in that +format. You can also get individual tools from the latest release: + + wget percona.com/latest/percona-toolkit/TOOL + +Replace C with the name of any tool. + +=head1 ENVIRONMENT + +The environment variable C enables verbose debugging output to STDERR. +To enable debugging and capture all output to a file, run the tool like: + + PTDEBUG=1 $TOOL ... > FILE 2>&1 + +Be careful: debugging output is voluminous and can generate several megabytes +of output. + +=head1 SYSTEM REQUIREMENTS + +You need Perl, DBI, DBD::mysql, and some core packages that ought to be +installed in any reasonably new version of Perl. + +=head1 BUGS + +For a list of known bugs, see L. + +Please report bugs at L. +Include the following information in your bug report: + +=over + +=item * Complete command-line used to run the tool + +=item * Tool L<"--version"> + +=item * MySQL version of all servers involved + +=item * Output from the tool including STDERR + +=item * Input files (log/dump/config files, etc.) + +=back + +If possible, include debugging output by running the tool with C; +see L<"ENVIRONMENT">. + =head1 AUTHORS Baron Schwartz +=head1 ABOUT PERCONA TOOLKIT + +This tool is part of Percona Toolkit, a collection of advanced command-line +tools developed by Percona for MySQL support and consulting. Percona Toolkit +was forked from two projects in June, 2011: Maatkit and Aspersa. Those +projects were created by Baron Schwartz and developed primarily by him and +Daniel Nichter, both of whom are employed by Percona. Visit +L for more software developed by Percona. + =head1 COPYRIGHT, LICENSE, AND WARRANTY This program is copyright 2010-2011 Baron Schwartz, 2011 Percona Inc. @@ -678,7 +740,10 @@ licenses. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -legal.pod (END) + +=head1 VERSION + +Percona Toolkit v1.0.0 released 2011-08-01 =cut diff --git a/bin/pt-duplicate-key-checker b/bin/pt-duplicate-key-checker index 22b14405..5f166e9d 100755 --- a/bin/pt-duplicate-key-checker +++ b/bin/pt-duplicate-key-checker @@ -4168,48 +4168,75 @@ User for login if not current user. =back -=head1 DOWNLOADING +=head1 DOWNLOADING + +Visit L to download the latest release of +Percona Toolkit. Or, to get the latest release from the command line: -You can download Maatkit from Google Code at -L, or you can get any of the tools -easily with a command like the following: + wget percona.com/latest/percona-toolkit/PKG - wget http://www.maatkit.org/get/toolname - or - wget http://www.maatkit.org/trunk/toolname +Replace C with C, C, or C to download the package in that +format. You can also get individual tools from the latest release: -Where C can be replaced with the name (or fragment of a name) of any -of the Maatkit tools. Once downloaded, they're ready to run; no installation is -needed. The first URL gets the latest released version of the tool, and the -second gets the latest trunk code from Subversion. + wget percona.com/latest/percona-toolkit/TOOL + +Replace C with the name of any tool. =head1 ENVIRONMENT -The environment variable C enables verbose debugging output in all of -the Maatkit tools: +The environment variable C enables verbose debugging output to STDERR. +To enable debugging and capture all output to a file, run the tool like: - MKDEBUG=1 mk-.... + PTDEBUG=1 $TOOL ... > FILE 2>&1 + +Be careful: debugging output is voluminous and can generate several megabytes +of output. =head1 SYSTEM REQUIREMENTS -You need the following Perl modules: DBI and DBD::mysql. +You need Perl, DBI, DBD::mysql, and some core packages that ought to be +installed in any reasonably new version of Perl. =head1 BUGS -For a list of known bugs see L. +For a list of known bugs, see L. -Please use Google Code Issues and Groups to report bugs or request support: -L. You can also join #maatkit on Freenode to -discuss Maatkit. +Please report bugs at L. +Include the following information in your bug report: -Please include the complete command-line used to reproduce the problem you are -seeing, the version of all MySQL servers involved, the complete output of the -tool when run with L<"--version">, and if possible, debugging output produced by -running with the C environment variable. +=over + +=item * Complete command-line used to run the tool + +=item * Tool L<"--version"> + +=item * MySQL version of all servers involved + +=item * Output from the tool including STDERR + +=item * Input files (log/dump/config files, etc.) + +=back + +If possible, include debugging output by running the tool with C; +see L<"ENVIRONMENT">. + +=head1 AUTHORS + +Baron Schwartz and Daniel Nichter + +=head1 ABOUT PERCONA TOOLKIT + +This tool is part of Percona Toolkit, a collection of advanced command-line +tools developed by Percona for MySQL support and consulting. Percona Toolkit +was forked from two projects in June, 2011: Maatkit and Aspersa. Those +projects were created by Baron Schwartz and developed primarily by him and +Daniel Nichter, both of whom are employed by Percona. Visit +L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2007-@CURRENTYEAR@ Baron Schwartz. +This program is copyright 2007-2011 Baron Schwartz, 2011 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -4226,19 +4253,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -=head1 AUTHORS - -Baron Schwartz and Daniel Nichter - -=head1 ABOUT MAATKIT - -This tool is part of Maatkit, a toolkit for power users of MySQL. Maatkit -was created by Baron Schwartz; Baron and Daniel Nichter are the primary -code contributors. Both are employed by Percona. Financial support for -Maatkit development is primarily provided by Percona and its clients. - =head1 VERSION -This manual page documents Ver @VERSION@ Distrib @DISTRIB@ $Revision: 7477 $. +Percona Toolkit v1.0.0 released 2011-08-01 =cut diff --git a/bin/pt-fifo-split b/bin/pt-fifo-split index 2e8d0112..e9e9638d 100755 --- a/bin/pt-fifo-split +++ b/bin/pt-fifo-split @@ -1449,27 +1449,29 @@ Show version and exit. =back -=head1 DOWNLOADING +=head1 DOWNLOADING + +Visit L to download the latest release of +Percona Toolkit. Or, to get the latest release from the command line: -You can download Maatkit from Google Code at -L, or you can get any of the tools -easily with a command like the following: + wget percona.com/latest/percona-toolkit/PKG - wget http://www.maatkit.org/get/toolname - or - wget http://www.maatkit.org/trunk/toolname +Replace C with C, C, or C to download the package in that +format. You can also get individual tools from the latest release: -Where C can be replaced with the name (or fragment of a name) of any -of the Maatkit tools. Once downloaded, they're ready to run; no installation is -needed. The first URL gets the latest released version of the tool, and the -second gets the latest trunk code from Subversion. + wget percona.com/latest/percona-toolkit/TOOL + +Replace C with the name of any tool. =head1 ENVIRONMENT -The environment variable C enables verbose debugging output in all of -the Maatkit tools: +The environment variable C enables verbose debugging output to STDERR. +To enable debugging and capture all output to a file, run the tool like: - MKDEBUG=1 mk-.... + PTDEBUG=1 $TOOL ... > FILE 2>&1 + +Be careful: debugging output is voluminous and can generate several megabytes +of output. =head1 SYSTEM REQUIREMENTS @@ -1478,20 +1480,44 @@ installed in any reasonably new version of Perl. =head1 BUGS -For a list of known bugs see L. +For a list of known bugs, see L. -Please use Google Code Issues and Groups to report bugs or request support: -L. You can also join #maatkit on Freenode to -discuss Maatkit. +Please report bugs at L. +Include the following information in your bug report: -Please include the complete command-line used to reproduce the problem you are -seeing, the version of all MySQL servers involved, the complete output of the -tool when run with L<"--version">, and if possible, debugging output produced by -running with the C environment variable. +=over + +=item * Complete command-line used to run the tool + +=item * Tool L<"--version"> + +=item * MySQL version of all servers involved + +=item * Output from the tool including STDERR + +=item * Input files (log/dump/config files, etc.) + +=back + +If possible, include debugging output by running the tool with C; +see L<"ENVIRONMENT">. + +=head1 AUTHORS + +Baron Schwartz + +=head1 ABOUT PERCONA TOOLKIT + +This tool is part of Percona Toolkit, a collection of advanced command-line +tools developed by Percona for MySQL support and consulting. Percona Toolkit +was forked from two projects in June, 2011: Maatkit and Aspersa. Those +projects were created by Baron Schwartz and developed primarily by him and +Daniel Nichter, both of whom are employed by Percona. Visit +L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2007-@CURRENTYEAR@ Baron Schwartz. +This program is copyright 2007-2011 Baron Schwartz, 2011 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -1508,19 +1534,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -=head1 AUTHORS - -Baron Schwartz - -=head1 ABOUT MAATKIT - -This tool is part of Maatkit, a toolkit for power users of MySQL. Maatkit -was created by Baron Schwartz; Baron and Daniel Nichter are the primary -code contributors. Both are employed by Percona. Financial support for -Maatkit development is primarily provided by Percona and its clients. - =head1 VERSION -This manual page documents Ver @VERSION@ Distrib @DISTRIB@ $Revision: 7477 $. +Percona Toolkit v1.0.0 released 2011-08-01 =cut diff --git a/bin/pt-find b/bin/pt-find index c6974ba9..b7386464 100755 --- a/bin/pt-find +++ b/bin/pt-find @@ -3722,49 +3722,76 @@ User for login if not current user. =back -=head1 DOWNLOADING +=head1 DOWNLOADING + +Visit L to download the latest release of +Percona Toolkit. Or, to get the latest release from the command line: -You can download Maatkit from Google Code at -L, or you can get any of the tools -easily with a command like the following: + wget percona.com/latest/percona-toolkit/PKG - wget http://www.maatkit.org/get/toolname - or - wget http://www.maatkit.org/trunk/toolname +Replace C with C, C, or C to download the package in that +format. You can also get individual tools from the latest release: -Where C can be replaced with the name (or fragment of a name) of any -of the Maatkit tools. Once downloaded, they're ready to run; no installation is -needed. The first URL gets the latest released version of the tool, and the -second gets the latest trunk code from Subversion. + wget percona.com/latest/percona-toolkit/TOOL + +Replace C with the name of any tool. =head1 ENVIRONMENT -The environment variable C enables verbose debugging output in all of -the Maatkit tools: +The environment variable C enables verbose debugging output to STDERR. +To enable debugging and capture all output to a file, run the tool like: - MKDEBUG=1 mk-.... + PTDEBUG=1 $TOOL ... > FILE 2>&1 + +Be careful: debugging output is voluminous and can generate several megabytes +of output. =head1 SYSTEM REQUIREMENTS -You need the following Perl modules: DBI and DBD::mysql. +You need Perl, DBI, DBD::mysql, and some core packages that ought to be +installed in any reasonably new version of Perl. =head1 BUGS -For a list of known bugs see L. +For a list of known bugs, see L. -Please use Google Code Issues and Groups to report bugs or request support: -L. You can also join #maatkit on Freenode to -discuss Maatkit. +Please report bugs at L. +Include the following information in your bug report: -Please include the complete command-line used to reproduce the problem you are -seeing, the version of all MySQL servers involved, the complete output of the -tool when run with L<"--version">, and if possible, debugging output produced by -running with the C environment variable. +=over + +=item * Complete command-line used to run the tool + +=item * Tool L<"--version"> + +=item * MySQL version of all servers involved + +=item * Output from the tool including STDERR + +=item * Input files (log/dump/config files, etc.) + +=back + +If possible, include debugging output by running the tool with C; +see L<"ENVIRONMENT">. + +=head1 AUTHORS + +Baron Schwartz + +=head1 ABOUT PERCONA TOOLKIT + +This tool is part of Percona Toolkit, a collection of advanced command-line +tools developed by Percona for MySQL support and consulting. Percona Toolkit +was forked from two projects in June, 2011: Maatkit and Aspersa. Those +projects were created by Baron Schwartz and developed primarily by him and +Daniel Nichter, both of whom are employed by Percona. Visit +L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2007-@CURRENTYEAR@ Baron Schwartz. -Feedback and improvements are welcome (see L<"BUGS">). +This program is copyright 2007-2011 Baron Schwartz, 2011 Percona Inc. +Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF @@ -3780,19 +3807,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -=head1 AUTHORS - -Baron Schwartz - -=head1 ABOUT MAATKIT - -This tool is part of Maatkit, a toolkit for power users of MySQL. Maatkit -was created by Baron Schwartz; Baron and Daniel Nichter are the primary -code contributors. Both are employed by Percona. Financial support for -Maatkit development is primarily provided by Percona and its clients. - =head1 VERSION -This manual page documents Ver @VERSION@ Distrib @DISTRIB@ $Revision: 7477 $. +Percona Toolkit v1.0.0 released 2011-08-01 =cut diff --git a/bin/pt-fk-error-logger b/bin/pt-fk-error-logger index 18d5d1f8..e7186e8e 100755 --- a/bin/pt-fk-error-logger +++ b/bin/pt-fk-error-logger @@ -2333,27 +2333,29 @@ User for login if not current user. =back -=head1 DOWNLOADING +=head1 DOWNLOADING + +Visit L to download the latest release of +Percona Toolkit. Or, to get the latest release from the command line: -You can download Maatkit from Google Code at -L, or you can get any of the tools -easily with a command like the following: + wget percona.com/latest/percona-toolkit/PKG - wget http://www.maatkit.org/get/toolname - or - wget http://www.maatkit.org/trunk/toolname +Replace C with C, C, or C to download the package in that +format. You can also get individual tools from the latest release: -Where C can be replaced with the name (or fragment of a name) of any -of the Maatkit tools. Once downloaded, they're ready to run; no installation is -needed. The first URL gets the latest released version of the tool, and the -second gets the latest trunk code from Subversion. + wget percona.com/latest/percona-toolkit/TOOL + +Replace C with the name of any tool. =head1 ENVIRONMENT -The environment variable C enables verbose debugging output in all of -the Maatkit tools: +The environment variable C enables verbose debugging output to STDERR. +To enable debugging and capture all output to a file, run the tool like: - MKDEBUG=1 mk-.... + PTDEBUG=1 $TOOL ... > FILE 2>&1 + +Be careful: debugging output is voluminous and can generate several megabytes +of output. =head1 SYSTEM REQUIREMENTS @@ -2362,20 +2364,44 @@ installed in any reasonably new version of Perl. =head1 BUGS -For a list of known bugs see L. +For a list of known bugs, see L. -Please use Google Code Issues and Groups to report bugs or request support: -L. You can also join #maatkit on Freenode to -discuss Maatkit. +Please report bugs at L. +Include the following information in your bug report: -Please include the complete command-line used to reproduce the problem you are -seeing, the version of all MySQL servers involved, the complete output of the -tool when run with L<"--version">, and if possible, debugging output produced by -running with the C environment variable. +=over + +=item * Complete command-line used to run the tool + +=item * Tool L<"--version"> + +=item * MySQL version of all servers involved + +=item * Output from the tool including STDERR + +=item * Input files (log/dump/config files, etc.) + +=back + +If possible, include debugging output by running the tool with C; +see L<"ENVIRONMENT">. + +=head1 AUTHORS + +Daniel Nichter + +=head1 ABOUT PERCONA TOOLKIT + +This tool is part of Percona Toolkit, a collection of advanced command-line +tools developed by Percona for MySQL support and consulting. Percona Toolkit +was forked from two projects in June, 2011: Maatkit and Aspersa. Those +projects were created by Baron Schwartz and developed primarily by him and +Daniel Nichter, both of whom are employed by Percona. Visit +L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2009-@CURRENTYEAR@ Percona Inc. +This program is copyright 2011 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -2392,19 +2418,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -=head1 AUTHORS - -Daniel Nichter - -=head1 ABOUT MAATKIT - -This tool is part of Maatkit, a toolkit for power users of MySQL. Maatkit -was created by Baron Schwartz; Baron and Daniel Nichter are the primary -code contributors. Both are employed by Percona. Financial support for -Maatkit development is primarily provided by Percona and its clients. - =head1 VERSION -This manual page documents Ver @VERSION@ Distrib @DISTRIB@ $Revision: 4247 $. +Percona Toolkit v1.0.0 released 2011-08-01 =cut diff --git a/bin/pt-heartbeat b/bin/pt-heartbeat index 789ff884..9db384c6 100755 --- a/bin/pt-heartbeat +++ b/bin/pt-heartbeat @@ -4370,27 +4370,29 @@ User for login if not current user. =back -=head1 DOWNLOADING +=head1 DOWNLOADING + +Visit L to download the latest release of +Percona Toolkit. Or, to get the latest release from the command line: -You can download Maatkit from Google Code at -L, or you can get any of the tools -easily with a command like the following: + wget percona.com/latest/percona-toolkit/PKG - wget http://www.maatkit.org/get/toolname - or - wget http://www.maatkit.org/trunk/toolname +Replace C with C, C, or C to download the package in that +format. You can also get individual tools from the latest release: -Where C can be replaced with the name (or fragment of a name) of any -of the Maatkit tools. Once downloaded, they're ready to run; no installation is -needed. The first URL gets the latest released version of the tool, and the -second gets the latest trunk code from Subversion. + wget percona.com/latest/percona-toolkit/TOOL + +Replace C with the name of any tool. =head1 ENVIRONMENT -The environment variable C enables verbose debugging output in all of the -Maatkit tools: +The environment variable C enables verbose debugging output to STDERR. +To enable debugging and capture all output to a file, run the tool like: - MKDEBUG=1 mk-.... + PTDEBUG=1 $TOOL ... > FILE 2>&1 + +Be careful: debugging output is voluminous and can generate several megabytes +of output. =head1 SYSTEM REQUIREMENTS @@ -4399,21 +4401,47 @@ installed in any reasonably new version of Perl. =head1 BUGS -For a list of known bugs see L. +For a list of known bugs, see L. -Please use Google Code Issues and Groups to report bugs or request support: -L. You can also join #maatkit on Freenode to -discuss Maatkit. +Please report bugs at L. +Include the following information in your bug report: -Please include the complete command-line used to reproduce the problem you are -seeing, the version of all MySQL servers involved, the complete output of the -tool when run with L<"--version">, and if possible, debugging output produced by -running with the C environment variable. +=over + +=item * Complete command-line used to run the tool + +=item * Tool L<"--version"> + +=item * MySQL version of all servers involved + +=item * Output from the tool including STDERR + +=item * Input files (log/dump/config files, etc.) + +=back + +If possible, include debugging output by running the tool with C; +see L<"ENVIRONMENT">. + +=head1 AUTHORS + +Proven Scaling LLC, SixApart Ltd, Baron Schwartz, and Daniel Nichter + +=head1 ABOUT PERCONA TOOLKIT + +This tool is part of Percona Toolkit, a collection of advanced command-line +tools developed by Percona for MySQL support and consulting. Percona Toolkit +was forked from two projects in June, 2011: Maatkit and Aspersa. Those +projects were created by Baron Schwartz and developed primarily by him and +Daniel Nichter, both of whom are employed by Percona. Visit +L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2007-@CURRENTYEAR@ Percona Inc. -and copyright 2006 Proven Scaling LLC and Six Apart Ltd. +This program is copyright 2006 Proven Scaling LLC and Six Apart Ltd, +2007-2011 Percona Inc. +Feedback and improvements are welcome. + Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -4430,23 +4458,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -=head1 SEE ALSO - -See also L and L. - -=head1 AUTHORS - -Proven Scaling LLC, SixApart Ltd, and Baron Schwartz - -=head1 ABOUT MAATKIT - -This tool is part of Maatkit, a toolkit for power users of MySQL. Maatkit -was created by Baron Schwartz; Baron and Daniel Nichter are the primary -code contributors. Both are employed by Percona. Financial support for -Maatkit development is primarily provided by Percona and its clients. - =head1 VERSION -This manual page documents Ver @VERSION@ Distrib @DISTRIB@ $Revision: 7537 $. +Percona Toolkit v1.0.0 released 2011-08-01 =cut diff --git a/bin/pt-index-usage b/bin/pt-index-usage index 6be4e8e5..1309db59 100755 --- a/bin/pt-index-usage +++ b/bin/pt-index-usage @@ -5840,49 +5840,75 @@ User for login if not current user. =back -=head1 DOWNLOADING +=head1 DOWNLOADING + +Visit L to download the latest release of +Percona Toolkit. Or, to get the latest release from the command line: -You can download Maatkit from Google Code at -L, or you can get any of the tools -easily with a command like the following: + wget percona.com/latest/percona-toolkit/PKG - wget http://www.maatkit.org/get/toolname - or - wget http://www.maatkit.org/trunk/toolname +Replace C with C, C, or C to download the package in that +format. You can also get individual tools from the latest release: -Where C can be replaced with the name (or fragment of a name) of any -of the Maatkit tools. Once downloaded, they're ready to run; no installation is -needed. The first URL gets the latest released version of the tool, and the -second gets the latest trunk code from Subversion. + wget percona.com/latest/percona-toolkit/TOOL + +Replace C with the name of any tool. =head1 ENVIRONMENT -The environment variable C enables verbose debugging output in all of -the Maatkit tools: +The environment variable C enables verbose debugging output to STDERR. +To enable debugging and capture all output to a file, run the tool like: - MKDEBUG=1 mk-.... + PTDEBUG=1 $TOOL ... > FILE 2>&1 + +Be careful: debugging output is voluminous and can generate several megabytes +of output. =head1 SYSTEM REQUIREMENTS -You need Perl and some core packages that ought to be installed in any -reasonably new version of Perl. +You need Perl, DBI, DBD::mysql, and some core packages that ought to be +installed in any reasonably new version of Perl. =head1 BUGS -For a list of known bugs see L. +For a list of known bugs, see L. -Please use Google Code Issues and Groups to report bugs or request support: -L. You can also join #maatkit on Freenode to -discuss Maatkit. +Please report bugs at L. +Include the following information in your bug report: -Please include the complete command-line used to reproduce the problem you are -seeing, the version of all MySQL servers involved, the complete output of the -tool when run with L<"--version">, and if possible, debugging output produced by -running with the C environment variable. +=over + +=item * Complete command-line used to run the tool + +=item * Tool L<"--version"> + +=item * MySQL version of all servers involved + +=item * Output from the tool including STDERR + +=item * Input files (log/dump/config files, etc.) + +=back + +If possible, include debugging output by running the tool with C; +see L<"ENVIRONMENT">. + +=head1 AUTHORS + +Baron Schwartz and Daniel Nichter + +=head1 ABOUT PERCONA TOOLKIT + +This tool is part of Percona Toolkit, a collection of advanced command-line +tools developed by Percona for MySQL support and consulting. Percona Toolkit +was forked from two projects in June, 2011: Maatkit and Aspersa. Those +projects were created by Baron Schwartz and developed primarily by him and +Daniel Nichter, both of whom are employed by Percona. Visit +L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2010-@CURRENTYEAR@ Baron Schwartz. +This program is copyright 2010-2011 Baron Schwartz, 2011 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -5899,19 +5925,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -=head1 AUTHORS - -Baron Schwartz and Daniel Nichter - -=head1 ABOUT MAATKIT - -This tool is part of Maatkit, a toolkit for power users of MySQL. Maatkit -was created by Baron Schwartz; Baron and Daniel Nichter are the primary -code contributors. Both are employed by Percona. Financial support for -Maatkit development is primarily provided by Percona and its clients. - =head1 VERSION -This manual page documents Ver @VERSION@ Distrib @DISTRIB@ $Revision: 7477 $. +Percona Toolkit v1.0.0 released 2011-08-01 =cut diff --git a/bin/pt-kill b/bin/pt-kill index 67b3b9b6..42532e79 100755 --- a/bin/pt-kill +++ b/bin/pt-kill @@ -4751,27 +4751,29 @@ User for login if not current user. =back -=head1 DOWNLOADING +=head1 DOWNLOADING + +Visit L to download the latest release of +Percona Toolkit. Or, to get the latest release from the command line: -You can download Maatkit from Google Code at -L, or you can get any of the tools -easily with a command like the following: + wget percona.com/latest/percona-toolkit/PKG - wget http://www.maatkit.org/get/toolname - or - wget http://www.maatkit.org/trunk/toolname +Replace C with C, C, or C to download the package in that +format. You can also get individual tools from the latest release: -Where C can be replaced with the name (or fragment of a name) of any -of the Maatkit tools. Once downloaded, they're ready to run; no installation is -needed. The first URL gets the latest released version of the tool, and the -second gets the latest trunk code from Subversion. + wget percona.com/latest/percona-toolkit/TOOL + +Replace C with the name of any tool. =head1 ENVIRONMENT -The environment variable C enables verbose debugging output in all of -the Maatkit tools: +The environment variable C enables verbose debugging output to STDERR. +To enable debugging and capture all output to a file, run the tool like: - MKDEBUG=1 mk-.... + PTDEBUG=1 $TOOL ... > FILE 2>&1 + +Be careful: debugging output is voluminous and can generate several megabytes +of output. =head1 SYSTEM REQUIREMENTS @@ -4780,20 +4782,44 @@ installed in any reasonably new version of Perl. =head1 BUGS -For a list of known bugs see L. +For a list of known bugs, see L. -Please use Google Code Issues and Groups to report bugs or request support: -L. You can also join #maatkit on Freenode to -discuss Maatkit. +Please report bugs at L. +Include the following information in your bug report: -Please include the complete command-line used to reproduce the problem you are -seeing, the version of all MySQL servers involved, the complete output of the -tool when run with L<"--version">, and if possible, debugging output produced by -running with the C environment variable. +=over + +=item * Complete command-line used to run the tool + +=item * Tool L<"--version"> + +=item * MySQL version of all servers involved + +=item * Output from the tool including STDERR + +=item * Input files (log/dump/config files, etc.) + +=back + +If possible, include debugging output by running the tool with C; +see L<"ENVIRONMENT">. + +=head1 AUTHORS + +Baron Schwartz and Daniel Nichter + +=head1 ABOUT PERCONA TOOLKIT + +This tool is part of Percona Toolkit, a collection of advanced command-line +tools developed by Percona for MySQL support and consulting. Percona Toolkit +was forked from two projects in June, 2011: Maatkit and Aspersa. Those +projects were created by Baron Schwartz and developed primarily by him and +Daniel Nichter, both of whom are employed by Percona. Visit +L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2009-@CURRENTYEAR@ Baron Schwartz. +This program is copyright 2009-2011 Baron Schwartz, 2011 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -4810,19 +4836,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -=head1 AUTHORS - -Baron Schwartz and Daniel Nichter - -=head1 ABOUT MAATKIT - -This tool is part of Maatkit, a toolkit for power users of MySQL. Maatkit -was created by Baron Schwartz; Baron and Daniel Nichter are the primary -code contributors. Both are employed by Percona. Financial support for -Maatkit development is primarily provided by Percona and its clients. - =head1 VERSION -This manual page documents Ver @VERSION@ Distrib @DISTRIB@ $Revision: 7531 $. +Percona Toolkit v1.0.0 released 2011-08-01 =cut diff --git a/bin/pt-log-player b/bin/pt-log-player index 1b854dfc..1d7ca9ac 100755 --- a/bin/pt-log-player +++ b/bin/pt-log-player @@ -3544,49 +3544,75 @@ User for login if not current user. =back -=head1 DOWNLOADING +=head1 DOWNLOADING + +Visit L to download the latest release of +Percona Toolkit. Or, to get the latest release from the command line: -You can download Maatkit from Google Code at -L, or you can get any of the tools -easily with a command like the following: + wget percona.com/latest/percona-toolkit/PKG - wget http://www.maatkit.org/get/toolname - or - wget http://www.maatkit.org/trunk/toolname +Replace C with C, C, or C to download the package in that +format. You can also get individual tools from the latest release: -Where C can be replaced with the name (or fragment of a name) of any -of the Maatkit tools. Once downloaded, they're ready to run; no installation is -needed. The first URL gets the latest released version of the tool, and the -second gets the latest trunk code from Subversion. + wget percona.com/latest/percona-toolkit/TOOL + +Replace C with the name of any tool. =head1 ENVIRONMENT -The environment variable C enables verbose debugging output in all of -the Maatkit tools: +The environment variable C enables verbose debugging output to STDERR. +To enable debugging and capture all output to a file, run the tool like: - MKDEBUG=1 mk-.... + PTDEBUG=1 $TOOL ... > FILE 2>&1 + +Be careful: debugging output is voluminous and can generate several megabytes +of output. =head1 SYSTEM REQUIREMENTS -You need Perl and some core packages that ought to be installed in any -reasonably new version of Perl. +You need Perl, DBI, DBD::mysql, and some core packages that ought to be +installed in any reasonably new version of Perl. =head1 BUGS -For a list of known bugs see L. +For a list of known bugs, see L. -Please use Google Code Issues and Groups to report bugs or request support: -L. You can also join #maatkit on Freenode to -discuss Maatkit. +Please report bugs at L. +Include the following information in your bug report: -Please include the complete command-line used to reproduce the problem you are -seeing, the version of all MySQL servers involved, the complete output of the -tool when run with L<"--version">, and if possible, debugging output produced by -running with the C environment variable. +=over + +=item * Complete command-line used to run the tool + +=item * Tool L<"--version"> + +=item * MySQL version of all servers involved + +=item * Output from the tool including STDERR + +=item * Input files (log/dump/config files, etc.) + +=back + +If possible, include debugging output by running the tool with C; +see L<"ENVIRONMENT">. + +=head1 AUTHORS + +Daniel Nichter + +=head1 ABOUT PERCONA TOOLKIT + +This tool is part of Percona Toolkit, a collection of advanced command-line +tools developed by Percona for MySQL support and consulting. Percona Toolkit +was forked from two projects in June, 2011: Maatkit and Aspersa. Those +projects were created by Baron Schwartz and developed primarily by him and +Daniel Nichter, both of whom are employed by Percona. Visit +L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2008-@CURRENTYEAR@ Percona Inc. +This program is copyright 2008-2011 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -3603,19 +3629,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -=head1 AUTHORS - -Daniel Nichter - -=head1 ABOUT MAATKIT - -This tool is part of Maatkit, a toolkit for power users of MySQL. Maatkit -was created by Baron Schwartz; Baron and Daniel Nichter are the primary -code contributors. Both are employed by Percona. Financial support for -Maatkit development is primarily provided by Percona and its clients. - =head1 VERSION -This manual page documents Ver @VERSION@ Distrib @DISTRIB@ $Revision: 7531 $. +Percona Toolkit v1.0.0 released 2011-08-01 =cut diff --git a/bin/pt-mext b/bin/pt-mext index 18eadc92..fb7faaa6 100755 --- a/bin/pt-mext +++ b/bin/pt-mext @@ -112,10 +112,71 @@ Usage: pt-mext [OPTION...] pt-mext aggregates and summarizes mysqladmin extended output. +=head1 DOWNLOADING + +Visit L to download the latest release of +Percona Toolkit. Or, to get the latest release from the command line: + + wget percona.com/latest/percona-toolkit/PKG + +Replace C with C, C, or C to download the package in that +format. You can also get individual tools from the latest release: + + wget percona.com/latest/percona-toolkit/TOOL + +Replace C with the name of any tool. + +=head1 ENVIRONMENT + +The environment variable C enables verbose debugging output to STDERR. +To enable debugging and capture all output to a file, run the tool like: + + PTDEBUG=1 $TOOL ... > FILE 2>&1 + +Be careful: debugging output is voluminous and can generate several megabytes +of output. + +=head1 SYSTEM REQUIREMENTS + +You need Bash. + +=head1 BUGS + +For a list of known bugs, see L. + +Please report bugs at L. +Include the following information in your bug report: + +=over + +=item * Complete command-line used to run the tool + +=item * Tool L<"--version"> + +=item * MySQL version of all servers involved + +=item * Output from the tool including STDERR + +=item * Input files (log/dump/config files, etc.) + +=back + +If possible, include debugging output by running the tool with C; +see L<"ENVIRONMENT">. + =head1 AUTHORS Baron Schwartz +=head1 ABOUT PERCONA TOOLKIT + +This tool is part of Percona Toolkit, a collection of advanced command-line +tools developed by Percona for MySQL support and consulting. Percona Toolkit +was forked from two projects in June, 2011: Maatkit and Aspersa. Those +projects were created by Baron Schwartz and developed primarily by him and +Daniel Nichter, both of whom are employed by Percona. Visit +L for more software developed by Percona. + =head1 COPYRIGHT, LICENSE, AND WARRANTY This program is copyright 2010 Baron Schwartz, 2011 Percona Inc. @@ -134,7 +195,10 @@ licenses. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -legal.pod (END) + +=head1 VERSION + +Percona Toolkit v1.0.0 released 2011-08-01 =cut diff --git a/bin/pt-mysql-summary b/bin/pt-mysql-summary index 49e2f6f3..44753936 100755 --- a/bin/pt-mysql-summary +++ b/bin/pt-mysql-summary @@ -1289,10 +1289,72 @@ you would use to connect to MySQL, such as "./mysql-summary --user=foo" * Parse queries out of processlist and aggregate them. +=head1 DOWNLOADING + +Visit L to download the latest release of +Percona Toolkit. Or, to get the latest release from the command line: + + wget percona.com/latest/percona-toolkit/PKG + +Replace C with C, C, or C to download the package in that +format. You can also get individual tools from the latest release: + + wget percona.com/latest/percona-toolkit/TOOL + +Replace C with the name of any tool. + +=head1 ENVIRONMENT + +The environment variable C enables verbose debugging output to STDERR. +To enable debugging and capture all output to a file, run the tool like: + + PTDEBUG=1 $TOOL ... > FILE 2>&1 + +Be careful: debugging output is voluminous and can generate several megabytes +of output. + +=head1 SYSTEM REQUIREMENTS + +You need Perl, DBI, DBD::mysql, and some core packages that ought to be +installed in any reasonably new version of Perl. + +=head1 BUGS + +For a list of known bugs, see L. + +Please report bugs at L. +Include the following information in your bug report: + +=over + +=item * Complete command-line used to run the tool + +=item * Tool L<"--version"> + +=item * MySQL version of all servers involved + +=item * Output from the tool including STDERR + +=item * Input files (log/dump/config files, etc.) + +=back + +If possible, include debugging output by running the tool with C; +see L<"ENVIRONMENT">. + =head1 AUTHORS Baron Schwartz +=head1 ABOUT PERCONA TOOLKIT + +This tool is part of Percona Toolkit, a collection of advanced command-line +tools developed by Percona for MySQL support and consulting. Percona Toolkit +was forked from two projects in June, 2011: Maatkit and Aspersa. Those +projects were created by Baron Schwartz and developed primarily by him and +Daniel Nichter, both of whom are employed by Percona. Visit +L for more software developed by Percona. + =head1 COPYRIGHT, LICENSE, AND WARRANTY This program is copyright 2010-2011 Baron Schwartz, 2011 Percona Inc. @@ -1311,7 +1373,10 @@ licenses. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -legal.pod (END) + +=head1 VERSION + +Percona Toolkit v1.0.0 released 2011-08-01 =cut diff --git a/bin/pt-online-schema-change b/bin/pt-online-schema-change index 64712c87..09829216 100755 --- a/bin/pt-online-schema-change +++ b/bin/pt-online-schema-change @@ -5207,27 +5207,29 @@ User for login if not current user. =back -=head1 DOWNLOADING +=head1 DOWNLOADING + +Visit L to download the latest release of +Percona Toolkit. Or, to get the latest release from the command line: -You can download Maatkit from Google Code at -L, or you can get any of the tools -easily with a command like the following: + wget percona.com/latest/percona-toolkit/PKG - wget http://www.maatkit.org/get/toolname - or - wget http://www.maatkit.org/trunk/toolname +Replace C with C, C, or C to download the package in that +format. You can also get individual tools from the latest release: -Where C can be replaced with the name (or fragment of a name) of any -of the Maatkit tools. Once downloaded, they're ready to run; no installation is -needed. The first URL gets the latest released version of the tool, and the -second gets the latest trunk code from Subversion. + wget percona.com/latest/percona-toolkit/TOOL + +Replace C with the name of any tool. =head1 ENVIRONMENT -The environment variable C enables verbose debugging output in all of -the Maatkit tools: +The environment variable C enables verbose debugging output to STDERR. +To enable debugging and capture all output to a file, run the tool like: - MKDEBUG=1 mk-.... + PTDEBUG=1 $TOOL ... > FILE 2>&1 + +Be careful: debugging output is voluminous and can generate several megabytes +of output. =head1 SYSTEM REQUIREMENTS @@ -5236,41 +5238,33 @@ installed in any reasonably new version of Perl. =head1 BUGS -For a list of known bugs see L. +For a list of known bugs, see L. -Please use Google Code Issues and Groups to report bugs or request support: -L. You can also join #maatkit on Freenode to -discuss Maatkit. +Please report bugs at L. +Include the following information in your bug report: -Please include the complete command-line used to reproduce the problem you are -seeing, the version of all MySQL servers involved, the complete output of the -tool when run with L<"--version">, and if possible, debugging output produced by -running with the C environment variable. +=over -=head1 COPYRIGHT, LICENSE, AND WARRANTY +=item * Complete command-line used to run the tool -This program is copyright 2011-@CURRENTYEAR@ Percona Inc. -Feedback and improvements are welcome. +=item * Tool L<"--version"> -THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED -WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. +=item * MySQL version of all servers involved -This program is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free Software -Foundation, version 2; OR the Perl Artistic License. On UNIX and similar -systems, you can issue `man perlgpl' or `man perlartistic' to read these -licenses. +=item * Output from the tool including STDERR -You should have received a copy of the GNU General Public License along with -this program; if not, write to the Free Software Foundation, Inc., 59 Temple -Place, Suite 330, Boston, MA 02111-1307 USA. +=item * Input files (log/dump/config files, etc.) + +=back + +If possible, include debugging output by running the tool with C; +see L<"ENVIRONMENT">. =head1 AUTHORS -Daniel Nichter +Baron Schwartz -=head1 HISTORY AND ACKNOWLEDGMENTS +=head1 ACKNOWLEDGMENTS The "online schema change" concept was first implemented by Shlomi Noach in his tool C, part of @@ -5289,15 +5283,36 @@ full-featured, tested tool with stable development and support. This tool was made possible by a generous client of Percona Inc. -=head1 ABOUT MAATKIT +=head1 ABOUT PERCONA TOOLKIT -This tool is part of Maatkit, a toolkit for power users of MySQL. Maatkit -was created by Baron Schwartz; Baron and Daniel Nichter are the primary -code contributors. Both are employed by Percona. Financial support for -Maatkit development is primarily provided by Percona and its clients. +This tool is part of Percona Toolkit, a collection of advanced command-line +tools developed by Percona for MySQL support and consulting. Percona Toolkit +was forked from two projects in June, 2011: Maatkit and Aspersa. Those +projects were created by Baron Schwartz and developed primarily by him and +Daniel Nichter, both of whom are employed by Percona. Visit +L for more software developed by Percona. + +=head1 COPYRIGHT, LICENSE, AND WARRANTY + +This program is copyright 2011 Percona Inc. +Feedback and improvements are welcome. + +THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED +WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + +This program is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation, version 2; OR the Perl Artistic License. On UNIX and similar +systems, you can issue `man perlgpl' or `man perlartistic' to read these +licenses. + +You should have received a copy of the GNU General Public License along with +this program; if not, write to the Free Software Foundation, Inc., 59 Temple +Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -This manual page documents Ver @VERSION@ Distrib @DISTRIB@ $Revision: 7479 $. +Percona Toolkit v1.0.0 released 2011-08-01 =cut diff --git a/bin/pt-pmp b/bin/pt-pmp index 2993a873..74eef4a5 100755 --- a/bin/pt-pmp +++ b/bin/pt-pmp @@ -205,10 +205,72 @@ Usage: pt-pmp [OPTION...] pt-pmp aggregates stack traces. +=head1 DOWNLOADING + +Visit L to download the latest release of +Percona Toolkit. Or, to get the latest release from the command line: + + wget percona.com/latest/percona-toolkit/PKG + +Replace C with C, C, or C to download the package in that +format. You can also get individual tools from the latest release: + + wget percona.com/latest/percona-toolkit/TOOL + +Replace C with the name of any tool. + +=head1 ENVIRONMENT + +The environment variable C enables verbose debugging output to STDERR. +To enable debugging and capture all output to a file, run the tool like: + + PTDEBUG=1 $TOOL ... > FILE 2>&1 + +Be careful: debugging output is voluminous and can generate several megabytes +of output. + +=head1 SYSTEM REQUIREMENTS + +You need Perl, DBI, DBD::mysql, and some core packages that ought to be +installed in any reasonably new version of Perl. + +=head1 BUGS + +For a list of known bugs, see L. + +Please report bugs at L. +Include the following information in your bug report: + +=over + +=item * Complete command-line used to run the tool + +=item * Tool L<"--version"> + +=item * MySQL version of all servers involved + +=item * Output from the tool including STDERR + +=item * Input files (log/dump/config files, etc.) + +=back + +If possible, include debugging output by running the tool with C; +see L<"ENVIRONMENT">. + =head1 AUTHORS Baron Schwartz, based on a script by Domas Mituzas (L) +=head1 ABOUT PERCONA TOOLKIT + +This tool is part of Percona Toolkit, a collection of advanced command-line +tools developed by Percona for MySQL support and consulting. Percona Toolkit +was forked from two projects in June, 2011: Maatkit and Aspersa. Those +projects were created by Baron Schwartz and developed primarily by him and +Daniel Nichter, both of whom are employed by Percona. Visit +L for more software developed by Percona. + =head1 COPYRIGHT, LICENSE, AND WARRANTY This program is copyright 2010-2011 Baron Schwartz, 2011 Percona Inc. @@ -227,7 +289,10 @@ licenses. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -legal.pod (END) + +=head1 VERSION + +Percona Toolkit v1.0.0 released 2011-08-01 =cut diff --git a/bin/pt-profile-compact b/bin/pt-profile-compact index 82eaf027..ccdb3ffc 100755 --- a/bin/pt-profile-compact +++ b/bin/pt-profile-compact @@ -1266,49 +1266,75 @@ Show version and exit. =back -=head1 DOWNLOADING +=head1 DOWNLOADING + +Visit L to download the latest release of +Percona Toolkit. Or, to get the latest release from the command line: -You can download Maatkit from Google Code at -L, or you can get any of the tools -easily with a command like the following: + wget percona.com/latest/percona-toolkit/PKG - wget http://www.maatkit.org/get/toolname - or - wget http://www.maatkit.org/trunk/toolname +Replace C with C, C, or C to download the package in that +format. You can also get individual tools from the latest release: -Where C can be replaced with the name (or fragment of a name) of any -of the Maatkit tools. Once downloaded, they're ready to run; no installation is -needed. The first URL gets the latest released version of the tool, and the -second gets the latest trunk code from Subversion. + wget percona.com/latest/percona-toolkit/TOOL + +Replace C with the name of any tool. =head1 ENVIRONMENT -The environment variable C enables verbose debugging output in all of -the Maatkit tools: +The environment variable C enables verbose debugging output to STDERR. +To enable debugging and capture all output to a file, run the tool like: - MKDEBUG=1 mk-.... + PTDEBUG=1 $TOOL ... > FILE 2>&1 + +Be careful: debugging output is voluminous and can generate several megabytes +of output. =head1 SYSTEM REQUIREMENTS -You need Perl and some core packages that ought to be installed in any -reasonably new version of Perl. +You need Perl, DBI, DBD::mysql, and some core packages that ought to be +installed in any reasonably new version of Perl. =head1 BUGS -For a list of known bugs see L. +For a list of known bugs, see L. -Please use Google Code Issues and Groups to report bugs or request support: -L. You can also join #maatkit on Freenode to -discuss Maatkit. +Please report bugs at L. +Include the following information in your bug report: -Please include the complete command-line used to reproduce the problem you are -seeing, the version of all MySQL servers involved, the complete output of the -tool when run with L<"--version">, and if possible, debugging output produced by -running with the C environment variable. +=over + +=item * Complete command-line used to run the tool + +=item * Tool L<"--version"> + +=item * MySQL version of all servers involved + +=item * Output from the tool including STDERR + +=item * Input files (log/dump/config files, etc.) + +=back + +If possible, include debugging output by running the tool with C; +see L<"ENVIRONMENT">. + +=head1 AUTHORS + +Baron Schwartz + +=head1 ABOUT PERCONA TOOLKIT + +This tool is part of Percona Toolkit, a collection of advanced command-line +tools developed by Percona for MySQL support and consulting. Percona Toolkit +was forked from two projects in June, 2011: Maatkit and Aspersa. Those +projects were created by Baron Schwartz and developed primarily by him and +Daniel Nichter, both of whom are employed by Percona. Visit +L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2007-@CURRENTYEAR@ Baron Schwartz. +This program is copyright 2007-2011 Baron Schwartz, 2011 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -1325,23 +1351,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -=head1 SEE ALSO - -See also L. - -=head1 AUTHORS - -Baron Schwartz - -=head1 ABOUT MAATKIT - -This tool is part of Maatkit, a toolkit for power users of MySQL. Maatkit -was created by Baron Schwartz; Baron and Daniel Nichter are the primary -code contributors. Both are employed by Percona. Financial support for -Maatkit development is primarily provided by Percona and its clients. - =head1 VERSION -This manual page documents Ver @VERSION@ Distrib @DISTRIB@ $Revision: 7477 $. +Percona Toolkit v1.0.0 released 2011-08-01 =cut diff --git a/bin/pt-query-advisor b/bin/pt-query-advisor index a3c7b0f8..15113b90 100755 --- a/bin/pt-query-advisor +++ b/bin/pt-query-advisor @@ -7188,48 +7188,75 @@ User for login if not current user. =back -=head1 DOWNLOADING +=head1 DOWNLOADING + +Visit L to download the latest release of +Percona Toolkit. Or, to get the latest release from the command line: -You can download Maatkit from Google Code at -L, or you can get any of the tools -easily with a command like the following: + wget percona.com/latest/percona-toolkit/PKG - wget http://www.maatkit.org/get/toolname - or - wget http://www.maatkit.org/trunk/toolname +Replace C with C, C, or C to download the package in that +format. You can also get individual tools from the latest release: -Where C can be replaced with the name (or fragment of a name) of any -of the Maatkit tools. Once downloaded, they're ready to run; no installation is -needed. The first URL gets the latest released version of the tool, and the -second gets the latest trunk code from Subversion. + wget percona.com/latest/percona-toolkit/TOOL + +Replace C with the name of any tool. =head1 ENVIRONMENT -The environment variable C enables verbose debugging output in all of -the Maatkit tools: +The environment variable C enables verbose debugging output to STDERR. +To enable debugging and capture all output to a file, run the tool like: - MKDEBUG=1 mk-.... + PTDEBUG=1 $TOOL ... > FILE 2>&1 + +Be careful: debugging output is voluminous and can generate several megabytes +of output. =head1 SYSTEM REQUIREMENTS -You need the following Perl modules: DBI and DBD::mysql. +You need Perl, DBI, DBD::mysql, and some core packages that ought to be +installed in any reasonably new version of Perl. =head1 BUGS -For a list of known bugs see L. +For a list of known bugs, see L. -Please use Google Code Issues and Groups to report bugs or request support: -L. You can also join #maatkit on Freenode to -discuss Maatkit. +Please report bugs at L. +Include the following information in your bug report: -Please include the complete command-line used to reproduce the problem you are -seeing, the version of all MySQL servers involved, the complete output of the -tool when run with L<"--version">, and if possible, debugging output produced by -running with the C environment variable. +=over + +=item * Complete command-line used to run the tool + +=item * Tool L<"--version"> + +=item * MySQL version of all servers involved + +=item * Output from the tool including STDERR + +=item * Input files (log/dump/config files, etc.) + +=back + +If possible, include debugging output by running the tool with C; +see L<"ENVIRONMENT">. + +=head1 AUTHORS + +Baron Schwartz and Daniel Nichter + +=head1 ABOUT PERCONA TOOLKIT + +This tool is part of Percona Toolkit, a collection of advanced command-line +tools developed by Percona for MySQL support and consulting. Percona Toolkit +was forked from two projects in June, 2011: Maatkit and Aspersa. Those +projects were created by Baron Schwartz and developed primarily by him and +Daniel Nichter, both of whom are employed by Percona. Visit +L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2009-@CURRENTYEAR@ Percona Inc. +This program is copyright 2010-2011 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -7246,19 +7273,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -=head1 AUTHORS - -Baron Schwartz and Daniel Nichter - -=head1 ABOUT MAATKIT - -This tool is part of Maatkit, a toolkit for power users of MySQL. Maatkit -was created by Baron Schwartz; Baron and Daniel Nichter are the primary -code contributors. Both are employed by Percona. Financial support for -Maatkit development is primarily provided by Percona and its clients. - =head1 VERSION -This manual page documents Ver @VERSION@ Distrib @DISTRIB@ $Revision: 7531 $. +Percona Toolkit v1.0.0 released 2011-08-01 =cut diff --git a/bin/pt-query-digest b/bin/pt-query-digest index 56510dc5..f86d43fe 100755 --- a/bin/pt-query-digest +++ b/bin/pt-query-digest @@ -15811,49 +15811,75 @@ User for login if not current user. =back -=head1 DOWNLOADING +=head1 DOWNLOADING + +Visit L to download the latest release of +Percona Toolkit. Or, to get the latest release from the command line: -You can download Maatkit from Google Code at -L, or you can get any of the tools -easily with a command like the following: + wget percona.com/latest/percona-toolkit/PKG - wget http://www.maatkit.org/get/toolname - or - wget http://www.maatkit.org/trunk/toolname +Replace C with C, C, or C to download the package in that +format. You can also get individual tools from the latest release: -Where C can be replaced with the name (or fragment of a name) of any -of the Maatkit tools. Once downloaded, they're ready to run; no installation is -needed. The first URL gets the latest released version of the tool, and the -second gets the latest trunk code from Subversion. + wget percona.com/latest/percona-toolkit/TOOL + +Replace C with the name of any tool. =head1 ENVIRONMENT -The environment variable C enables verbose debugging output in all of -the Maatkit tools: +The environment variable C enables verbose debugging output to STDERR. +To enable debugging and capture all output to a file, run the tool like: - MKDEBUG=1 mk-.... + PTDEBUG=1 $TOOL ... > FILE 2>&1 + +Be careful: debugging output is voluminous and can generate several megabytes +of output. =head1 SYSTEM REQUIREMENTS -You need Perl and some core packages that ought to be installed in any -reasonably new version of Perl. +You need Perl, DBI, DBD::mysql, and some core packages that ought to be +installed in any reasonably new version of Perl. =head1 BUGS -For a list of known bugs see L. +For a list of known bugs, see L. -Please use Google Code Issues and Groups to report bugs or request support: -L. You can also join #maatkit on Freenode to -discuss Maatkit. +Please report bugs at L. +Include the following information in your bug report: -Please include the complete command-line used to reproduce the problem you are -seeing, the version of all MySQL servers involved, the complete output of the -tool when run with L<"--version">, and if possible, debugging output produced by -running with the C environment variable. +=over + +=item * Complete command-line used to run the tool + +=item * Tool L<"--version"> + +=item * MySQL version of all servers involved + +=item * Output from the tool including STDERR + +=item * Input files (log/dump/config files, etc.) + +=back + +If possible, include debugging output by running the tool with C; +see L<"ENVIRONMENT">. + +=head1 AUTHORS + +Baron Schwartz and Daniel Nichter + +=head1 ABOUT PERCONA TOOLKIT + +This tool is part of Percona Toolkit, a collection of advanced command-line +tools developed by Percona for MySQL support and consulting. Percona Toolkit +was forked from two projects in June, 2011: Maatkit and Aspersa. Those +projects were created by Baron Schwartz and developed primarily by him and +Daniel Nichter, both of whom are employed by Percona. Visit +L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2007-@CURRENTYEAR@ Baron Schwartz. +This program is copyright 2008-2011 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -15870,19 +15896,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -=head1 AUTHORS - -Baron Schwartz and Daniel Nichter - -=head1 ABOUT MAATKIT - -This tool is part of Maatkit, a toolkit for power users of MySQL. Maatkit -was created by Baron Schwartz; Baron and Daniel Nichter are the primary -code contributors. Both are employed by Percona. Financial support for -Maatkit development is primarily provided by Percona and its clients. - =head1 VERSION -This manual page documents Ver @VERSION@ Distrib @DISTRIB@ $Revision: 7531 $. +Percona Toolkit v1.0.0 released 2011-08-01 =cut diff --git a/bin/pt-query-profiler b/bin/pt-query-profiler index 03266ae6..e6d6fcf2 100755 --- a/bin/pt-query-profiler +++ b/bin/pt-query-profiler @@ -2753,48 +2753,75 @@ User for login if not current user. =back -=head1 DOWNLOADING +=head1 DOWNLOADING + +Visit L to download the latest release of +Percona Toolkit. Or, to get the latest release from the command line: -You can download Maatkit from Google Code at -L, or you can get any of the tools -easily with a command like the following: + wget percona.com/latest/percona-toolkit/PKG - wget http://www.maatkit.org/get/toolname - or - wget http://www.maatkit.org/trunk/toolname +Replace C with C, C, or C to download the package in that +format. You can also get individual tools from the latest release: -Where C can be replaced with the name (or fragment of a name) of any -of the Maatkit tools. Once downloaded, they're ready to run; no installation is -needed. The first URL gets the latest released version of the tool, and the -second gets the latest trunk code from Subversion. + wget percona.com/latest/percona-toolkit/TOOL + +Replace C with the name of any tool. =head1 ENVIRONMENT -The environment variable C enables verbose debugging output in all of -the Maatkit tools: +The environment variable C enables verbose debugging output to STDERR. +To enable debugging and capture all output to a file, run the tool like: - MKDEBUG=1 mk-.... + PTDEBUG=1 $TOOL ... > FILE 2>&1 + +Be careful: debugging output is voluminous and can generate several megabytes +of output. =head1 SYSTEM REQUIREMENTS -You need Perl, DBI, DBD::mysql, and some core modules. +You need Perl, DBI, DBD::mysql, and some core packages that ought to be +installed in any reasonably new version of Perl. =head1 BUGS -For a list of known bugs see L. +For a list of known bugs, see L. -Please use Google Code Issues and Groups to report bugs or request support: -L. You can also join #maatkit on Freenode to -discuss Maatkit. +Please report bugs at L. +Include the following information in your bug report: -Please include the complete command-line used to reproduce the problem you are -seeing, the version of all MySQL servers involved, the complete output of the -tool when run with L<"--version">, and if possible, debugging output produced by -running with the C environment variable. +=over + +=item * Complete command-line used to run the tool + +=item * Tool L<"--version"> + +=item * MySQL version of all servers involved + +=item * Output from the tool including STDERR + +=item * Input files (log/dump/config files, etc.) + +=back + +If possible, include debugging output by running the tool with C; +see L<"ENVIRONMENT">. + +=head1 AUTHORS + +Baron Schwartz and Bart van Bragt + +=head1 ABOUT PERCONA TOOLKIT + +This tool is part of Percona Toolkit, a collection of advanced command-line +tools developed by Percona for MySQL support and consulting. Percona Toolkit +was forked from two projects in June, 2011: Maatkit and Aspersa. Those +projects were created by Baron Schwartz and developed primarily by him and +Daniel Nichter, both of whom are employed by Percona. Visit +L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2007-@CURRENTYEAR@ Baron Schwartz. +This program is copyright 2007-2011 Baron Schwartz, 2011 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -2811,32 +2838,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -=head1 SEE ALSO - -See also L. - -=head1 AUTHORS - -Baron Schwartz - -=head1 ABOUT MAATKIT - -This tool is part of Maatkit, a toolkit for power users of MySQL. Maatkit -was created by Baron Schwartz; Baron and Daniel Nichter are the primary -code contributors. Both are employed by Percona. Financial support for -Maatkit development is primarily provided by Percona and its clients. - -=head1 ACKNOWLEDGEMENTS - -I was inspired by the wonderful mysqlreport utility available at -L. - -Other contributors: Bart van Bragt. - -Thanks to all who have helped. - =head1 VERSION -This manual page documents Ver @VERSION@ Distrib @DISTRIB@ $Revision: 7477 $. +Percona Toolkit v1.0.0 released 2011-08-01 =cut diff --git a/bin/pt-rel b/bin/pt-rel index 2006eb9b..cc9d7d5b 100755 --- a/bin/pt-rel +++ b/bin/pt-rel @@ -84,6 +84,71 @@ The output will be Mutex spin waits 0, rounds 6645565, OS waits 34159 RW-shared spins 14648, OS waits 882; RW-excl spins 13146 +=head1 DOWNLOADING + +Visit L to download the latest release of +Percona Toolkit. Or, to get the latest release from the command line: + + wget percona.com/latest/percona-toolkit/PKG + +Replace C with C, C, or C to download the package in that +format. You can also get individual tools from the latest release: + + wget percona.com/latest/percona-toolkit/TOOL + +Replace C with the name of any tool. + +=head1 ENVIRONMENT + +The environment variable C enables verbose debugging output to STDERR. +To enable debugging and capture all output to a file, run the tool like: + + PTDEBUG=1 $TOOL ... > FILE 2>&1 + +Be careful: debugging output is voluminous and can generate several megabytes +of output. + +=head1 SYSTEM REQUIREMENTS + +You need Bash. + +=head1 BUGS + +For a list of known bugs, see L. + +Please report bugs at L. +Include the following information in your bug report: + +=over + +=item * Complete command-line used to run the tool + +=item * Tool L<"--version"> + +=item * MySQL version of all servers involved + +=item * Output from the tool including STDERR + +=item * Input files (log/dump/config files, etc.) + +=back + +If possible, include debugging output by running the tool with C; +see L<"ENVIRONMENT">. + +=head1 AUTHORS + +Baron Schwartz + +=head1 ABOUT PERCONA TOOLKIT + +This tool is part of Percona Toolkit, a collection of advanced command-line +tools developed by Percona for MySQL support and consulting. Percona Toolkit +was forked from two projects in June, 2011: Maatkit and Aspersa. Those +projects were created by Baron Schwartz and developed primarily by him and +Daniel Nichter, both of whom are employed by Percona. Visit +L for more software developed by Percona. + =head1 COPYRIGHT, LICENSE, AND WARRANTY This program is copyright 2010 Baron Schwartz, 2011 Percona Inc. @@ -103,22 +168,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -=head1 AUTHORS - -Baron Schwartz - -=head1 ABOUT PERCONA TOOLKIT - -This tool is part of Percona Toolkit, a collection of advanced command-line -tools used by Percona for MySQL support and consulting. Percona Toolkit -was forked from two projects in June, 2011: Maatkit and Aspersa. Those -projects were created by Baron Schwartz and developed primarily by him and -Daniel Nichter, both of whom are employed by Percona. Financial support for -Percona Toolkit development is provided by Percona and its clients. Visit -L for more projects developed by Percona. - =head1 VERSION -This manual page documents Ver @VERSION@ Distrib @DISTRIB@ $Revision: 7531 $. +Percona Toolkit v1.0.0 released 2011-08-01 =cut diff --git a/bin/pt-schema-advisor b/bin/pt-schema-advisor index 1d3e48ef..ba81ec95 100755 --- a/bin/pt-schema-advisor +++ b/bin/pt-schema-advisor @@ -3674,48 +3674,75 @@ User for login if not current user. =back -=head1 DOWNLOADING +=head1 DOWNLOADING + +Visit L to download the latest release of +Percona Toolkit. Or, to get the latest release from the command line: -You can download Maatkit from Google Code at -L, or you can get any of the tools -easily with a command like the following: + wget percona.com/latest/percona-toolkit/PKG - wget http://www.maatkit.org/get/toolname - or - wget http://www.maatkit.org/trunk/toolname +Replace C with C, C, or C to download the package in that +format. You can also get individual tools from the latest release: -Where C can be replaced with the name (or fragment of a name) of any -of the Maatkit tools. Once downloaded, they're ready to run; no installation is -needed. The first URL gets the latest released version of the tool, and the -second gets the latest trunk code from Subversion. + wget percona.com/latest/percona-toolkit/TOOL + +Replace C with the name of any tool. =head1 ENVIRONMENT -The environment variable C enables verbose debugging output in all of -the Maatkit tools: +The environment variable C enables verbose debugging output to STDERR. +To enable debugging and capture all output to a file, run the tool like: - MKDEBUG=1 mk-.... + PTDEBUG=1 $TOOL ... > FILE 2>&1 + +Be careful: debugging output is voluminous and can generate several megabytes +of output. =head1 SYSTEM REQUIREMENTS -You need the following Perl modules: DBI and DBD::mysql. +You need Perl, DBI, DBD::mysql, and some core packages that ought to be +installed in any reasonably new version of Perl. =head1 BUGS -For a list of known bugs see L. +For a list of known bugs, see L. -Please use Google Code Issues and Groups to report bugs or request support: -L. You can also join #maatkit on Freenode to -discuss Maatkit. +Please report bugs at L. +Include the following information in your bug report: -Please include the complete command-line used to reproduce the problem you are -seeing, the version of all MySQL servers involved, the complete output of the -tool when run with L<"--version">, and if possible, debugging output produced by -running with the C environment variable. +=over + +=item * Complete command-line used to run the tool + +=item * Tool L<"--version"> + +=item * MySQL version of all servers involved + +=item * Output from the tool including STDERR + +=item * Input files (log/dump/config files, etc.) + +=back + +If possible, include debugging output by running the tool with C; +see L<"ENVIRONMENT">. + +=head1 AUTHORS + +Baron Schwartz and Daniel Nichter + +=head1 ABOUT PERCONA TOOLKIT + +This tool is part of Percona Toolkit, a collection of advanced command-line +tools developed by Percona for MySQL support and consulting. Percona Toolkit +was forked from two projects in June, 2011: Maatkit and Aspersa. Those +projects were created by Baron Schwartz and developed primarily by him and +Daniel Nichter, both of whom are employed by Percona. Visit +L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2009-@CURRENTYEAR@ Percona Inc. +This program is copyright 2011 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -3732,19 +3759,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -=head1 AUTHORS - -Baron Schwartz and Daniel Nichter - -=head1 ABOUT MAATKIT - -This tool is part of Maatkit, a toolkit for power users of MySQL. Maatkit -was created by Baron Schwartz; Baron and Daniel Nichter are the primary -code contributors. Both are employed by Percona. Financial support for -Maatkit development is primarily provided by Percona and its clients. - =head1 VERSION -This manual page documents Ver @VERSION@ Distrib @DISTRIB@ $Revision: 7477 $. +Percona Toolkit v1.0.0 released 2011-08-01 =cut diff --git a/bin/pt-show-grants b/bin/pt-show-grants index 40bbb1df..2ea6c99a 100755 --- a/bin/pt-show-grants +++ b/bin/pt-show-grants @@ -2131,48 +2131,75 @@ User for login if not current user. =back -=head1 DOWNLOADING +=head1 DOWNLOADING + +Visit L to download the latest release of +Percona Toolkit. Or, to get the latest release from the command line: -You can download Maatkit from Google Code at -L, or you can get any of the tools -easily with a command like the following: + wget percona.com/latest/percona-toolkit/PKG - wget http://www.maatkit.org/get/toolname - or - wget http://www.maatkit.org/trunk/toolname +Replace C with C, C, or C to download the package in that +format. You can also get individual tools from the latest release: -Where C can be replaced with the name (or fragment of a name) of any -of the Maatkit tools. Once downloaded, they're ready to run; no installation is -needed. The first URL gets the latest released version of the tool, and the -second gets the latest trunk code from Subversion. + wget percona.com/latest/percona-toolkit/TOOL + +Replace C with the name of any tool. =head1 ENVIRONMENT -The environment variable C enables verbose debugging output in all of -the Maatkit tools: +The environment variable C enables verbose debugging output to STDERR. +To enable debugging and capture all output to a file, run the tool like: - MKDEBUG=1 mk-.... + PTDEBUG=1 $TOOL ... > FILE 2>&1 + +Be careful: debugging output is voluminous and can generate several megabytes +of output. =head1 SYSTEM REQUIREMENTS -You need the following Perl modules: DBI and DBD::mysql. +You need Perl, DBI, DBD::mysql, and some core packages that ought to be +installed in any reasonably new version of Perl. =head1 BUGS -For a list of known bugs see L. +For a list of known bugs, see L. -Please use Google Code Issues and Groups to report bugs or request support: -L. You can also join #maatkit on Freenode to -discuss Maatkit. +Please report bugs at L. +Include the following information in your bug report: -Please include the complete command-line used to reproduce the problem you are -seeing, the version of all MySQL servers involved, the complete output of the -tool when run with L<"--version">, and if possible, debugging output produced by -running with the C environment variable. +=over + +=item * Complete command-line used to run the tool + +=item * Tool L<"--version"> + +=item * MySQL version of all servers involved + +=item * Output from the tool including STDERR + +=item * Input files (log/dump/config files, etc.) + +=back + +If possible, include debugging output by running the tool with C; +see L<"ENVIRONMENT">. + +=head1 AUTHORS + +Baron Schwartz + +=head1 ABOUT PERCONA TOOLKIT + +This tool is part of Percona Toolkit, a collection of advanced command-line +tools developed by Percona for MySQL support and consulting. Percona Toolkit +was forked from two projects in June, 2011: Maatkit and Aspersa. Those +projects were created by Baron Schwartz and developed primarily by him and +Daniel Nichter, both of whom are employed by Percona. Visit +L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2007-@CURRENTYEAR@ Baron Schwartz. +This program is copyright 2007-2011 Baron Schwartz, 2011 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -2189,27 +2216,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -=head1 SEE ALSO - -Someone pointed out that this has been done before (not surprising, as it's -not all that complicated). Visit L for -a simpler implementation of the same general concept, though without the -canonicalization. I borrowed the idea of adding DROP USER from that script, -and it inspired me to add the REVOKE functionality too. - -=head1 AUTHORS - -Baron Schwartz - -=head1 ABOUT MAATKIT - -This tool is part of Maatkit, a toolkit for power users of MySQL. Maatkit -was created by Baron Schwartz; Baron and Daniel Nichter are the primary -code contributors. Both are employed by Percona. Financial support for -Maatkit development is primarily provided by Percona and its clients. - =head1 VERSION -This manual page documents Ver @VERSION@ Distrib @DISTRIB@ $Revision: 7477 $. +Percona Toolkit v1.0.0 released 2011-08-01 =cut diff --git a/bin/pt-sift b/bin/pt-sift index 12c97d3a..0c36acee 100755 --- a/bin/pt-sift +++ b/bin/pt-sift @@ -481,10 +481,71 @@ Usage: pt-sift [OPTION...] pt-sift browses the files created by the collect tool. +=head1 DOWNLOADING + +Visit L to download the latest release of +Percona Toolkit. Or, to get the latest release from the command line: + + wget percona.com/latest/percona-toolkit/PKG + +Replace C with C, C, or C to download the package in that +format. You can also get individual tools from the latest release: + + wget percona.com/latest/percona-toolkit/TOOL + +Replace C with the name of any tool. + +=head1 ENVIRONMENT + +The environment variable C enables verbose debugging output to STDERR. +To enable debugging and capture all output to a file, run the tool like: + + PTDEBUG=1 $TOOL ... > FILE 2>&1 + +Be careful: debugging output is voluminous and can generate several megabytes +of output. + +=head1 SYSTEM REQUIREMENTS + +You need Bash. + +=head1 BUGS + +For a list of known bugs, see L. + +Please report bugs at L. +Include the following information in your bug report: + +=over + +=item * Complete command-line used to run the tool + +=item * Tool L<"--version"> + +=item * MySQL version of all servers involved + +=item * Output from the tool including STDERR + +=item * Input files (log/dump/config files, etc.) + +=back + +If possible, include debugging output by running the tool with C; +see L<"ENVIRONMENT">. + =head1 AUTHORS Baron Schwartz +=head1 ABOUT PERCONA TOOLKIT + +This tool is part of Percona Toolkit, a collection of advanced command-line +tools developed by Percona for MySQL support and consulting. Percona Toolkit +was forked from two projects in June, 2011: Maatkit and Aspersa. Those +projects were created by Baron Schwartz and developed primarily by him and +Daniel Nichter, both of whom are employed by Percona. Visit +L for more software developed by Percona. + =head1 COPYRIGHT, LICENSE, AND WARRANTY This program is copyright 2010-2011 Baron Schwartz, 2011 Percona Inc. @@ -503,7 +564,10 @@ licenses. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -legal.pod (END) + +=head1 VERSION + +Percona Toolkit v1.0.0 released 2011-08-01 =cut diff --git a/bin/pt-slave-delay b/bin/pt-slave-delay index 2845425d..3e33714e 100755 --- a/bin/pt-slave-delay +++ b/bin/pt-slave-delay @@ -2615,27 +2615,29 @@ User for login if not current user. =back -=head1 DOWNLOADING +=head1 DOWNLOADING + +Visit L to download the latest release of +Percona Toolkit. Or, to get the latest release from the command line: -You can download Maatkit from Google Code at -L, or you can get any of the tools -easily with a command like the following: + wget percona.com/latest/percona-toolkit/PKG - wget http://www.maatkit.org/get/toolname - or - wget http://www.maatkit.org/trunk/toolname +Replace C with C, C, or C to download the package in that +format. You can also get individual tools from the latest release: -Where C can be replaced with the name (or fragment of a name) of any -of the Maatkit tools. Once downloaded, they're ready to run; no installation is -needed. The first URL gets the latest released version of the tool, and the -second gets the latest trunk code from Subversion. + wget percona.com/latest/percona-toolkit/TOOL + +Replace C with the name of any tool. =head1 ENVIRONMENT -The environment variable C enables verbose debugging output in all of -the Maatkit tools: +The environment variable C enables verbose debugging output to STDERR. +To enable debugging and capture all output to a file, run the tool like: - MKDEBUG=1 mk-.... + PTDEBUG=1 $TOOL ... > FILE 2>&1 + +Be careful: debugging output is voluminous and can generate several megabytes +of output. =head1 SYSTEM REQUIREMENTS @@ -2644,20 +2646,45 @@ installed in any reasonably new version of Perl. =head1 BUGS -For a list of known bugs see L. +For a list of known bugs, see L. -Please use Google Code Issues and Groups to report bugs or request support: -L. You can also join #maatkit on Freenode to -discuss Maatkit. +Please report bugs at L. +Include the following information in your bug report: -Please include the complete command-line used to reproduce the problem you are -seeing, the version of all MySQL servers involved, the complete output of the -tool when run with L<"--version">, and if possible, debugging output produced by -running with the C environment variable. +=over + +=item * Complete command-line used to run the tool + +=item * Tool L<"--version"> + +=item * MySQL version of all servers involved + +=item * Output from the tool including STDERR + +=item * Input files (log/dump/config files, etc.) + +=back + +If possible, include debugging output by running the tool with C; +see L<"ENVIRONMENT">. + +=head1 AUTHORS + +Sergey Zhuravlev and Baron Schwartz + +=head1 ABOUT PERCONA TOOLKIT + +This tool is part of Percona Toolkit, a collection of advanced command-line +tools developed by Percona for MySQL support and consulting. Percona Toolkit +was forked from two projects in June, 2011: Maatkit and Aspersa. Those +projects were created by Baron Schwartz and developed primarily by him and +Daniel Nichter, both of whom are employed by Percona. Visit +L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2007-@CURRENTYEAR@ Sergey Zhuravlev and Baron Schwartz. +This program is copyright 2007-2011 Sergey Zhuravle and Baron Schwartz, +2011 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -2674,19 +2701,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -=head1 AUTHORS - -Sergey Zhuravlev and Baron Schwartz - -=head1 ABOUT MAATKIT - -This tool is part of Maatkit, a toolkit for power users of MySQL. Maatkit -was created by Baron Schwartz; Baron and Daniel Nichter are the primary -code contributors. Both are employed by Percona. Financial support for -Maatkit development is primarily provided by Percona and its clients. - =head1 VERSION -This manual page documents Ver @VERSION@ Distrib @DISTRIB@ $Revision: 7477 $. +Percona Toolkit v1.0.0 released 2011-08-01 =cut diff --git a/bin/pt-slave-find b/bin/pt-slave-find index a92f5015..4ea10401 100755 --- a/bin/pt-slave-find +++ b/bin/pt-slave-find @@ -3262,27 +3262,29 @@ User for login if not current user. =back -=head1 DOWNLOADING +=head1 DOWNLOADING + +Visit L to download the latest release of +Percona Toolkit. Or, to get the latest release from the command line: -You can download Maatkit from Google Code at -L, or you can get any of the tools -easily with a command like the following: + wget percona.com/latest/percona-toolkit/PKG - wget http://www.maatkit.org/get/toolname - or - wget http://www.maatkit.org/trunk/toolname +Replace C with C, C, or C to download the package in that +format. You can also get individual tools from the latest release: -Where C can be replaced with the name (or fragment of a name) of any -of the Maatkit tools. Once downloaded, they're ready to run; no installation is -needed. The first URL gets the latest released version of the tool, and the -second gets the latest trunk code from Subversion. + wget percona.com/latest/percona-toolkit/TOOL + +Replace C with the name of any tool. =head1 ENVIRONMENT -The environment variable C enables verbose debugging output in all of -the Maatkit tools: +The environment variable C enables verbose debugging output to STDERR. +To enable debugging and capture all output to a file, run the tool like: - MKDEBUG=1 mk-.... + PTDEBUG=1 $TOOL ... > FILE 2>&1 + +Be careful: debugging output is voluminous and can generate several megabytes +of output. =head1 SYSTEM REQUIREMENTS @@ -3291,20 +3293,44 @@ installed in any reasonably new version of Perl. =head1 BUGS -For a list of known bugs see L. +For a list of known bugs, see L. -Please use Google Code Issues and Groups to report bugs or request support: -L. You can also join #maatkit on Freenode to -discuss Maatkit. +Please report bugs at L. +Include the following information in your bug report: -Please include the complete command-line used to reproduce the problem you are -seeing, the version of all MySQL servers involved, the complete output of the -tool when run with L<"--version">, and if possible, debugging output produced by -running with the C environment variable. +=over + +=item * Complete command-line used to run the tool + +=item * Tool L<"--version"> + +=item * MySQL version of all servers involved + +=item * Output from the tool including STDERR + +=item * Input files (log/dump/config files, etc.) + +=back + +If possible, include debugging output by running the tool with C; +see L<"ENVIRONMENT">. + +=head1 AUTHORS + +Baron Schwartz and Daniel Nichter + +=head1 ABOUT PERCONA TOOLKIT + +This tool is part of Percona Toolkit, a collection of advanced command-line +tools developed by Percona for MySQL support and consulting. Percona Toolkit +was forked from two projects in June, 2011: Maatkit and Aspersa. Those +projects were created by Baron Schwartz and developed primarily by him and +Daniel Nichter, both of whom are employed by Percona. Visit +L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2007-@CURRENTYEAR@ Baron Schwartz. +This program is copyright 2007-2011 Baron Schwartz, 2011 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -3321,19 +3347,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -=head1 AUTHORS - -Baron Schwartz - -=head1 ABOUT MAATKIT - -This tool is part of Maatkit, a toolkit for power users of MySQL. Maatkit -was created by Baron Schwartz; Baron and Daniel Nichter are the primary -code contributors. Both are employed by Percona. Financial support for -Maatkit development is primarily provided by Percona and its clients. - =head1 VERSION -This manual page documents Ver @VERSION@ Distrib @DISTRIB@ $Revision: 7531 $. +Percona Toolkit v1.0.0 released 2011-08-01 =cut diff --git a/bin/pt-slave-restart b/bin/pt-slave-restart index d8d1b9b4..594ab626 100755 --- a/bin/pt-slave-restart +++ b/bin/pt-slave-restart @@ -3434,30 +3434,29 @@ User for login if not current user. =back -=head1 DOWNLOADING +=head1 DOWNLOADING + +Visit L to download the latest release of +Percona Toolkit. Or, to get the latest release from the command line: -You can download Maatkit from Google Code at -L, or you can get any of the tools -easily with a command like the following: + wget percona.com/latest/percona-toolkit/PKG - wget http://www.maatkit.org/get/toolname - or - wget http://www.maatkit.org/trunk/toolname +Replace C with C, C, or C to download the package in that +format. You can also get individual tools from the latest release: -Where C can be replaced with the name (or fragment of a name) of any -of the Maatkit tools. Once downloaded, they're ready to run; no installation is -needed. The first URL gets the latest released version of the tool, and the -second gets the latest trunk code from Subversion. + wget percona.com/latest/percona-toolkit/TOOL + +Replace C with the name of any tool. =head1 ENVIRONMENT -The environment variable C enables verbose debugging output in all of -the Maatkit tools: +The environment variable C enables verbose debugging output to STDERR. +To enable debugging and capture all output to a file, run the tool like: - MKDEBUG=1 mk-.... + PTDEBUG=1 $TOOL ... > FILE 2>&1 -When L<"--daemonize"> is given and this variable is set, output is directed to a -debug file in C. +Be careful: debugging output is voluminous and can generate several megabytes +of output. =head1 SYSTEM REQUIREMENTS @@ -3466,20 +3465,44 @@ installed in any reasonably new version of Perl. =head1 BUGS -For a list of known bugs see L. +For a list of known bugs, see L. -Please use Google Code Issues and Groups to report bugs or request support: -L. You can also join #maatkit on Freenode to -discuss Maatkit. +Please report bugs at L. +Include the following information in your bug report: -Please include the complete command-line used to reproduce the problem you are -seeing, the version of all MySQL servers involved, the complete output of the -tool when run with L<"--version">, and if possible, debugging output produced by -running with the C environment variable. +=over + +=item * Complete command-line used to run the tool + +=item * Tool L<"--version"> + +=item * MySQL version of all servers involved + +=item * Output from the tool including STDERR + +=item * Input files (log/dump/config files, etc.) + +=back + +If possible, include debugging output by running the tool with C; +see L<"ENVIRONMENT">. + +=head1 AUTHORS + +Baron Schwartz + +=head1 ABOUT PERCONA TOOLKIT + +This tool is part of Percona Toolkit, a collection of advanced command-line +tools developed by Percona for MySQL support and consulting. Percona Toolkit +was forked from two projects in June, 2011: Maatkit and Aspersa. Those +projects were created by Baron Schwartz and developed primarily by him and +Daniel Nichter, both of whom are employed by Percona. Visit +L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2007-@CURRENTYEAR@ Baron Schwartz. +This program is copyright 2007-2011 Baron Schwartz, 2011 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -3496,23 +3519,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -=head1 SEE ALSO - -See also L, L, L. - -=head1 AUTHORS - -Baron Schwartz - -=head1 ABOUT MAATKIT - -This tool is part of Maatkit, a toolkit for power users of MySQL. Maatkit -was created by Baron Schwartz; Baron and Daniel Nichter are the primary -code contributors. Both are employed by Percona. Financial support for -Maatkit development is primarily provided by Percona and its clients. - =head1 VERSION -This manual page documents Ver @VERSION@ Distrib @DISTRIB@ $Revision: 7531 $. +Percona Toolkit v1.0.0 released 2011-08-01 =cut diff --git a/bin/pt-stalk b/bin/pt-stalk index 6bbdf8e5..5c004589 100755 --- a/bin/pt-stalk +++ b/bin/pt-stalk @@ -183,10 +183,71 @@ and restarting this one. The name 'stalk' is because 'watch' is already taken, and 'stalk' is fun. +=head1 DOWNLOADING + +Visit L to download the latest release of +Percona Toolkit. Or, to get the latest release from the command line: + + wget percona.com/latest/percona-toolkit/PKG + +Replace C with C, C, or C to download the package in that +format. You can also get individual tools from the latest release: + + wget percona.com/latest/percona-toolkit/TOOL + +Replace C with the name of any tool. + +=head1 ENVIRONMENT + +The environment variable C enables verbose debugging output to STDERR. +To enable debugging and capture all output to a file, run the tool like: + + PTDEBUG=1 $TOOL ... > FILE 2>&1 + +Be careful: debugging output is voluminous and can generate several megabytes +of output. + +=head1 SYSTEM REQUIREMENTS + +You need Bash. + +=head1 BUGS + +For a list of known bugs, see L. + +Please report bugs at L. +Include the following information in your bug report: + +=over + +=item * Complete command-line used to run the tool + +=item * Tool L<"--version"> + +=item * MySQL version of all servers involved + +=item * Output from the tool including STDERR + +=item * Input files (log/dump/config files, etc.) + +=back + +If possible, include debugging output by running the tool with C; +see L<"ENVIRONMENT">. + =head1 AUTHORS Baron Schwartz, Justin Swanhart, and Fernando Ipar +=head1 ABOUT PERCONA TOOLKIT + +This tool is part of Percona Toolkit, a collection of advanced command-line +tools developed by Percona for MySQL support and consulting. Percona Toolkit +was forked from two projects in June, 2011: Maatkit and Aspersa. Those +projects were created by Baron Schwartz and developed primarily by him and +Daniel Nichter, both of whom are employed by Percona. Visit +L for more software developed by Percona. + =head1 COPYRIGHT, LICENSE, AND WARRANTY This program is copyright 2010-2011 Baron Schwartz, 2011 Percona Inc. @@ -205,7 +266,10 @@ licenses. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -legal.pod (END) + +=head1 VERSION + +Percona Toolkit v1.0.0 released 2011-08-01 =cut diff --git a/bin/pt-summary b/bin/pt-summary index 6789407f..1fb64cf2 100755 --- a/bin/pt-summary +++ b/bin/pt-summary @@ -1203,11 +1203,70 @@ Options: NETWORK: Don't print out information on network controllers & config. PROCESS: Don't print out top processes and vmstat information. +=head1 DOWNLOADING + +Visit L to download the latest release of +Percona Toolkit. Or, to get the latest release from the command line: + + wget percona.com/latest/percona-toolkit/PKG + +Replace C with C, C, or C to download the package in that +format. You can also get individual tools from the latest release: + + wget percona.com/latest/percona-toolkit/TOOL + +Replace C with the name of any tool. + +=head1 ENVIRONMENT + +The environment variable C enables verbose debugging output to STDERR. +To enable debugging and capture all output to a file, run the tool like: + + PTDEBUG=1 $TOOL ... > FILE 2>&1 + +Be careful: debugging output is voluminous and can generate several megabytes +of output. + +=head1 SYSTEM REQUIREMENTS + +You need Bash. + +=head1 BUGS + +For a list of known bugs, see L. + +Please report bugs at L. +Include the following information in your bug report: + +=over + +=item * Complete command-line used to run the tool + +=item * Tool L<"--version"> + +=item * MySQL version of all servers involved + +=item * Output from the tool including STDERR + +=item * Input files (log/dump/config files, etc.) + +=back + +If possible, include debugging output by running the tool with C; +see L<"ENVIRONMENT">. + =head1 AUTHORS -Baron Schwartz and Kevin van Zonneveld +Baron Schwartz and Kevin van Zonneveld (http://kevin.vanzonneveld.net) -Kevin van Zonneveld (kvz@php.net || http://kevin.vanzonneveld.net) +=head1 ABOUT PERCONA TOOLKIT + +This tool is part of Percona Toolkit, a collection of advanced command-line +tools developed by Percona for MySQL support and consulting. Percona Toolkit +was forked from two projects in June, 2011: Maatkit and Aspersa. Those +projects were created by Baron Schwartz and developed primarily by him and +Daniel Nichter, both of whom are employed by Percona. Visit +L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY @@ -1227,7 +1286,10 @@ licenses. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -legal.pod (END) + +=head1 VERSION + +Percona Toolkit v1.0.0 released 2011-08-01 =cut diff --git a/bin/pt-table-checksum b/bin/pt-table-checksum index 249d5101..fbeb3043 100755 --- a/bin/pt-table-checksum +++ b/bin/pt-table-checksum @@ -8817,27 +8817,29 @@ User for login if not current user. =back -=head1 DOWNLOADING +=head1 DOWNLOADING + +Visit L to download the latest release of +Percona Toolkit. Or, to get the latest release from the command line: -You can download Maatkit from Google Code at -L, or you can get any of the tools -easily with a command like the following: + wget percona.com/latest/percona-toolkit/PKG - wget http://www.maatkit.org/get/toolname - or - wget http://www.maatkit.org/trunk/toolname +Replace C with C, C, or C to download the package in that +format. You can also get individual tools from the latest release: -Where C can be replaced with the name (or fragment of a name) of any -of the Maatkit tools. Once downloaded, they're ready to run; no installation is -needed. The first URL gets the latest released version of the tool, and the -second gets the latest trunk code from Subversion. + wget percona.com/latest/percona-toolkit/TOOL + +Replace C with the name of any tool. =head1 ENVIRONMENT -The environment variable C enables verbose debugging output in all of -the Maatkit tools: +The environment variable C enables verbose debugging output to STDERR. +To enable debugging and capture all output to a file, run the tool like: - MKDEBUG=1 mk-.... + PTDEBUG=1 $TOOL ... > FILE 2>&1 + +Be careful: debugging output is voluminous and can generate several megabytes +of output. =head1 SYSTEM REQUIREMENTS @@ -8846,20 +8848,49 @@ installed in any reasonably new version of Perl. =head1 BUGS -For a list of known bugs see L. +For a list of known bugs, see L. -Please use Google Code Issues and Groups to report bugs or request support: -L. You can also join #maatkit on Freenode to -discuss Maatkit. +Please report bugs at L. +Include the following information in your bug report: -Please include the complete command-line used to reproduce the problem you are -seeing, the version of all MySQL servers involved, the complete output of the -tool when run with L<"--version">, and if possible, debugging output produced by -running with the C environment variable. +=over + +=item * Complete command-line used to run the tool + +=item * Tool L<"--version"> + +=item * MySQL version of all servers involved + +=item * Output from the tool including STDERR + +=item * Input files (log/dump/config files, etc.) + +=back + +If possible, include debugging output by running the tool with C; +see L<"ENVIRONMENT">. + +=head1 AUTHORS + +Baron Schwartz + +=head1 ACKNOWLEDGMENTS + +Claus Jeppesen, Francois Saint-Jacques, Giuseppe Maxia, Heikki Tuuri, +James Briggs, Martin Friebe, and Sergey Zhuravlev + +=head1 ABOUT PERCONA TOOLKIT + +This tool is part of Percona Toolkit, a collection of advanced command-line +tools developed by Percona for MySQL support and consulting. Percona Toolkit +was forked from two projects in June, 2011: Maatkit and Aspersa. Those +projects were created by Baron Schwartz and developed primarily by him and +Daniel Nichter, both of whom are employed by Percona. Visit +L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2007-@CURRENTYEAR@ Baron Schwartz. +This program is copyright 2007-2011 Baron Schwartz, 2011 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -8876,35 +8907,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -=head1 SEE ALSO - -See also L and L. - -=head1 AUTHORS - -Baron "Xaprb" Schwartz - -=head1 ABOUT MAATKIT - -This tool is part of Maatkit, a toolkit for power users of MySQL. Maatkit -was created by Baron Schwartz; Baron and Daniel Nichter are the primary -code contributors. Both are employed by Percona. Financial support for -Maatkit development is primarily provided by Percona and its clients. - -=head1 ACKNOWLEDGMENTS - -This is an incomplete list. My apologies for omissions or misspellings. - -Claus Jeppesen, -Francois Saint-Jacques, -Giuseppe Maxia, -Heikki Tuuri, -James Briggs, -Martin Friebe, -Sergey Zhuravlev, - =head1 VERSION -This manual page documents Ver @VERSION@ Distrib @DISTRIB@ $Revision: 7527 $. +Percona Toolkit v1.0.0 released 2011-08-01 =cut diff --git a/bin/pt-table-sync b/bin/pt-table-sync index a4d56ddb..da9e4af7 100755 --- a/bin/pt-table-sync +++ b/bin/pt-table-sync @@ -10141,27 +10141,29 @@ User for login if not current user. =back -=head1 DOWNLOADING +=head1 DOWNLOADING + +Visit L to download the latest release of +Percona Toolkit. Or, to get the latest release from the command line: -You can download Maatkit from Google Code at -L, or you can get any of the tools -easily with a command like the following: + wget percona.com/latest/percona-toolkit/PKG - wget http://www.maatkit.org/get/toolname - or - wget http://www.maatkit.org/trunk/toolname +Replace C with C, C, or C to download the package in that +format. You can also get individual tools from the latest release: -Where C can be replaced with the name (or fragment of a name) of any -of the Maatkit tools. Once downloaded, they're ready to run; no installation is -needed. The first URL gets the latest released version of the tool, and the -second gets the latest trunk code from Subversion. + wget percona.com/latest/percona-toolkit/TOOL + +Replace C with the name of any tool. =head1 ENVIRONMENT -The environment variable MKDEBUG enables verbose debugging output in all of the -Maatkit tools: +The environment variable C enables verbose debugging output to STDERR. +To enable debugging and capture all output to a file, run the tool like: - MKDEBUG=1 mk-.... + PTDEBUG=1 $TOOL ... > FILE 2>&1 + +Be careful: debugging output is voluminous and can generate several megabytes +of output. =head1 SYSTEM REQUIREMENTS @@ -10170,48 +10172,33 @@ installed in any reasonably new version of Perl. =head1 BUGS -For a list of known bugs see: L. +For a list of known bugs, see L. -Please use Google Code Issues and Groups to report bugs or request support: -L. You can also join #maatkit on Freenode to -discuss Maatkit. +Please report bugs at L. +Include the following information in your bug report: -Please include the complete command-line used to reproduce the problem you are -seeing, the version of all MySQL servers involved, the complete output of the -tool when run with L<"--version">, and if possible, debugging output produced by -running with the C environment variable. +=over -=head1 COPYRIGHT, LICENSE, AND WARRANTY +=item * Complete command-line used to run the tool -This program is copyright 2007-@CURRENTYEAR@ Baron Schwartz. -Feedback and improvements are welcome. +=item * Tool L<"--version"> -THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED -WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. +=item * MySQL version of all servers involved -This program is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free Software -Foundation, version 2; OR the Perl Artistic License. On UNIX and similar -systems, you can issue `man perlgpl' or `man perlartistic' to read these -licenses. +=item * Output from the tool including STDERR -You should have received a copy of the GNU General Public License along with -this program; if not, write to the Free Software Foundation, Inc., 59 Temple -Place, Suite 330, Boston, MA 02111-1307 USA. +=item * Input files (log/dump/config files, etc.) + +=back + +If possible, include debugging output by running the tool with C; +see L<"ENVIRONMENT">. =head1 AUTHORS Baron Schwartz -=head1 ABOUT MAATKIT - -This tool is part of Maatkit, a toolkit for power users of MySQL. Maatkit -was created by Baron Schwartz; Baron and Daniel Nichter are the primary -code contributors. Both are employed by Percona. Financial support for -Maatkit development is primarily provided by Percona and its clients. - -=head1 HISTORY AND ACKNOWLEDGMENTS +=head1 ACKNOWLEDGMENTS My work is based in part on Giuseppe Maxia's work on distributed databases, L and code derived from that @@ -10263,8 +10250,36 @@ Rohit Nadhani (WebYog), The helpful monks at Perlmonks, And others too numerous to mention. +=head1 ABOUT PERCONA TOOLKIT + +This tool is part of Percona Toolkit, a collection of advanced command-line +tools developed by Percona for MySQL support and consulting. Percona Toolkit +was forked from two projects in June, 2011: Maatkit and Aspersa. Those +projects were created by Baron Schwartz and developed primarily by him and +Daniel Nichter, both of whom are employed by Percona. Visit +L for more software developed by Percona. + +=head1 COPYRIGHT, LICENSE, AND WARRANTY + +This program is copyright 2007-2011 Baron Schwartz, 2011 Percona Inc. +Feedback and improvements are welcome. + +THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED +WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + +This program is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation, version 2; OR the Perl Artistic License. On UNIX and similar +systems, you can issue `man perlgpl' or `man perlartistic' to read these +licenses. + +You should have received a copy of the GNU General Public License along with +this program; if not, write to the Free Software Foundation, Inc., 59 Temple +Place, Suite 330, Boston, MA 02111-1307 USA. + =head1 VERSION -This manual page documents Ver @VERSION@ Distrib @DISTRIB@ $Revision: 7476 $. +Percona Toolkit v1.0.0 released 2011-08-01 =cut diff --git a/bin/pt-table-usage b/bin/pt-table-usage index 1a5e49bb..0a3ea1a1 100755 --- a/bin/pt-table-usage +++ b/bin/pt-table-usage @@ -6795,49 +6795,75 @@ User for login if not current user. =back -=head1 DOWNLOADING +=head1 DOWNLOADING + +Visit L to download the latest release of +Percona Toolkit. Or, to get the latest release from the command line: -You can download Maatkit from Google Code at -L, or you can get any of the tools -easily with a command like the following: + wget percona.com/latest/percona-toolkit/PKG - wget http://www.maatkit.org/get/toolname - or - wget http://www.maatkit.org/trunk/toolname +Replace C with C, C, or C to download the package in that +format. You can also get individual tools from the latest release: -Where C can be replaced with the name (or fragment of a name) of any -of the Maatkit tools. Once downloaded, they're ready to run; no installation is -needed. The first URL gets the latest released version of the tool, and the -second gets the latest trunk code from Subversion. + wget percona.com/latest/percona-toolkit/TOOL + +Replace C with the name of any tool. =head1 ENVIRONMENT -The environment variable C enables verbose debugging output in all of -the Maatkit tools: +The environment variable C enables verbose debugging output to STDERR. +To enable debugging and capture all output to a file, run the tool like: - MKDEBUG=1 mk-.... + PTDEBUG=1 $TOOL ... > FILE 2>&1 + +Be careful: debugging output is voluminous and can generate several megabytes +of output. =head1 SYSTEM REQUIREMENTS -You need Perl and some core packages that ought to be installed in any -reasonably new version of Perl. +You need Perl, DBI, DBD::mysql, and some core packages that ought to be +installed in any reasonably new version of Perl. =head1 BUGS -For a list of known bugs see L. +For a list of known bugs, see L. -Please use Google Code Issues and Groups to report bugs or request support: -L. You can also join #maatkit on Freenode to -discuss Maatkit. +Please report bugs at L. +Include the following information in your bug report: -Please include the complete command-line used to reproduce the problem you are -seeing, the version of all MySQL servers involved, the complete output of the -tool when run with L<"--version">, and if possible, debugging output produced by -running with the C environment variable. +=over + +=item * Complete command-line used to run the tool + +=item * Tool L<"--version"> + +=item * MySQL version of all servers involved + +=item * Output from the tool including STDERR + +=item * Input files (log/dump/config files, etc.) + +=back + +If possible, include debugging output by running the tool with C; +see L<"ENVIRONMENT">. + +=head1 AUTHORS + +Daniel Nichter + +=head1 ABOUT PERCONA TOOLKIT + +This tool is part of Percona Toolkit, a collection of advanced command-line +tools developed by Percona for MySQL support and consulting. Percona Toolkit +was forked from two projects in June, 2011: Maatkit and Aspersa. Those +projects were created by Baron Schwartz and developed primarily by him and +Daniel Nichter, both of whom are employed by Percona. Visit +L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2009-@CURRENTYEAR@ Percona Inc. +This program is copyright 2011 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -6854,12 +6880,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -=head1 AUTHORS - -Daniel Nichter - =head1 VERSION -This manual page documents Ver @VERSION@ Distrib @DISTRIB@ $Revision: 7531 $. +Percona Toolkit v1.0.0 released 2011-08-01 =cut diff --git a/bin/pt-tcp-model b/bin/pt-tcp-model index c3e2ec46..691d6b33 100755 --- a/bin/pt-tcp-model +++ b/bin/pt-tcp-model @@ -2351,49 +2351,75 @@ number. =back -=head1 DOWNLOADING +=head1 DOWNLOADING + +Visit L to download the latest release of +Percona Toolkit. Or, to get the latest release from the command line: -You can download Maatkit from Google Code at -L, or you can get any of the tools -easily with a command like the following: + wget percona.com/latest/percona-toolkit/PKG - wget http://www.maatkit.org/get/toolname - or - wget http://www.maatkit.org/trunk/toolname +Replace C with C, C, or C to download the package in that +format. You can also get individual tools from the latest release: -Where C can be replaced with the name (or fragment of a name) of any -of the Maatkit tools. Once downloaded, they're ready to run; no installation is -needed. The first URL gets the latest released version of the tool, and the -second gets the latest trunk code from Subversion. + wget percona.com/latest/percona-toolkit/TOOL + +Replace C with the name of any tool. =head1 ENVIRONMENT -The environment variable C enables verbose debugging output in all of -the Maatkit tools: +The environment variable C enables verbose debugging output to STDERR. +To enable debugging and capture all output to a file, run the tool like: - MKDEBUG=1 mk-.... + PTDEBUG=1 $TOOL ... > FILE 2>&1 + +Be careful: debugging output is voluminous and can generate several megabytes +of output. =head1 SYSTEM REQUIREMENTS -You need Perl and some core packages that ought to be installed in any -reasonably new version of Perl. +You need Perl, DBI, DBD::mysql, and some core packages that ought to be +installed in any reasonably new version of Perl. =head1 BUGS -For a list of known bugs see L. +For a list of known bugs, see L. -Please use Google Code Issues and Groups to report bugs or request support: -L. You can also join #maatkit on Freenode to -discuss Maatkit. +Please report bugs at L. +Include the following information in your bug report: -Please include the complete command-line used to reproduce the problem you are -seeing, the version of all MySQL servers involved, the complete output of the -tool when run with L<"--version">, and if possible, debugging output produced by -running with the C environment variable. +=over + +=item * Complete command-line used to run the tool + +=item * Tool L<"--version"> + +=item * MySQL version of all servers involved + +=item * Output from the tool including STDERR + +=item * Input files (log/dump/config files, etc.) + +=back + +If possible, include debugging output by running the tool with C; +see L<"ENVIRONMENT">. + +=head1 AUTHORS + +Baron Schwartz + +=head1 ABOUT PERCONA TOOLKIT + +This tool is part of Percona Toolkit, a collection of advanced command-line +tools developed by Percona for MySQL support and consulting. Percona Toolkit +was forked from two projects in June, 2011: Maatkit and Aspersa. Those +projects were created by Baron Schwartz and developed primarily by him and +Daniel Nichter, both of whom are employed by Percona. Visit +L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2011-@CURRENTYEAR@ Baron Schwartz. +This program is copyright 2011 Baron Schwartz, 2011 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -2410,19 +2436,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -=head1 AUTHORS - -Baron Schwartz - -=head1 ABOUT MAATKIT - -This tool is part of Maatkit, a toolkit for power users of MySQL. Maatkit -was created by Baron Schwartz; Baron and Daniel Nichter are the primary -code contributors. Both are employed by Percona. Financial support for -Maatkit development is primarily provided by Percona and its clients. - =head1 VERSION -This manual page documents Ver @VERSION@ Distrib @DISTRIB@ $Revision: 7536 $. +Percona Toolkit v1.0.0 released 2011-08-01 =cut diff --git a/bin/pt-trend b/bin/pt-trend index 292b2a8f..d4bb5dcb 100755 --- a/bin/pt-trend +++ b/bin/pt-trend @@ -1992,27 +1992,29 @@ Show version and exit. =back -=head1 DOWNLOADING +=head1 DOWNLOADING + +Visit L to download the latest release of +Percona Toolkit. Or, to get the latest release from the command line: -You can download Maatkit from Google Code at -L, or you can get any of the tools -easily with a command like the following: + wget percona.com/latest/percona-toolkit/PKG - wget http://www.maatkit.org/get/toolname - or - wget http://www.maatkit.org/trunk/toolname +Replace C with C, C, or C to download the package in that +format. You can also get individual tools from the latest release: -Where C can be replaced with the name (or fragment of a name) of any -of the Maatkit tools. Once downloaded, they're ready to run; no installation is -needed. The first URL gets the latest released version of the tool, and the -second gets the latest trunk code from Subversion. + wget percona.com/latest/percona-toolkit/TOOL + +Replace C with the name of any tool. =head1 ENVIRONMENT -The environment variable C enables verbose debugging output in all of -the Maatkit tools: +The environment variable C enables verbose debugging output to STDERR. +To enable debugging and capture all output to a file, run the tool like: - MKDEBUG=1 mk-.... + PTDEBUG=1 $TOOL ... > FILE 2>&1 + +Be careful: debugging output is voluminous and can generate several megabytes +of output. =head1 SYSTEM REQUIREMENTS @@ -2021,20 +2023,44 @@ installed in any reasonably new version of Perl. =head1 BUGS -For a list of known bugs see L. +For a list of known bugs, see L. -Please use Google Code Issues and Groups to report bugs or request support: -L. You can also join #maatkit on Freenode to -discuss Maatkit. +Please report bugs at L. +Include the following information in your bug report: -Please include the complete command-line used to reproduce the problem you are -seeing, the version of all MySQL servers involved, the complete output of the -tool when run with L<"--version">, and if possible, debugging output produced by -running with the C environment variable. +=over + +=item * Complete command-line used to run the tool + +=item * Tool L<"--version"> + +=item * MySQL version of all servers involved + +=item * Output from the tool including STDERR + +=item * Input files (log/dump/config files, etc.) + +=back + +If possible, include debugging output by running the tool with C; +see L<"ENVIRONMENT">. + +=head1 AUTHORS + +Baron Schwartz + +=head1 ABOUT PERCONA TOOLKIT + +This tool is part of Percona Toolkit, a collection of advanced command-line +tools developed by Percona for MySQL support and consulting. Percona Toolkit +was forked from two projects in June, 2011: Maatkit and Aspersa. Those +projects were created by Baron Schwartz and developed primarily by him and +Daniel Nichter, both of whom are employed by Percona. Visit +L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2010-@CURRENTYEAR@ Baron Schwartz. +This program is copyright 2010-2011 Baron Schwartz, 2011 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -2051,19 +2077,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -=head1 AUTHORS - -Baron Schwartz - -=head1 ABOUT MAATKIT - -This tool is part of Maatkit, a toolkit for power users of MySQL. Maatkit -was created by Baron Schwartz; Baron and Daniel Nichter are the primary -code contributors. Both are employed by Percona. Financial support for -Maatkit development is primarily provided by Percona and its clients. - =head1 VERSION -This manual page documents Ver @VERSION@ Distrib @DISTRIB@ $Revision: 7477 $. +Percona Toolkit v1.0.0 released 2011-08-01 =cut diff --git a/bin/pt-upgrade b/bin/pt-upgrade index f636a421..65060300 100755 --- a/bin/pt-upgrade +++ b/bin/pt-upgrade @@ -11731,49 +11731,75 @@ User for login if not current user. =back -=head1 DOWNLOADING +=head1 DOWNLOADING + +Visit L to download the latest release of +Percona Toolkit. Or, to get the latest release from the command line: -You can download Maatkit from Google Code at -L, or you can get any of the tools -easily with a command like the following: + wget percona.com/latest/percona-toolkit/PKG - wget http://www.maatkit.org/get/toolname - or - wget http://www.maatkit.org/trunk/toolname +Replace C with C, C, or C to download the package in that +format. You can also get individual tools from the latest release: -Where C can be replaced with the name (or fragment of a name) of any -of the Maatkit tools. Once downloaded, they're ready to run; no installation is -needed. The first URL gets the latest released version of the tool, and the -second gets the latest trunk code from Subversion. + wget percona.com/latest/percona-toolkit/TOOL + +Replace C with the name of any tool. =head1 ENVIRONMENT -The environment variable C enables verbose debugging output in all of -the Maatkit tools: +The environment variable C enables verbose debugging output to STDERR. +To enable debugging and capture all output to a file, run the tool like: - MKDEBUG=1 mk-.... + PTDEBUG=1 $TOOL ... > FILE 2>&1 + +Be careful: debugging output is voluminous and can generate several megabytes +of output. =head1 SYSTEM REQUIREMENTS -You need Perl and some core packages that ought to be installed in any -reasonably new version of Perl. +You need Perl, DBI, DBD::mysql, and some core packages that ought to be +installed in any reasonably new version of Perl. =head1 BUGS -For a list of known bugs see L. +For a list of known bugs, see L. -Please use Google Code Issues and Groups to report bugs or request support: -L. You can also join #maatkit on Freenode to -discuss Maatkit. +Please report bugs at L. +Include the following information in your bug report: -Please include the complete command-line used to reproduce the problem you are -seeing, the version of all MySQL servers involved, the complete output of the -tool when run with L<"--version">, and if possible, debugging output produced by -running with the C environment variable. +=over + +=item * Complete command-line used to run the tool + +=item * Tool L<"--version"> + +=item * MySQL version of all servers involved + +=item * Output from the tool including STDERR + +=item * Input files (log/dump/config files, etc.) + +=back + +If possible, include debugging output by running the tool with C; +see L<"ENVIRONMENT">. + +=head1 AUTHORS + +Daniel Nichter + +=head1 ABOUT PERCONA TOOLKIT + +This tool is part of Percona Toolkit, a collection of advanced command-line +tools developed by Percona for MySQL support and consulting. Percona Toolkit +was forked from two projects in June, 2011: Maatkit and Aspersa. Those +projects were created by Baron Schwartz and developed primarily by him and +Daniel Nichter, both of whom are employed by Percona. Visit +L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2009-@CURRENTYEAR@ Percona, Inc. +This program is copyright 2009-2011 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -11790,19 +11816,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -=head1 AUTHORS - -Baron Schwartz and Daniel Nichter - -=head1 ABOUT MAATKIT - -This tool is part of Maatkit, a toolkit for power users of MySQL. Maatkit -was created by Baron Schwartz; Baron and Daniel Nichter are the primary -code contributors. Both are employed by Percona. Financial support for -Maatkit development is primarily provided by Percona and its clients. - =head1 VERSION -This manual page documents Ver @VERSION@ Distrib @DISTRIB@ $Revision: 7531 $. +Percona Toolkit v1.0.0 released 2011-08-01 =cut diff --git a/bin/pt-usl b/bin/pt-usl index 558dc344..3caca392 100755 --- a/bin/pt-usl +++ b/bin/pt-usl @@ -794,10 +794,71 @@ This tool is based on Neil Gunther's book Guerrilla Capacity Planning. other samples; it will introduce skew into the throughput for that sample, too. +=head1 DOWNLOADING + +Visit L to download the latest release of +Percona Toolkit. Or, to get the latest release from the command line: + + wget percona.com/latest/percona-toolkit/PKG + +Replace C with C, C, or C to download the package in that +format. You can also get individual tools from the latest release: + + wget percona.com/latest/percona-toolkit/TOOL + +Replace C with the name of any tool. + +=head1 ENVIRONMENT + +The environment variable C enables verbose debugging output to STDERR. +To enable debugging and capture all output to a file, run the tool like: + + PTDEBUG=1 $TOOL ... > FILE 2>&1 + +Be careful: debugging output is voluminous and can generate several megabytes +of output. + +=head1 SYSTEM REQUIREMENTS + +You need Bash. + +=head1 BUGS + +For a list of known bugs, see L. + +Please report bugs at L. +Include the following information in your bug report: + +=over + +=item * Complete command-line used to run the tool + +=item * Tool L<"--version"> + +=item * MySQL version of all servers involved + +=item * Output from the tool including STDERR + +=item * Input files (log/dump/config files, etc.) + +=back + +If possible, include debugging output by running the tool with C; +see L<"ENVIRONMENT">. + =head1 AUTHORS Baron Schwartz +=head1 ABOUT PERCONA TOOLKIT + +This tool is part of Percona Toolkit, a collection of advanced command-line +tools developed by Percona for MySQL support and consulting. Percona Toolkit +was forked from two projects in June, 2011: Maatkit and Aspersa. Those +projects were created by Baron Schwartz and developed primarily by him and +Daniel Nichter, both of whom are employed by Percona. Visit +L for more software developed by Percona. + =head1 COPYRIGHT, LICENSE, AND WARRANTY This program is copyright 2010-2011 Baron Schwartz, 2011 Percona Inc. @@ -816,7 +877,10 @@ licenses. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -legal.pod (END) + +=head1 VERSION + +Percona Toolkit v1.0.0 released 2011-08-01 =cut diff --git a/bin/pt-variable-advisor b/bin/pt-variable-advisor index a1239d11..5a7606a9 100755 --- a/bin/pt-variable-advisor +++ b/bin/pt-variable-advisor @@ -3808,48 +3808,75 @@ User for login if not current user. =back -=head1 DOWNLOADING +=head1 DOWNLOADING + +Visit L to download the latest release of +Percona Toolkit. Or, to get the latest release from the command line: -You can download Maatkit from Google Code at -L, or you can get any of the tools -easily with a command like the following: + wget percona.com/latest/percona-toolkit/PKG - wget http://www.maatkit.org/get/toolname - or - wget http://www.maatkit.org/trunk/toolname +Replace C with C, C, or C to download the package in that +format. You can also get individual tools from the latest release: -Where C can be replaced with the name (or fragment of a name) of any -of the Maatkit tools. Once downloaded, they're ready to run; no installation is -needed. The first URL gets the latest released version of the tool, and the -second gets the latest trunk code from Subversion. + wget percona.com/latest/percona-toolkit/TOOL + +Replace C with the name of any tool. =head1 ENVIRONMENT -The environment variable C enables verbose debugging output in all of -the Maatkit tools: +The environment variable C enables verbose debugging output to STDERR. +To enable debugging and capture all output to a file, run the tool like: - MKDEBUG=1 mk-.... + PTDEBUG=1 $TOOL ... > FILE 2>&1 + +Be careful: debugging output is voluminous and can generate several megabytes +of output. =head1 SYSTEM REQUIREMENTS -You need the following Perl modules: DBI and DBD::mysql. +You need Perl, DBI, DBD::mysql, and some core packages that ought to be +installed in any reasonably new version of Perl. =head1 BUGS -For a list of known bugs see L. +For a list of known bugs, see L. -Please use Google Code Issues and Groups to report bugs or request support: -L. You can also join #maatkit on Freenode to -discuss Maatkit. +Please report bugs at L. +Include the following information in your bug report: -Please include the complete command-line used to reproduce the problem you are -seeing, the version of all MySQL servers involved, the complete output of the -tool when run with L<"--version">, and if possible, debugging output produced by -running with the C environment variable. +=over + +=item * Complete command-line used to run the tool + +=item * Tool L<"--version"> + +=item * MySQL version of all servers involved + +=item * Output from the tool including STDERR + +=item * Input files (log/dump/config files, etc.) + +=back + +If possible, include debugging output by running the tool with C; +see L<"ENVIRONMENT">. + +=head1 AUTHORS + +Baron Schwartz and Daniel Nichter + +=head1 ABOUT PERCONA TOOLKIT + +This tool is part of Percona Toolkit, a collection of advanced command-line +tools developed by Percona for MySQL support and consulting. Percona Toolkit +was forked from two projects in June, 2011: Maatkit and Aspersa. Those +projects were created by Baron Schwartz and developed primarily by him and +Daniel Nichter, both of whom are employed by Percona. Visit +L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2009-@CURRENTYEAR@ Percona Inc. +This program is copyright 2010-2011 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -3866,19 +3893,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -=head1 AUTHORS - -Baron Schwartz and Daniel Nichter - -=head1 ABOUT MAATKIT - -This tool is part of Maatkit, a toolkit for power users of MySQL. Maatkit -was created by Baron Schwartz; Baron and Daniel Nichter are the primary -code contributors. Both are employed by Percona. Financial support for -Maatkit development is primarily provided by Percona and its clients. - =head1 VERSION -This manual page documents Ver @VERSION@ Distrib @DISTRIB@ $Revision: 7477 $. +Percona Toolkit v1.0.0 released 2011-08-01 =cut diff --git a/bin/pt-visual-explain b/bin/pt-visual-explain index 79495a36..5f571ca1 100755 --- a/bin/pt-visual-explain +++ b/bin/pt-visual-explain @@ -2998,27 +2998,29 @@ User for login if not current user. =back -=head1 DOWNLOADING +=head1 DOWNLOADING + +Visit L to download the latest release of +Percona Toolkit. Or, to get the latest release from the command line: -You can download Maatkit from Google Code at -L, or you can get any of the tools -easily with a command like the following: + wget percona.com/latest/percona-toolkit/PKG - wget http://www.maatkit.org/get/toolname - or - wget http://www.maatkit.org/trunk/toolname +Replace C with C, C, or C to download the package in that +format. You can also get individual tools from the latest release: -Where C can be replaced with the name (or fragment of a name) of any -of the Maatkit tools. Once downloaded, they're ready to run; no installation is -needed. The first URL gets the latest released version of the tool, and the -second gets the latest trunk code from Subversion. + wget percona.com/latest/percona-toolkit/TOOL + +Replace C with the name of any tool. =head1 ENVIRONMENT -The environment variable C enables verbose debugging output in all of -the Maatkit tools: +The environment variable C enables verbose debugging output to STDERR. +To enable debugging and capture all output to a file, run the tool like: - MKDEBUG=1 mk-.... + PTDEBUG=1 $TOOL ... > FILE 2>&1 + +Be careful: debugging output is voluminous and can generate several megabytes +of output. =head1 SYSTEM REQUIREMENTS @@ -3027,20 +3029,44 @@ installed in any reasonably new version of Perl. =head1 BUGS -For a list of known bugs see L. +For a list of known bugs, see L. -Please use Google Code Issues and Groups to report bugs or request support: -L. You can also join #maatkit on Freenode to -discuss Maatkit. +Please report bugs at L. +Include the following information in your bug report: -Please include the complete command-line used to reproduce the problem you are -seeing, the version of all MySQL servers involved, the complete output of the -tool when run with L<"--version">, and if possible, debugging output produced by -running with the C environment variable. +=over + +=item * Complete command-line used to run the tool + +=item * Tool L<"--version"> + +=item * MySQL version of all servers involved + +=item * Output from the tool including STDERR + +=item * Input files (log/dump/config files, etc.) + +=back + +If possible, include debugging output by running the tool with C; +see L<"ENVIRONMENT">. + +=head1 AUTHORS + +Baron Schwartz + +=head1 ABOUT PERCONA TOOLKIT + +This tool is part of Percona Toolkit, a collection of advanced command-line +tools developed by Percona for MySQL support and consulting. Percona Toolkit +was forked from two projects in June, 2011: Maatkit and Aspersa. Those +projects were created by Baron Schwartz and developed primarily by him and +Daniel Nichter, both of whom are employed by Percona. Visit +L for more software developed by Percona. =head1 COPYRIGHT, LICENSE, AND WARRANTY -This program is copyright 2007-@CURRENTYEAR@ Baron Schwartz. +This program is copyright 2007-2011 Baron Schwartz, 2011 Percona Inc. Feedback and improvements are welcome. THIS PROGRAM IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED @@ -3057,23 +3083,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -=head1 SEE ALSO - -See also L. - -=head1 AUTHORS - -Baron "Xaprb" Schwartz - -=head1 ABOUT MAATKIT - -This tool is part of Maatkit, a toolkit for power users of MySQL. Maatkit -was created by Baron Schwartz; Baron and Daniel Nichter are the primary -code contributors. Both are employed by Percona. Financial support for -Maatkit development is primarily provided by Percona and its clients. - =head1 VERSION -This manual page documents Ver @VERSION@ Distrib @DISTRIB@ $Revision: 7477 $. +Percona Toolkit v1.0.0 released 2011-08-01 =cut