Re: Error with tcp/ip networking - Mailing list pgsql-general

From Bob Parkinson
Subject Re: Error with tcp/ip networking
Date
Msg-id Pine.OSF.4.21.0008311542050.10675-100000@omni.ac.uk
Whole thread Raw
In response to Re: Error with tcp/ip networking  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On Thu, 31 Aug 2000, Tom Lane wrote:

> Actually I think netstat only shows open connections, not processes
> listening for connections.  Does anyone know a (reasonably portable)
> way of seeing which port numbers are being accept()ed on?
>
>             regards, tom lane


how about lsof, at:

ftp://cc.vic.purdue.edu/

omni:rwp> lsof -i | grep post
postgres  14054 postgres    3u  inet 0x64b0f900      0t0   TCP *:5432
(LISTEN)


Bob Parkinson
rwp@biome.ac.uk
------------------------------------------------------------------
Technical Manager:         Biome             http://biome.ac.uk/

Greenfield Medical Library,
Queens Medical Centre,
Nottingham.                          0115 9249924 x 42059
------------------------------------------------------------------
                        We are stardust


pgsql-general by date:

Previous
From: "Joel Burton"
Date:
Subject: Re: Error installing ODBC in NT
Next
From: Tom Lane
Date:
Subject: Re: LEFT OUTER JOINS