[GENERAL/OFF-TOPIC]: identifying runaway DB clients

From: Ed Loehr <pggeneral(at)bluepolka(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: [GENERAL/OFF-TOPIC]: identifying runaway DB clients
Date: 2002-04-18 18:02:18
Message-ID: 3CBF0A2A.2040405@bluepolka.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

This is slightly off-topic, but I have some unidentified HPUX processes
running on an HPUX box with a PG server and hammering the database. I'm
trying to identify them. In Linux, I'd map from the connecting port to the
client process via fuser -n tcp, but HPUX fuser doesn't appear to support tcp
port mapping. Does anyone know how to map an HPUX port to the proc pid?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ed Loehr 2002-04-18 18:05:55 Re: Questions on 7.2.1 query plan choices
Previous Message Michael Meskes 2002-04-18 15:57:38 Re: C++ and Postgres