Skip to content

mortensi/myrobot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Static analysis of MySQL diagnostics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages