PR-669 - Add pt-galera-log-explainer percona#669

- Commented out whois command in README.rst
- Copied README.rst into docs directory, so user manual will include
  this tool
This commit is contained in:
Yoann La Cancellera
2023-11-21 16:10:27 +01:00
committed by Sveta Smirnova
parent 27654e9853
commit 5d93fbbcc0
2 changed files with 269 additions and 31 deletions

View File

@@ -48,36 +48,36 @@ You can filter by type of events
pt-galera-log-explainer list --sst --views *.log
whois
~~~~~
Find out information about nodes, using any type of info
.. code-block:: bash
pt-galera-log-explainer whois '218469b2' mysql.log
{
"input": "218469b2",
"IPs": [
"172.17.0.3"
],
"nodeNames": [
"galera-node2"
],
"hostname": "",
"nodeUUIDs:": [
"218469b2",
"259b78a0",
"fa81213d",
]
}
Using any type of information
.. code-block:: bash
pt-galera-log-explainer whois '172.17.0.3' mysql.log
pt-galera-log-explainer whois 'galera-node2' mysql.log
..
whois
~~~~~
Find out information about nodes, using any type of info
.. code-block:: bash
pt-galera-log-explainer whois '218469b2' mysql.log
{
"input": "218469b2",
"IPs": [
"172.17.0.3"
],
"nodeNames": [
"galera-node2"
],
"hostname": "",
"nodeUUIDs:": [
"218469b2",
"259b78a0",
"fa81213d",
]
}
Using any type of information
.. code-block:: bash
pt-galera-log-explainer whois '172.17.0.3' mysql.log
pt-galera-log-explainer whois 'galera-node2' mysql.log
conflicts
@@ -218,7 +218,6 @@ Requirements
grep, version 3
On Darwin based OS, grep is only version 2 due to license limitations. --grep-cmd can be used to point the correct grep binary, usually ggrep
>>>>>>> 33cc7526 (Add: requirements in README.rst)
Compatibility