From: | Andres Freund <andres(at)2ndquadrant(dot)com> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Cc: | Thom Brown <thom(at)linux(dot)com>, Phil Sorber <phil(at)omniti(dot)com> |
Subject: | Re: [WIP] pg_ping utility |
Date: | 2012-10-15 21:32:07 |
Message-ID: | 201210152332.08089.andres@2ndquadrant.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Monday, October 15, 2012 11:28:36 PM Thom Brown wrote:
> On 13 October 2012 22:19, Phil Sorber <phil(at)omniti(dot)com> wrote:
> > Based on a previous thread
> > (http://archives.postgresql.org/pgsql-hackers/2012-10/msg00131.php) I
> > have put together a first attempt of a pg_ping utility. I am attaching
> > two patches. One for the executable and one for the docs.
> >
> > I would also like to make a regression tests and translations, but
> > wanted to get feedback on what I had so far.
>
> pg_pong:
>
> 1 packets transmitted, 1 received, 0% packet loss, time 2 days
>
> Well this works for me, and I raised a couple typos directly to Phil.
> The advantage of this over "pg_ctl status" is that it doesn't have to
> be run on the machine local to the database, and access to the data
> directory isn't required if it is run locally. The advantage over
> connecting using a regular connection is that authentication and
> authorisation isn't necessary, and if all connections are in use, it
> will still return the desired result. And it does what it says on the
> tin.
>
> So +1 from me.
Why not add a pg_ctl subcommand for that? For me that sounds like a good place
for it...
Andres
--
Andres Freund http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services
From | Date | Subject | |
---|---|---|---|
Next Message | Simon Riggs | 2012-10-15 21:33:49 | Global Sequences |
Previous Message | Thom Brown | 2012-10-15 21:28:36 | Re: [WIP] pg_ping utility |