percona-toolkit icon indicating copy to clipboard operation
percona-toolkit copied to clipboard

Percona Toolkit: a collection of advanced open source command-line tools.

Results 59 percona-toolkit issues
Sort by recently updated
recently updated
newest added

This fixes PT-1052 and includes: - numactl --show and numactl --hardware data into pt-summary output - /sys/devices/system/node/node*/numastat into pt-stalk collection

PT-2084 -- Re-adding show slave status outputs to pt-stalk. Work done on PT-80 removed these outputs for versions 5.7+, which is not desirable (and the P_S outputs we get in...

### Problem Currently, `pt-kill` provides two logging options: 1. Plain text output to stdout/file ([source](https://www.percona.com/doc/percona-toolkit/LATEST/pt-kill.html#output)): ``` # 2009-07-15T15:04:01 KILL 8 (Query 42 sec) SELECT * FROM huge_table ``` 2. To...

This is **WIP**. - Updated the changelog to reflect the current status and what's need to be completed for release. - Updated 3.3.1 release date because it was not set...

before die, the script calls the new hook (before_die) in oder to execute extra user's operations. Alternatively, you could call the before_exit hook.

Here is a test case. ` mysql> select @@version; +------------+ | @@version | +------------+ | 5.7.36-log | +------------+ 1 row in set (0.00 sec) mysql> show create table sbtest.t1\G ***************************...

Summary: Currently pt-query-digest does not support tcpdump in IPv6 format. This diff adds support for IPv6.

enhancement

If you are running `pt-heartbeat` in daemon mode with `--update` and the heartbeat table is removed (eg: mistakenly by an admin, or other) then `pt-heartbeat` will continuously spin with an...

The previous package name "percona-toolkit" is not a valid package name for ExtUtils::MakeMaker: > $ perl Makefile.PL > Checking if your kit is complete... > Looks good > Warning: NAME...