Subject Re: Firebird tracer
Author Roman Rokytskyy
> > Is there a tool with which I can trace any calls made to the
> > server?? I
> > am developing a 3-tier solution based on IBObjects, Midas and
> > Firebird
> > and would like to be able to see all calls to the server so I can
> > understand what is going on behind the screens
>
> There ins't a server solution for this problem -- interesting feature
> request, I'll add to the project tracker.

If you are interested on the lowest possible level, you can try latest
version of Ethereal packet sniffer, it supports Firebird wire protocol
on request level. Unfortunately it will not parse request data, only
show the binary content. In many cases it can be useful. Also note, it
will not work if local connectivity is used (in my configuration it
also ignores localhost).

Roman Rokytskyy