Aggregate of blocks written to a database

Поиск
Список
Период
Сортировка
От Tim Knowles
Тема Aggregate of blocks written to a database
Дата
Msg-id NGBBIAKALHHLLCHKLBONEEPBCAAA.tim@ametco.co.uk
обсуждение исходный текст
Ответы Re: Aggregate of blocks written to a database  ("Shridhar Daithankar" <shridhar_daithankar@persistent.co.in>)
Список pgsql-general
Hello All,

I'm trying to profile the performance/usage of my PostgreSQL system and I'm
wondering if their is an easy way to find out the numbers of blocks being
received (inserts/updates) by the postmaster for each database.  I've
written a view which generates this info using the table based pg_stat
functions e.g. pg_stat_get_tuples_inserted,  but I was hoping their may be
an easier way.  Any pointers greatly appreciated.

Best Regards,

Tim Knowles


В списке pgsql-general по дате отправления:

Предыдущее
От: "Tim Knowles"
Дата:
Сообщение: Postmaster Uptime
Следующее
От: "Shridhar Daithankar"
Дата:
Сообщение: Re: Aggregate of blocks written to a database