Subject | Re: [firebird-support] FB Classic Server / how many connected user |
---|---|
Author | Milan Babuskov |
Post date | 2004-10-01T14:45:56Z |
gbehnke2000 wrote:
On Linux you can use system tools ps and lsof (combined with
grep/awk/sed). First determine the server processes with ps, and then
use lsof to read which is working with which database. You can write a
(not so) simple script that will output the information the way you like it.
HTH
--
Milan Babuskov
http://fbexport.sourceforge.net
http://www.flamerobin.org
> is there a way to find out how many concurrent users are connected onOn Linux, yes. On Windows... I wouldn't know.
> the Database ?
On Linux you can use system tools ps and lsof (combined with
grep/awk/sed). First determine the server processes with ps, and then
use lsof to read which is working with which database. You can write a
(not so) simple script that will output the information the way you like it.
HTH
--
Milan Babuskov
http://fbexport.sourceforge.net
http://www.flamerobin.org