Re: anyway to get a transaction count?

Поиск
Список
Период
Сортировка
От Milen A. Radev
Тема Re: anyway to get a transaction count?
Дата
Msg-id eg5op3$ria$1@sea.gmane.org
обсуждение исходный текст
Ответ на anyway to get a transaction count?  ("Chris Hoover" <revoohc@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: "Chris Hoover"
Дата:
Сообщение: anyway to get a transaction count?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: How to install postgreSQL 8.1.4 on RHEL -ES 4