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

Simplify jemalloc detection for cases where is not in standard locations or we have multiple versions available in the system. pmap is always the source of truth for what libraries...

I am generating JSON reports from slow logs and consuming them for a visual dashboard in elasticsearch. I find it useful to add the EXPLAIN output in the JSON reports...

Hi, feel free to apply these spelling errors fixes. Thanks, and keep the good work!

As per the [fix](https://github.com/percona/percona-toolkit/commit/1114eb4dadab973d24dec7a8dd582937beb46abc#diff-9afffdfb6b9f5651e33006604310d54cbcbc9a20f61c9b26cdec5c9b007cab69) secrets are not collected. Readme in GitHub and [Percona website](https://www.percona.com/doc/percona-toolkit/LATEST/pt-k8s-debug-collector.html) should be updated.

Fixed some typos, updated URLs. Consolidated and renamed contributing instructions to follow the standard established in other projects. Signed-off-by: Lenz Grimmer

enhancement

1. When I archive source table to dest table using pt-archiver, I find that the last row is always missing, which means "last row is lost in the archive" 2....

This PR teaches pt-osc how to perform case-insensitive lookup on platform which use case insensitive filesystems, such Windows or osx. Before searching the table via `SHOW TABLES FROM`, pt-osc checks...

Updated makefile to: - Use `./bin/` directory to store tools like `gofumpt` or linters - Upgraded binaries - Added `go mod tidy` to `make format` - Updated ignored files list

This is the fix of [PT-1967](https://jira.percona.com/browse/PT-1967). I fixed a same way as #493 (PT-1966).