Elvyx project is a tool designed to monitor and profile the jdbc activity.
This jdbc profiler has a wrapper that intercept the access to the database and send this information to the elvyx server. The server receives the information, store the data into a database and serve this information to the client. The client shows sql statements, bound sql statements, elapsed time, elapsed time preparing the statements, etc.
Installation:
Download Elvyx from http://www.elvyx.com
Unzip elvyx-1.0.XX.zip inside directory your want to install it.
Copy lib/elvyx-1.0.XX.jar and put it in your common/lib.
Copy elvyx.properties into your application server home directoy.
Be sure elvyx.properties looks like this:
driver=oracle.jdbc.driver.OracleDriver
url=jdbc:oracle:thin:@sundevdb1a.wfs.com:1521:dtool1
address=localhost
port=4448
Change you datasource and set the elvyx driver.
Driver = com.elvyx.Driver
Url = jdbc:elvyx:none
Execute the client running elvyx.bat from the folder you install it.
What's New in This Release:
· Fixed bug [1703073]. If you open a new statement but it is not used, when close it the statement throw an exception.
Product's homepage