Server statistics

Поиск
Список
Период
Сортировка
От Grzegorz Szpetkowski
Тема Server statistics
Дата
Msg-id BANLkTimO38CmNx6PEbWv9BkW07MYKd0szw@mail.gmail.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Lew
Дата:
Сообщение: Re: how to remove empty rows
Следующее
От: Lonni J Friedman
Дата:
Сообщение: weird results from trivial SELECT statement