mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-04-26 01:02:25 +08:00
Merge change-diskstats-group-by-default-fix-bug-952727.
This commit is contained in:
+6
-5
@@ -3938,12 +3938,13 @@ Print devices that match this Perl regex.
|
|||||||
|
|
||||||
=item --group-by
|
=item --group-by
|
||||||
|
|
||||||
type: string; default: disk
|
type: string; default: all
|
||||||
|
|
||||||
Group-by mode: disk, sample, or all. In B<disk> mode, each line of output shows
|
Group-by mode: disk, sample, or all. In B<disk> mode, each line of output
|
||||||
one disk device. In B<sample> mode, each line of output shows one sample of
|
shows one disk device, with the statistics computed since the tool started. In
|
||||||
statistics. In B<all> mode, each line of output shows one sample and one disk
|
B<sample> mode, each line of output shows one sample of statistics, with all
|
||||||
device.
|
disks averaged together. In B<all> mode, each line of output shows one sample
|
||||||
|
and one disk device.
|
||||||
|
|
||||||
=item --headers
|
=item --headers
|
||||||
|
|
||||||
|
|||||||
@@ -36,6 +36,9 @@ my $cmd;
|
|||||||
my $pid_file = "/tmp/pt-query-digest-mirror-test.pid";
|
my $pid_file = "/tmp/pt-query-digest-mirror-test.pid";
|
||||||
diag(`rm $pid_file 2>/dev/null`);
|
diag(`rm $pid_file 2>/dev/null`);
|
||||||
|
|
||||||
|
my $pid_file = '/tmp/pt-query-digest.test.pid';
|
||||||
|
`rm -rf $pid_file >/dev/null`;
|
||||||
|
|
||||||
# ##########################################################################
|
# ##########################################################################
|
||||||
# Tests for swapping --processlist and --execute
|
# Tests for swapping --processlist and --execute
|
||||||
# ##########################################################################
|
# ##########################################################################
|
||||||
|
|||||||
Reference in New Issue
Block a user