Get bytes sent to client

Поиск
Список
Период
Сортировка
От Alexander Pyhalov
Тема Get bytes sent to client
Дата
Msg-id 4B25F0B3.9090601@rsu.ru
обсуждение исходный текст
Список pgsql-general
Hello.
I'd like to collect some statistics in my application (using JDBC). In
Oracle I could collect data, sent to client, using the following query:

SELECT S.value FROM V$MYSTAT S,SYS.V_$STATNAME NAMES
WHERE NAMES.STATISTIC#=S.STATISTIC#
AND NAMES.NAME='bytes sent via SQL*Net to client';

Can I do something like this in PostgreSQL?
I was suggested to wrap some parts of PostgreSQL JDBC Driver, but it
looks not very good.
Is there any other way to count up raw data, received by client (or sent
by server)?
The purpose is to estimate bandwidth from client to DBMS and size of
query responses...
--
Best regards,
Alexander Pyhalov,
system administrator of Computer Center of South Federal University

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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Column privileges and Hibernate
Следующее
От: Allan Kamau
Дата:
Сообщение: Visibility of temporary database objects