Subject | Re: [firebird-support] Open database connections? |
---|---|
Author | Milan Babuskov |
Post date | 2004-09-02T14:34:12Z |
Riaan wrote:
If you use Classic server, just look at the number of processes started.
On Linux, simple "pstree" command will count them for you.
If you use Superserver, you can only query services to see users
connected to some database. You have to repeat that for each database
available, to get all connections. To get that info, you can use
services API, or some of the tools that give that information, like for
example my FBExport tool (look at signature for URL).
HTH
--
Milan Babuskov
http://fbexport.sourceforge.net
http://www.flamerobin.org
> How can I determine the amount of open database connections to aIt depends. What version and operating system are you using?
> Firebird server?
If you use Classic server, just look at the number of processes started.
On Linux, simple "pstree" command will count them for you.
If you use Superserver, you can only query services to see users
connected to some database. You have to repeat that for each database
available, to get all connections. To get that info, you can use
services API, or some of the tools that give that information, like for
example my FBExport tool (look at signature for URL).
HTH
--
Milan Babuskov
http://fbexport.sourceforge.net
http://www.flamerobin.org