Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/p6spy/p6spy

P6Spy is a framework that enables database data to be seamlessly intercepted and logged with no code changes to the application.
https://github.com/p6spy/p6spy

java jdbc jdbc-logging logging p6spy

Last synced: 28 days ago
JSON representation

P6Spy is a framework that enables database data to be seamlessly intercepted and logged with no code changes to the application.

Awesome Lists containing this project

README

        

p6spy
=====
[![Build Status](https://travis-ci.org/p6spy/p6spy.svg?branch=master)](https://travis-ci.org/p6spy/p6spy)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/p6spy/p6spy/badge.svg)](https://maven-badges.herokuapp.com/maven-central/p6spy/p6spy)
[![Bintray](https://api.bintray.com/packages/p6spy/maven/p6spy%3Ap6spy/images/download.svg) ](https://bintray.com/p6spy/maven/p6spy%3Ap6spy/_latestVersion)
[![Docs](http://readthedocs.org/projects/p6spy/badge/?version=latest)](http://p6spy.readthedocs.io/)
[![Javadoc](http://www.javadoc.io/badge/p6spy/p6spy.svg)](http://www.javadoc.io/doc/p6spy/p6spy)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=p6spy:p6spy&metric=coverage)](https://sonarcloud.io/dashboard?id=p6spy:p6spy)
[![Sqale Rating](https://sonarcloud.io/api/project_badges/measure?project=p6spy:p6spy&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=p6spy:p6spy)

P6Spy is a framework that enables database data to be seamlessly intercepted and logged with no code changes to existing application. The P6Spy distribution includes P6Log, an application which logs all JDBC transactions for any Java application.

**Documentation:**
[Installation](http://p6spy.readthedocs.io/en/latest/install.html)
[Configuration](http://p6spy.readthedocs.io/en/latest/configandusage.html)
[Javadoc](http://www.javadoc.io/doc/p6spy/p6spy)

For full documentation refer to format of your choice: [html](http://p6spy.readthedocs.io/), [pdf](https://media.readthedocs.org/pdf/p6spy/latest/p6spy.pdf) or [epub](https://media.readthedocs.org/epub/p6spy/latest/p6spy.epub).

**Need help?**
User's mailing list: [Post](mailto:[email protected]) - [Archive](https://groups.google.com/forum/#!forum/p6spy-users)
Developer's mailing list: [Post](mailto:[email protected]) - [Archive](https://groups.google.com/forum/#!forum/p6spy-developers)
Issue tracking: [View/Create issues](https://github.com/p6spy/p6spy/issues)

**Related github repos:**
[p6spy-it](https://github.com/p6spy/p6spy-it) - for integration testing with misc application servers
[p6spy-perf](https://github.com/p6spy/p6spy-perf) - for performance testing (using jmeter)