From: | Alexander Pyhalov <alp(at)rsu(dot)ru> |
---|---|
To: | Craig Ringer <craig(at)postnewspapers(dot)com(dot)au> |
Cc: | dmp <danap(at)ttc-cmc(dot)net>, pgsql-jdbc(at)postgresql(dot)org |
Subject: | Re: Get bytes sent to client |
Date: | 2009-12-18 06:34:52 |
Message-ID: | 4B2B228C.8070008@rsu.ru |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
I've made patch for Postgres JDBC driver. Now driver accounts bytes
sent/received from client ing PGStream. I hope I didn't miss anything. I
made several tests. tcpdump shows about 10% overhead, but results are
quite similar. I think that overhead is caused by auxiliary data
(packets' headers and so on).
Craig Ringer wrote:
> On 17/12/2009 12:56 AM, Alexander Pyhalov wrote:
>> Hello.
>> Thanks for answer. I used dumpster in my tests. However, executing
>> system tools from lava is not a brilliant idea. And I have to collect
>> this statistics dynamically at runtime :(
>
> It sounds like you'll need to modify the JDBC driver to add the hooks
> you need, then.
>
> Perhaps if you can raise it with the JDBC folks (wherever they hang out)
> and talk it over first, you might be able to produce a patch that
> doesn't affect people who don't use the feature, so they might accept
> into the main JDBC driver.
>
> --
> Craig Ringer
--
С уважением,
Александр Пыхалов,
системный администратор ЮГИНФО ЮФУ.
Attachment | Content-Type | Size |
---|---|---|
patch.pgsql | text/plain | 6.9 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Craig Ringer | 2009-12-18 07:59:40 | Re: Get bytes sent to client |
Previous Message | Craig Ringer | 2009-12-17 06:41:39 | Re: Get bytes sent to client |