Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 614 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 614 Bytes

MyRobot

This script performs static analysis of MySQL diagnostics. Diagnostics are collected using the sys.diagnostics procedure.

Usage

Collect MySQL diagnostics like:

TEE diag.txt;
CALL sys.diagnostics(60, 60, 'current');
NOTEE;

And invoke the script like:

python3 myrobot.py diag.txt

Sample output

demo

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT