From: | "Matt Van Mater" <nutter_(at)hotmail(dot)com> |
---|---|
To: | dev(at)archonet(dot)com, mike(at)thegodshalls(dot)com |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Connection log entries - random port number recorded |
Date: | 2004-05-27 19:30:40 |
Message-ID: | BAY9-F41j9Hz7N4QkXL0007c16c@hotmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Mark Harrison | 2004-05-27 19:41:03 | HOWTO: Integrating Posgresql queries into an event loop |
Previous Message | Richard Huxton | 2004-05-27 19:22:57 | Re: Database Size Limiting |