PT-1870 Font differences

This commit is contained in:
Paul Jacobs
2020-07-30 10:34:30 +03:00
parent 002303fc2e
commit f9b510e22f
4 changed files with 32 additions and 32 deletions

View File

@@ -1,8 +1,8 @@
.. _pt-mongodb-query-digest: .. _pt-mongodb-query-digest:
======================= ==================================
pt-mongodb-query-digest :program:`pt-mongodb-query-digest`
======================= ==================================
``pt-mongodb-query-digest`` reports query usage statistics ``pt-mongodb-query-digest`` reports query usage statistics
by aggregating queries from MongoDB query profiler. by aggregating queries from MongoDB query profiler.
@@ -89,11 +89,11 @@ Output Example
# Time range: 2017-01-11 12:58:26.519 -0300 ART to 2017-01-11 12:58:26.686 -0300 ART # Time range: 2017-01-11 12:58:26.519 -0300 ART to 2017-01-11 12:58:26.686 -0300 ART
# Attribute pct total min max avg 95% stddev median # Attribute pct total min max avg 95% stddev median
# ================== === ======== ======== ======== ======== ======== ======= ======== # ================== === ======== ======== ======== ======== ======== ======= ========
# Count (docs) 36 # Count (docs) 36
# Exec Time ms 0 0 0 0 0 0 0 0 # Exec Time ms 0 0 0 0 0 0 0 0
# Docs Scanned 0 148.00 0.00 74.00 4.11 74.00 16.95 0.00 # Docs Scanned 0 148.00 0.00 74.00 4.11 74.00 16.95 0.00
# Docs Returned 2 148.00 0.00 74.00 4.11 74.00 16.95 0.00 # Docs Returned 2 148.00 0.00 74.00 4.11 74.00 16.95 0.00
# Bytes recv 0 2.11M 215.00 1.05M 58.48K 1.05M 240.22K 215.00 # Bytes recv 0 2.11M 215.00 1.05M 58.48K 1.05M 240.22K 215.00
# String: # String:
# Namespaces samples.col1 # Namespaces samples.col1
# Fingerprint $gte,$lt,$meta,$sortKey,filter,find,projection,shardVersion,sort,user_id,user_id # Fingerprint $gte,$lt,$meta,$sortKey,filter,find,projection,shardVersion,sort,user_id,user_id

View File

@@ -1,8 +1,8 @@
.. pt-mongodb-summary: .. pt-mongodb-summary:
================== =============================
pt-mongodb-summary :program:`pt-mongodb-summary`
================== =============================
``pt-mongodb-summary`` collects information about a MongoDB cluster. ``pt-mongodb-summary`` collects information about a MongoDB cluster.
It collects information from several sources It collects information from several sources
@@ -58,14 +58,14 @@ Output Example
.. code-block:: none .. code-block:: none
# Instances #################################################################################### # Instances ####################################################################################
ID Host Type ReplSet ID Host Type ReplSet
0 localhost:17001 PRIMARY r1 0 localhost:17001 PRIMARY r1
1 localhost:17002 SECONDARY r1 1 localhost:17002 SECONDARY r1
2 localhost:17003 SECONDARY r1 2 localhost:17003 SECONDARY r1
0 localhost:18001 PRIMARY r2 0 localhost:18001 PRIMARY r2
1 localhost:18002 SECONDARY r2 1 localhost:18002 SECONDARY r2
2 localhost:18003 SECONDARY r2 2 localhost:18003 SECONDARY r2
# This host # This host
# Mongo Executable ############################################################################# # Mongo Executable #############################################################################
Path to executable | /home/karl/tmp/MongoDB32Labs/3.0/bin/mongos Path to executable | /home/karl/tmp/MongoDB32Labs/3.0/bin/mongos
@@ -79,9 +79,9 @@ Output Example
Started | 2016-10-30 00:18:49 -0300 ART Started | 2016-10-30 00:18:49 -0300 ART
Datadir | /data/db Datadir | /data/db
Process Type | mongos Process Type | mongos
# Running Ops ################################################################################## # Running Ops ##################################################################################
Type Min Max Avg Type Min Max Avg
Insert 0 0 0/5s Insert 0 0 0/5s
Query 0 0 0/5s Query 0 0 0/5s
@@ -89,21 +89,21 @@ Output Example
Delete 0 0 0/5s Delete 0 0 0/5s
GetMore 0 0 0/5s GetMore 0 0 0/5s
Command 0 22 16/5s Command 0 22 16/5s
# Security ##################################################################################### # Security #####################################################################################
Users 0 Users 0
Roles 0 Roles 0
Auth disabled Auth disabled
SSL disabled SSL disabled
# Oplog ######################################################################################## # Oplog ########################################################################################
Oplog Size 18660 Mb Oplog Size 18660 Mb
Oplog Used 55 Mb Oplog Used 55 Mb
Oplog Length 0.91 hours Oplog Length 0.91 hours
Last Election 2016-10-30 00:18:44 -0300 ART Last Election 2016-10-30 00:18:44 -0300 ART
# Cluster wide ################################################################################# # Cluster wide #################################################################################
Databases: 3 Databases: 3
Collections: 17 Collections: 17

View File

@@ -1,5 +1,7 @@
pt-pg-summary ========================
============= :program:`pt-pg-summary`
========================
**pt-pg-summary** collects information about a PostgreSQL cluster. **pt-pg-summary** collects information about a PostgreSQL cluster.
Usage Usage

View File

@@ -1,5 +1,3 @@
.. program:: pt-secure-collect
============================ ============================
:program:`pt-secure-collect` :program:`pt-secure-collect`
============================ ============================
@@ -65,7 +63,7 @@ COMMANDS
Include this dir into the sanitized tar file. Include this dir into the sanitized tar file.
.. option:: --config-file .. option:: --config-file
Path to the config file. Default: ``~/.my.cnf`` Path to the config file. Default: ``~/.my.cnf``
.. option:: --mysql-host .. option:: --mysql-host
@@ -133,7 +131,7 @@ COMMANDS
.. option:: --outfile .. option:: --outfile
Write the output to this file. If ommited, the output file Write the output to this file. If ommited, the output file
name will be the same as the input file, adding the ``.aes`` extension. name will be the same as the input file, adding the ``.aes`` extension.
* **Encrypt command** * **Encrypt command**
@@ -146,7 +144,7 @@ COMMANDS
.. option:: --outfile .. option:: --outfile
Write the output to this file. If ommited, the output file Write the output to this file. If ommited, the output file
name will be the same as the input file, without the ``.aes`` extension. name will be the same as the input file, without the ``.aes`` extension.
* **Sanitize command** * **Sanitize command**