An open API service indexing awesome lists of open source software.

https://github.com/percona-lab/visualize-mysql-queries

visualize mysql queries (based on Performance Schema)
https://github.com/percona-lab/visualize-mysql-queries

Last synced: 11 months ago
JSON representation

visualize mysql queries (based on Performance Schema)

Awesome Lists containing this project

README

          

This is a command line tool to visualize queries in performance_schema.
The approach is similar to mlogvis tool for MongoDB - it creats static html file using d3 javascipt lib.

Run the visualize.sh script on a server (similar to pcs-collect-enviroment.sh), it will connect to MySQL and pre-generate 3 json files
(from events_statements_summary_by_digest table). Then it will archive the files, but also run python -m SimpleHTTPServer to serve files from the server