Subject | Re: [firebird-support] see connections or threads in firebird 2.5 Super Classic |
---|---|
Author | Markus Ostenried |
Post date | 2011-08-07T18:38:50Z |
On Sun, Aug 7, 2011 at 19:44, diegodelafuente
<diegodelafuente@...> wrote:
select * from MON$ATTACHMENTS
<diegodelafuente@...> wrote:
> I have migrated some of my dbs to firebird 2.5 superserver from firebird 1.5 classic server.I haven't used 2.5 yet but I think you can use iqsl and issue a statement like
>
> 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 ?
select * from MON$ATTACHMENTS