As with the post on innotop, I will only be discussing the installation of Percona Toolkit and will do a more complete set of examples with each utility within the next few weeks. I suppose I should spend a bit of time discussing what exactly is Percona Toolkit. Well the kit consists of many advanced tools for doing common tasks such as verifying data consistency in replicated environments, query log aggregation, summarizing MySQL server settings, locating duplicate indices, table alterations without locking the entire table, and many more. A full list of each tool and what it does can be found on the Percona Toolkit v2.1 Documentation.
Installation
$ wget http://www.percona.com/get/percona-toolkit.tar.gz $ tar -zxvf percona-toolkit-2.1.3.tar.gz $ cd percona-toolkit-2.1.3 $ perl Makefile.PL $ make $ make install
You also need to
yum install perl-ExtUtils-MakeMaker.noarch
LikeLike