Re: How to mesure transaction rate in Postgres

From: Jim Nasby <jnasby(at)pervasive(dot)com>
To: hubert depesz lubaczewski <depesz(at)gmail(dot)com>
Cc: "Meyer Marco" <Marco(dot)Meyer(at)intradoemea(dot)com>, pgsql-admin(at)postgresql(dot)org
Subject: Re: How to mesure transaction rate in Postgres
Date: 2006-05-25 20:55:25
Message-ID: 70023FD5-F908-48E8-9EB9-037129FD1593@pervasive.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On May 25, 2006, at 1:33 AM, hubert depesz lubaczewski wrote:
> On 5/23/06, Meyer Marco <Marco(dot)Meyer(at)intradoemea(dot)com> wrote:
> I've been asked for the transaction rate we have on an installed
> Postgres server. Where and how can I get this information. I could
> not find anything in the documentation. I have root access to the
> system.
>
>
> this is definitelly not nice approach, but it works.

Or just SELECT xact_commit + xact_rollback FROM pg_stat_database;
--
Jim C. Nasby, Sr. Engineering Consultant jnasby(at)pervasive(dot)com
Pervasive Software http://pervasive.com work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf cell: 512-569-9461

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Benjamin Krajmalnik 2006-05-25 22:25:03 Re: pg_clog questions
Previous Message Jim Nasby 2006-05-25 20:51:54 Re: Restore of pg_dump taking a long time...