Spec-Zone .ru
спецификации, руководства, описания, API
|
Performance Schema parameters can be specified at server startup on the command line or in option files to configure Performance Schema instruments and consumers. Runtime configuration is also possible in many cases (see Section 21.2.3, "Performance Schema Runtime Configuration"), but startup configuration must be used when runtime configuration is too late to affect instruments that have already been initialized during the startup process.
Performance Schema consumers and instruments can be configured at startup using the following syntax. For additional details, see Section 21.2.2, "Performance Schema Startup Configuration".
--performance-schema-consumer-
consumer_name
=value
Configure a Performance Schema consumer. Consumer names in the setup_consumers
table use underscores, but for consumers set at
startup, dashes and underscores within the name are equivalent.
--performance-schema-instrument=
instrument_name
=value
Configure a Performance Schema instrument. The name may be given as a pattern to configure instruments that match the pattern.