MySQL 9.5 Release Notes
The diagnostics monitor mysqldm enables you to collect diagnostic data on your MySQL server.
Important
mysqldm is delivered with MySQL Enterprise Edition, only.
Invoke mysqldm like this:
mysqldm [options] [mysqldm-options]For example:
> mysqldm -u root -h localhost -p --iterations=5 --delay=20 --output-dir=mysqldm
This example connects to a local server, runs five iterations of
diagnostic queries, with a delay of 20 seconds between
iterations, and outputs the results to the
mysqldm directory in the same location as
the command was run.
The diagnostic report is generated as a zip file to either the local directory or a specified path.