Re: Connection log entries - random port number recorded - Mailing list pgsql-general

From Matt Van Mater
Subject Re: Connection log entries - random port number recorded
Date
Msg-id BAY9-F41j9Hz7N4QkXL0007c16c@hotmail.com
Whole thread Raw
In response to Connection log entries - random port number recorded  (mike g <mike@thegodshalls.com>)
List 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 by date:

Previous
From: Richard Huxton
Date:
Subject: Re: Database Size Limiting
Next
From: Mark Harrison
Date:
Subject: HOWTO: Integrating Posgresql queries into an event loop