Re: Error with tcp/ip networking

Поиск
Список
Период
Сортировка
От Bob Parkinson
Тема Re: Error with tcp/ip networking
Дата
Msg-id Pine.OSF.4.21.0008311542050.10675-100000@omni.ac.uk
обсуждение исходный текст
Ответ на Re: Error with tcp/ip networking  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: "Joel Burton"
Дата:
Сообщение: Re: Error installing ODBC in NT
Следующее
От: Tom Lane
Дата:
Сообщение: Re: LEFT OUTER JOINS