Server statistics

From: Grzegorz Szpetkowski <gszpetkowski(at)gmail(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Server statistics
Date: 2011-04-27 15:29:03
Message-ID: BANLkTimO38CmNx6PEbWv9BkW07MYKd0szw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Is there any way to obtain server (cluster wide) stats such as:

Bytes received - bytes received from all clients
Bytes send - bytes sent to all clients
Connections - number of connection attempts
Aborted_connects - The number of failed attempts to connect to the server

like in MySQL (http://dev.mysql.com/doc/refman/5.6/en/server-status-variables.html)
with SHOW GLOBAL STATUS query ? I can't find them.

Thanks.
Grzegorz Szpetkowski

Browse pgsql-novice by date

  From Date Subject
Next Message Lonni J Friedman 2011-04-27 16:25:36 weird results from trivial SELECT statement
Previous Message Lew 2011-04-27 12:52:20 Re: how to remove empty rows