Performance Schema setup_actors Table
The setup_actors table configures which foreground threads (users/hosts) are monitored, allowing for targeted instrumentation of specific accounts.
Column
Description
SELECT * FROM performance_schema.setup_actors;
+------+------+------+
| HOST | USER | ROLE |
+------+------+------+
| % | % | % |
+------+------+------+Last updated
Was this helpful?

