Page 1 of 1

Accessing server info anprofiler info for InterBase/Firebird

Posted: Wed 25 Nov 2009 10:02
by upscene
Hi,

Is it possible to access statistics info for InterBase/Firebird?

And how can I get access to server specific info, can I use the API directly somehow?

With regards,

Martijn Tonies
Upscene Productions

Posted: Thu 26 Nov 2009 09:03
by Plash
UniDAC does not have features for accessing the server info and statistics.

Posted: Thu 26 Nov 2009 09:12
by upscene
Actually, I was thinking of statement statistics, indexed reads and so on.

If this isn't available, does IBDac have it? (although I purchased UniDac already :? )

Posted: Thu 26 Nov 2009 13:39
by Plash
IBDAC has the TIBCStatisticsService component. You can use it to get statistics.

Posted: Thu 26 Nov 2009 13:45
by upscene
Plash wrote:IBDAC has the TIBCStatisticsService component. You can use it to get statistics.
That components gets -database- statistics, not statement statistics.

Have a look at the IBObjects TIB_Profiler component to see what I mean.

Posted: Thu 26 Nov 2009 13:51
by upscene
upscene wrote:
Plash wrote:IBDAC has the TIBCStatisticsService component. You can use it to get statistics.
That components gets -database- statistics, not statement statistics.

Have a look at the IBObjects TIB_Profiler component to see what I mean.
PS: I'm currently evaluating IBDac as well, I might use both after all...

Posted: Wed 02 Dec 2009 10:55
by Plash
The DatabaseInfo property of TIBCConnection is an analog of TIB_Profiler.