Re: anyway to get a transaction count? - Mailing list pgsql-admin

From Milen A. Radev
Subject Re: anyway to get a transaction count?
Date
Msg-id eg5op3$ria$1@sea.gmane.org
Whole thread Raw
In response to anyway to get a transaction count?  ("Chris Hoover" <revoohc@gmail.com>)
List 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

pgsql-admin by date:

Previous
From: "Chris Hoover"
Date:
Subject: anyway to get a transaction count?
Next
From: Tom Lane
Date:
Subject: Re: How to install postgreSQL 8.1.4 on RHEL -ES 4