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

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

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/