diff --git a/readme.md b/readme.md index 1138ef9..18e165b 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,11 @@ A simple wrapper around jdbc drivers that will show some statistics about the running queries on a simple web page on port 18080. +See a running example here: + +``` + http://phoibe.astraeus.nl:18080// +``` + To use: Add the following jars to your classpath: @@ -27,6 +33,14 @@ (eg. jdbc:postgresql://localhost/mydb becomes: jdbc:stat:jdbc:postgresql://localhost/mydb) ``` +If you want a login screen add the following instead: + +```text + jdbc:secstat: +``` + +Use the credentials in your jdbc properties to login + Start your application and goto: http://<host app is running on>:18080/ You will see an overview of the last 2500 queries run on your database and some timing stats about them.