Download List

Descripción del Proyecto

This small tool connects to the P6Spy JDBC logger
and displays in real time the queries going to the
database. It uses an integrated SQL parser to
build statistics on the most accessed tables and
columns to enable database index creation. Other
information is also gathered and displayed, such
as the request time for a single request, for a
class of request, and for all the requests.
Sorting may be done on these views to detect
database problems efficiently.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-11-23 06:18
0.3

En esta versión, las mejoras incluyen el manejo de los UPDATE, INSERT y DELETE consultas SQL que se tramitan actualmente en los resultados de perfiles, pero no son (todavía) utilizado para construir las recomendaciones del índice, así como la capacidad actual de exportar los resultados de perfiles en un archivo CSV.
Tags: Minor feature enhancements
In this release, improvements include the handling of
UPDATE, INSERT, and DELETE SQL queries that are now
processed in the profiling results, but are not (yet) used
to build index recommendations, as well as the ability to
now export the profiling results in an CSV file.

2003-10-15 06:03
0.2

Esta versión cuenta con optimizado el procesamiento de solicitudes, una milésima de segundo visualización de la hora precisa, a fin de gráficos nuevo que muestra la cantidad de solicitudes por segundo, así como un indicador de tráfico experimental a / desde la base de datos, un panel de detalle nuevo para la vista de perfil, y una incluido p6spy.jar. El orden de las columnas en la solicitud es tomado en cuenta para construir los índices más eficiente.
Tags: Major feature enhancements
This version features optimized request processing, a
millisecond precise time display, a new charting view that
displays the amount of requests per second as well as an
experimental traffic indicator to/from the database, a new
detail panel for the profile view, and an included
p6spy.jar. The order of columns in request is now taken
into account to build more efficient indexes.

2003-05-14 20:54
0.1

Tags: Initial freshmeat announcement

Project Resources