This script performs static analysis of MySQL diagnostics. Diagnostics are collected using the sys.diagnostics
procedure.
Collect MySQL diagnostics like:
TEE diag.txt;
CALL sys.diagnostics(60, 60, 'current');
NOTEE;
And invoke the script like:
python3 myrobot.py diag.txt
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.