Subject see connections or threads in firebird 2.5 Super Classic
Author diegodelafuente
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 ?

Regards
Diego