Rechercher dans le manuel MySQL
27.4.5.16 The ps_thread_stack() Function
Returns a JSON formatted stack of all statements, stages, and events within the Performance Schema for a given thread ID.
Parameters
in_thread_id BIGINT
: The ID of the thread to trace. The value should match theTHREAD_ID
column from some Performance Schemathreads
table row.in_verbose BOOLEAN
: Whether to includefile:lineno
information in the events.
- *************************** 1. row ***************************
- thread_stack: {"rankdir": "LR","nodesep": "0.10",
- "stack_created": "2014-02-19 13:39:03", "mysql_version": "8.0.2-dmr-debug-log",
- "mysql_user": "root@localhost","events": [{"nesting_event_id": "0",
- "event_id": "10", "timer_wait": 256.35, "event_info": "sql/select",
- "wait_info": "select @@version_comment limit 1\nerrors: 0\nwarnings: 0\nlock time:
- ...
Document created the 26/06/2006, last modified the 26/10/2018
Source of the printed document:https://www.gaudry.be/en/mysql-rf-sys-ps-thread-stack.html
The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.
References
These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.