Subject Re: [firebird-support] Which DB is using so much processor time?
Author Milan Babuskov
Ed Dressel wrote:
> On a server with multiple DB's, is there anyway of knowing which FB
> DB is pegging the processor for long periods of time? If not, is this
> a planned feature for 2?

SuperServer? Classic? Windows? Linux?

On SuperServer it's hard to tell since a single process is running
everything, so if one client loads the server with some heavy query, all
others slow down significantly. With Classic it is easier.

If you use Classic on Linux, you can find the root of the problem. First
find the process id by loking at output of "ps ax" and "top" commands.
And then just use "lsof" command to see which database file is process
using.

--
Milan Babuskov
http://fbexport.sourceforge.net