DBTuna takes a time-based approach to monitoring, allowing
you to examine the performance of SQL statements over time and where that time
was spent, for example, fetching, sorting or waiting on a lock. The statements
are then ranked with the worst performing at the top. Data is also aggregated by
session, user, database and host, allowing you to quickly drill up and down.
Once you have identified a problematic statement you can click on the text and
it will take you to the SQL screen where you can examine the execution plan.
Other screens within DBTuna allow you to see the performance of sessions
currently connected, view database statistics and browse database objects.