Collect information about variables from P_S

Bug #1642753 reported by Sveta Smirnova
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Percona Toolkit moved to https://jira.percona.com/projects/PT
Fix Committed
Low
Carlos Salguero

Bug Description

Currently pt-stalk collects information from SHOW GLOBAL VARIABLES output, but this statement and tables in Information Schema are deprecated and will be replaced with Performance Schema. Also in version 8.0 there will be possibility to know where one or another global variable originated from which is very helpful for troubleshooting.

Please add P_S support to pt-stalk and collect variables information from it. You may use queries:

select * from performance_schema.variables_by_thread order by thread_id, variable_name;
select * from performance_schema.user_variables_by_thread order by thread_id, variable_name;
select * from performance_schema.status_by_thread order by thread_id, variable_name; (performance_schema_max_thread_instances must be -1 or very big)

Tags: pt-stalk pt111
Changed in percona-toolkit:
status: New → Confirmed
tags: added: pt-stalk
tags: added: pt111
Changed in percona-toolkit:
status: Confirmed → Fix Committed
milestone: none → 3.0.3
assignee: nobody → Carlos Salguero (carlos-salguero)
importance: Undecided → Low
Revision history for this message
Shahriyar Rzayev (rzayev-sehriyar) wrote :

Percona now uses JIRA for bug reports so this bug report is migrated to: https://jira.percona.com/browse/PT-833

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.