mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-19 18:34:59 +00:00
PMM-9288 Fix readme.
This commit is contained in:
@@ -54,7 +54,7 @@ Options
|
|||||||
|
|
||||||
``-o``, ``--order-by``
|
``-o``, ``--order-by``
|
||||||
Specifies the sorting order using fields:
|
Specifies the sorting order using fields:
|
||||||
``count``, ``ratio``, ``query-time``, ``docs-scanned``, ``docs-returned``.
|
``count``, ``ratio``, ``query-time``, ``docs-examined``, ``docs-returned``.
|
||||||
|
|
||||||
Adding a hyphen (``-``) in front of a field denotes reverse order.
|
Adding a hyphen (``-``) in front of a field denotes reverse order.
|
||||||
For example: ``--order-by="count,-ratio"``.
|
For example: ``--order-by="count,-ratio"``.
|
||||||
@@ -94,13 +94,13 @@ Output Example
|
|||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
# Query 3: 0.06 QPS, ID 0b906bd86148def663d11b402f3e41fa
|
# Query 3: 0.06 QPS, ID 0b906bd86148def663d11b402f3e41fa
|
||||||
# Ratio 1.00 (docs scanned/returned)
|
# Ratio 1.00 (docs examined/returned)
|
||||||
# Time range: 2017-02-03 16:01:37.484 -0300 ART to 2017-02-03 16:02:08.43 -0300 ART
|
# Time range: 2017-02-03 16:01:37.484 -0300 ART to 2017-02-03 16:02:08.43 -0300 ART
|
||||||
# Attribute pct total min max avg 95% stddev median
|
# Attribute pct total min max avg 95% stddev median
|
||||||
# ================== === ======== ======== ======== ======== ======== ======= ========
|
# ================== === ======== ======== ======== ======== ======== ======= ========
|
||||||
# Count (docs) 100
|
# Count (docs) 100
|
||||||
# Exec Time ms 2 3 0 1 0 0 0 0
|
# Exec Time ms 2 3 0 1 0 0 0 0
|
||||||
# Docs Scanned 5 7.50K 75.00 75.00 75.00 75.00 0.00 75.00
|
# Docs Examined 5 7.50K 75.00 75.00 75.00 75.00 0.00 75.00
|
||||||
# Docs Returned 92 7.50K 75.00 75.00 75.00 75.00 0.00 75.00
|
# Docs Returned 92 7.50K 75.00 75.00 75.00 75.00 0.00 75.00
|
||||||
# Bytes recv 1 106.12M 1.06M 1.06M 1.06M 1.06M 0.00 1.06M
|
# Bytes recv 1 106.12M 1.06M 1.06M 1.06M 1.06M 0.00 1.06M
|
||||||
# String:
|
# String:
|
||||||
|
Reference in New Issue
Block a user