Subject Re: see connections or threads in firebird 2.5 Super Classic
Author diegodelafuente
It's right.
Thanks for your help.

--- In firebird-support@yahoogroups.com, Markus Ostenried <macnoz@...> wrote:
>
> On Sun, Aug 7, 2011 at 19:44, diegodelafuente
> <diegodelafuente@...> wrote:
> > I have migrated some of my dbs to firebird 2.5 superserver from firebird 1.5 classic server.
> >
> > In the classic server, each connection open a new process using the inet linuz daemon.
> > I could see how many connections I had to the DB using the top command or the ps aux command.
> >
> > Now in Firebird 2.5 super classic I have one process fb_smp_server and treads to handle every new connection of that process.
> > Now I can't type ps aux or top to checknumber of process (connections in Fb 1.5) I have.
> > How can I check that ?
>
> I haven't used 2.5 yet but I think you can use iqsl and issue a statement like
> select * from MON$ATTACHMENTS
>