1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
===============================
Percona Toolkit Documentation
===============================
Percona Toolkit is a collection of advanced command-line tools
used by `Percona <http://www.percona.com/>`_) support staff
to perform a variety of MySQL, MongoDB, 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 was derived from Maatkit and Aspersa,
two of the best-known toolkits for MySQL server administration.
It is developed and supported by Percona.
For more information and other free, open-source software
developed by Percona, visit http://www.percona.com/software/.
Getting Percona Toolkit
=======================
.. toctree::
:maxdepth: 1
:glob:
installation
Tools
=====
.. toctree::
:maxdepth: 1
:glob:
pt-*
Configuration
=============
.. toctree::
:maxdepth: 1
version-check
configuration_files
dsn_data_source_name_specifications
environment
system_requirements
Miscellaneous
=============
.. toctree::
:maxdepth: 2
bugs
authors
copyright_license_and_warranty
version
release_notes
|