vote up 1 vote down star

I have a Interbase 7.x database being used by an application.

I want to know which queries are run by that application in different scenarios.

Does anyone know about how to "profile" an interbase database and see which queries are currently running?

flag

2 Answers

vote up 1 vote down check

Use InterBase Performance Monitor. It's built into IBConsole, or you can get a standalone version.

Alternately:

SELECT * FROM TMP$STATEMENTS;
link|flag
vote up 0 vote down

IBExpert includes a Interbase Proxy Service which can be used to log all SQL statements: instead of connecting with the Interbase server, all client applications use the proxy address. This will make the Proxy a bottleneck but it has the advantage that every statement will be captured and logged.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.