Re: How to know transaction count in hour basic

From: Alex Balashov <abalashov(at)evaristesys(dot)com>
To: mallikarjun t <mallit333(at)gmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: How to know transaction count in hour basic
Date: 2019-10-30 14:50:49
Message-ID: BAFEB557-9BCE-40EE-8BE2-B98641F28F99@evaristesys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

You would just have to accumulate these values in a time-series gauge, right?


Sent from mobile, with due apologies for brevity and errors.

> On Oct 30, 2019, at 10:13 AM, mallikarjun t <mallit333(at)gmail(dot)com> wrote:
>
> 
> Dear Team,
>
> How to check, how many transactions are committed in one hour?
>
> In database level pg_stat_database xact_commit column is there,this is giving only count.
>
> How to get count for hour basis and minutes and seconds basis, how many transactions are committed?
>
> How to check?
>
> Regards,
> Mallikarjunarao,
> +91-8142923383.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message mallikarjun t 2019-10-30 15:00:03 Re: How to know transaction count in hour basic
Previous Message mallikarjun t 2019-10-30 14:13:17 How to know transaction count in hour basic