Server statistics - Mailing list pgsql-novice

From Grzegorz Szpetkowski
Subject Server statistics
Date
Msg-id BANLkTimO38CmNx6PEbWv9BkW07MYKd0szw@mail.gmail.com
Whole thread Raw
List 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

pgsql-novice by date:

Previous
From: Lew
Date:
Subject: Re: how to remove empty rows
Next
From: Lonni J Friedman
Date:
Subject: weird results from trivial SELECT statement