Skip to content

Percona Toolkit: a collection of advanced open source command-line tools.

License

Notifications You must be signed in to change notification settings

percona/percona-toolkit

Folders and files

NameName
Last commit message
Last commit date
Apr 2, 2025
Mar 27, 2025
May 14, 2025
May 14, 2025
Jan 14, 2025
Dec 16, 2024
Apr 28, 2025
Mar 27, 2025
Dec 31, 2024
Nov 6, 2023
Feb 19, 2020
Jul 26, 2024
Jan 3, 2022
Apr 12, 2024
Sep 15, 2023
Sep 21, 2023
Jul 14, 2011
May 13, 2025
Jul 14, 2011
Dec 20, 2017
May 13, 2025
Sep 5, 2023
Sep 5, 2023
Apr 2, 2025
Apr 2, 2025
Mar 11, 2025
Sep 5, 2023
Mar 30, 2020

Repository files navigation

Percona Toolkit

CLA assistant

Percona Toolkit is a collection of advanced command-line tools used by Percona support staff to perform a variety of MySQL and system tasks that are too difficult or complex to perform manually.

These tools are ideal alternatives to private or "one-off" scripts because they are professionally developed, formally tested, and fully documented. They are also fully self-contained, so installation is quick and easy and no libraries are installed.

Percona Toolkit is developed and supported by Percona Inc. For more information and other free, open-source software developed by Percona, visit http://www.percona.com/software/.

Installing

To install all tools, run:

perl Makefile.PL
make
make test
make install

You probably need to be root to make install. On most systems, the tools are installed in /usr/local/bin. See the INSTALL file for more information.

Documentation

Run man percona-toolkit to see a list of installed tools, then man tool to read the embedded documentation for a specific tool. You can also read the documentation online at http://www.percona.com/software/percona-toolkit/.