mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 04:09:09 +00:00
Describe the process of creating instance UUID
This commit is contained in:
@@ -35,6 +35,20 @@ It is recommended to install Percona software from official repositories:
|
||||
|
||||
sudo yum install percona-toolkit
|
||||
|
||||
.. rubric:: Generating an instance UUID for statistics
|
||||
|
||||
During the installating process, the percona-toolkit installer records a unique
|
||||
identifier specific to the given percona-toolkit instance. This ID is a the
|
||||
product UUID stored in |product-uud|. The installer copies the product_uuid to
|
||||
|toolkit-uuid|.
|
||||
|
||||
This unique identifier is used when collecting statistics about the usage of
|
||||
percona-toolkit. Note that no other information is gathered for this purpose.
|
||||
|
||||
In cases when the installer is not able to read the contents of
|
||||
|product-uuid|, a random UUID is generated. A random UUID is
|
||||
also generated if percona-toolkit is run from the binary in the *tar.gz* file.
|
||||
|
||||
Alternative Install Methods
|
||||
===========================
|
||||
|
||||
@@ -54,3 +68,6 @@ For example, to download the ``pt-summary`` tool, run::
|
||||
|
||||
wget percona.com/get/pt-summary
|
||||
|
||||
|
||||
.. |toolkit-uuid| replace:: :file:`/etc/percona-toolkit/.percona.toolkit.uuid`
|
||||
.. |product-uuid| replace:: :file:`/sys/class/dmi/id/product_uuid`
|
||||
|
Reference in New Issue
Block a user