Re: Connection log entries - random port number recorded

Поиск
Список
Период
Сортировка
От Matt Van Mater
Тема Re: Connection log entries - random port number recorded
Дата
Msg-id BAY9-F41j9Hz7N4QkXL0007c16c@hotmail.com
обсуждение исходный текст
Ответ на Connection log entries - random port number recorded  (mike g <mike@thegodshalls.com>)
Список pgsql-general
>>On linux you can use "lsof -i" to see all current connections, I used to
>>use something similar on >>Windows, but can't remember what it was.

The tool you're looking for is called fport, and is distributed for free by
Foundstone.  It lists which program is using each open port.  Alternatively
you can just use netstat -an to just see which ports are actively
communicating or listening, but it won't show you which program is using
that port.

Matt

_________________________________________________________________
Is your PC infected? Get a FREE online computer virus scan from McAfee�
Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963


В списке pgsql-general по дате отправления:

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Database Size Limiting
Следующее
От: Mark Harrison
Дата:
Сообщение: HOWTO: Integrating Posgresql queries into an event loop