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)
- Host: GitHub
- URL: https://github.com/percona-lab/visualize-mysql-queries
- Owner: Percona-Lab
- Created: 2018-02-03T22:16:01.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-03T22:18:10.000Z (about 8 years ago)
- Last Synced: 2025-02-06T16:59:09.250Z (about 1 year ago)
- Language: JavaScript
- Size: 103 KB
- Stars: 1
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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