26.4.4.5 The ps_setup_disable_consumer() Procedure
Disables Performance Schema consumers with names that contain the argument. Produces a result set indicating how many consumers were disabled. Already disabled consumers do not count.
Parameters
-
consumer VARCHAR(128): The value used to match consumer names, which are identified by using%consumer%as an operand for aLIKEpattern match.A value of
''matches all consumers.
Example
Disable all statement consumers:
mysql> CALL sys.ps_setup_disable_consumer('statement');
+----------------------+
| summary |
+----------------------+
| Disabled 4 consumers |
+----------------------+
© 2025 Oracle
Licensed under the GPLv2 License.