Re: anyway to get a transaction count?

From: "Milen A(dot) Radev" <milen(at)radev(dot)net>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: anyway to get a transaction count?
Date: 2006-10-06 14:21:24
Message-ID: eg5op3$ria$1@sea.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Chris Hoover написа:
> Is there an easy way to get a count on the number of transactions postgres
> is processing a min/hour/day/etc.? If so, can it be broken down by the
> individual databases in the cluster?
>
> Thanks,
>
> Chris
>

You could monitor the "xact_commit" column from the "pg_stat_database"
system view. More info here -
http://www.postgresql.org/docs/8.1/static/monitoring-stats.html#MONITORING-STATS-VIEWS

--
Milen A. Radev

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2006-10-06 14:42:27 Re: How to install postgreSQL 8.1.4 on RHEL -ES 4
Previous Message Chris Hoover 2006-10-06 14:00:07 anyway to get a transaction count?