Additional global stats for pg_database?

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Additional global stats for pg_database?
Date: 2007-03-15 14:02:24
Message-ID: 20070315140224.GA20268@svr2.hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi!

I'd like to add the ability to show global counters of a couple of
things currently available in pg_stat_all_tables (for example number of
rows added etc) in a global counter for the entire cluster, for
monitoring of an entire cluster without having to connect to each
individual database.

Should I try adding this to the exsting pg_stat_database view, or should
I look at creating a separate view or two?

//Magnus

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2007-03-15 14:20:23 Re: how to add seconds to a TimestampTz
Previous Message Grzegorz Jaskiewicz 2007-03-15 13:31:03 Re: how to add seconds to a TimestampTz