Subject | Re: [firebird-support] Active connections |
---|---|
Author | Milan Babuskov |
Post date | 2005-02-02T06:46:21Z |
Cesar L. Meloni wrote:
with netstat,lsof or something similar, you could match which process matches which TCP connection.
Not very comfortable, I know.
You can also view what users are connected via API call. Many tools expose this functionality so
it's easy to use. For example you can do it with FBExport or FlameRobin. :)
--
Milan Babuskov
http://fbexport.sourceforge.net
http://www.flamerobin.org
> How can I view active connections?If you want to see processes, you can use facilities provided by the OS if you use Classic. Combined
> (In mysql is "show processlist" for example)
with netstat,lsof or something similar, you could match which process matches which TCP connection.
Not very comfortable, I know.
You can also view what users are connected via API call. Many tools expose this functionality so
it's easy to use. For example you can do it with FBExport or FlameRobin. :)
--
Milan Babuskov
http://fbexport.sourceforge.net
http://www.flamerobin.org