Re: connection logging dtrace probe - Mailing list pgsql-hackers

From ITAGAKI Takahiro
Subject Re: connection logging dtrace probe
Date
Msg-id 20090216144449.F1AA.52131E4D@oss.ntt.co.jp
Whole thread Raw
In response to connection logging dtrace probe  (Robert Treat <xzilla@users.sourceforge.net>)
List pgsql-hackers
Hi,

Robert Treat <xzilla@users.sourceforge.net> wrote:

> I whipped up a quick dtrace probe for one of our servers to monitor connection 
> attempts.  My goal was to monitor for any connection attempts from a specific 
> role within the database.

How about adding probes not only for connection attempts but also for
connection performance? The name would be CONNECTION_[START|DONE] like
other existing probes.

I received a report from my client that Postgres didn't return responce
of heatbeat connection requests for *1 minute*, but there are few methods
to dig it now...

Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center




pgsql-hackers by date:

Previous
From: ITAGAKI Takahiro
Date:
Subject: Questions about parsing boolean and casting to anyelement
Next
From: Martijn van Oosterhout
Date:
Subject: Re: SE-PostgreSQL and row level security