https://github.com/fabryprog/mysql-statistics
Java Monitoring Tool - Control query to mysql server
https://github.com/fabryprog/mysql-statistics
Last synced: 2 months ago
JSON representation
Java Monitoring Tool - Control query to mysql server
- Host: GitHub
- URL: https://github.com/fabryprog/mysql-statistics
- Owner: Fabryprog
- License: apache-2.0
- Created: 2015-12-11T22:48:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-28T15:58:43.000Z (almost 7 years ago)
- Last Synced: 2025-02-12T08:57:11.188Z (4 months ago)
- Language: JavaScript
- Size: 5.57 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mysql-statistics
Java Monitoring Tool - mysql query statistics
## How To Work
The software enable log output feature (http://dev.mysql.com/doc/refman/5.7/en/query-log.html) and create live table and charts to analize log output table.
## How to BUILD
> mvn clean package
## How to RUN
1. Enter into dir folder
1. Edit config file config.properties with right parameters
2. Launch dist jar with command
> java -jar mysql-statistics-1.0.0.jar
3. Oper your browser to bind port (default is http://localhost:8080) and enjoy it# External resources (web frontend)
* bootstrap - http://getbootstrap.com/
* jquery - https://jquery.com/
* chartjs - http://www.chartjs.org/
* dynatable - http://www.dynatable.com/
* font awesome - https://fortawesome.github.io/