Re: monitoring replicatgion : lag calculation

From: Lonni J Friedman <netllama(at)gmail(dot)com>
To: Ben Ciceron <ben(at)triggit(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: monitoring replicatgion : lag calculation
Date: 2011-09-12 17:41:50
Message-ID: CAP=oouHA0XJki1_Fw8bLQZu415oKq=Mr6ijQA3R=AJCjZRq04A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Mon, Sep 12, 2011 at 10:04 AM, Ben Ciceron <ben(at)triggit(dot)com> wrote:
> hello,
>
> question about WAL on pg 9.0 :
>
> the doc at http://www.postgresql.org/docs/9.1/static/warm-standby.html#SYNCHRONOUS-REPLICATION
> (section 25.2.5.2. Monitoring) says:
>
>  You can calculate this lag by comparing the current WAL write
> location on the primary with the last WAL location received by the
> standby.
>
> but the WAL values i get are not 177/13C4E158 , 177/13C52BC0 so how to
> calculate the lag ? should i apply a basic hex conversion first ?

Pretty much. See:
http://archives.postgresql.org/pgsql-hackers/2010-11/msg00252.php

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Ben Ciceron 2011-09-12 18:13:58 Re: monitoring replicatgion : lag calculation
Previous Message Ben Ciceron 2011-09-12 17:04:07 monitoring replicatgion : lag calculation