Get bytes sent to client - Mailing list pgsql-jdbc

From Alexander Pyhalov
Subject Get bytes sent to client
Date
Msg-id 4B2894E7.80407@rsu.ru
Whole thread Raw
Responses Re: Get bytes sent to client
List pgsql-jdbc
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'd like to estimate query
result size, to be more precise, amount of network traffic, which is
generated in response to a query.

--
Best regards,
Alexander Pyhalov,
system administrator of Computer Center of South Federal University

pgsql-jdbc by date:

Previous
From: Viktor Usunov
Date:
Subject: Bulgarian translation for the PostgreSQL JDBC driver
Next
From: Alexander Pyhalov
Date:
Subject: Re: Get bytes sent to client