mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-27 07:54:58 +00:00
Finish re-branding tools. Remove pt-schema-advisor.
This commit is contained in:
@@ -4087,7 +4087,7 @@ sub fingerprint {
|
||||
|
||||
$query =~ m#\ASELECT /\*!40001 SQL_NO_CACHE \*/ \* FROM `# # mysqldump query
|
||||
&& return 'mysqldump';
|
||||
$query =~ m#/\*\w+\.\w+:[0-9]/[0-9]\*/# # mk-table-checksum, etc query
|
||||
$query =~ m#/\*\w+\.\w+:[0-9]/[0-9]\*/# # pt-table-checksum, etc query
|
||||
&& return 'maatkit';
|
||||
$query =~ m/\Aadministrator command: /
|
||||
&& return $query;
|
||||
@@ -11227,10 +11227,10 @@ Execute and compare all queries in slow.log on host1 to host2:
|
||||
|
||||
pt-upgrade slow.log h=host1 h=host2
|
||||
|
||||
Use mk-query-digest to get, execute and compare queries from tcpdump:
|
||||
Use pt-query-digest to get, execute and compare queries from tcpdump:
|
||||
|
||||
tcpdump -i eth0 port 3306 -s 65535 -x -n -q -tttt \
|
||||
| mk-query-digest --type tcpdump --no-report --print \
|
||||
| pt-query-digest --type tcpdump --no-report --print \
|
||||
| pt-upgrade h=host1 h=host2
|
||||
|
||||
Compare only query times on host1 to host2 and host3:
|
||||
@@ -11276,7 +11276,7 @@ the results to which the other DSNs are compared. You can "compare" only one
|
||||
host, in which case there will be no differences but the output can be saved
|
||||
to be diffed later against the output of another single host "comparison".
|
||||
|
||||
At present, pt-upgrade only reads slowlogs. Use C<mk-query-digest --print> to
|
||||
At present, pt-upgrade only reads slowlogs. Use C<pt-query-digest --print> to
|
||||
transform other log formats to slowlog.
|
||||
|
||||
DSNs and slowlog files can be specified in any order. pt-upgrade will
|
||||
@@ -11678,7 +11678,7 @@ These DSN options are used to create a DSN. Each option is given like
|
||||
C<option=value>. The options are case-sensitive, so P and p are not the
|
||||
same option. There cannot be whitespace before or after the C<=>, and
|
||||
if the value contains whitespace it must be quoted. DSN options are
|
||||
comma-separated. See the L<maatkit> manpage for full details.
|
||||
comma-separated. See the L<percona-toolkit> manpage for full details.
|
||||
|
||||
=over
|
||||
|
||||
@@ -11733,7 +11733,7 @@ User for login if not current user.
|
||||
=back
|
||||
|
||||
=head1 DOWNLOADING
|
||||
|
||||
|
||||
Visit L<http://www.percona.com/software/> to download the latest release of
|
||||
Percona Toolkit. Or, to get the latest release from the command line:
|
||||
|
||||
|
Reference in New Issue
Block a user