Re: TCP_NO_DELAY & TcpAckFrequency (Re: Slow query through

From: Marc Herbert <Marc(dot)Herbert(at)continuent(dot)com>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Re: TCP_NO_DELAY & TcpAckFrequency (Re: Slow query through
Date: 2006-02-20 14:19:43
Message-ID: khjmzgmt8n4.fsf@meije.emic.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

O B <ob(at)kselnet(dot)com> writes:

> You may try "ethereal" which can give you more details than the TCP
> dumps with a structured view of packets and protocol layers.

ethereal is a great general-purpose tool but is not good at analyzing
TCP performance issues, because you only get numbers. With
tcptrace/xplot you get graphical timelines of sequence numbers and of
window sizes; I don't think ethereal can't match that. It's the same
difference between an excel spreadsheet and the corresponding graph.

Of course you have to be sure that your performance issue is somewhat
related to TCP parameters, else there is no need to go into tcptrace.

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Mark Morgan Lloyd 2006-02-20 14:59:22 Re: Production version of ODBC drivers
Previous Message Arnaud Lesauvage 2006-02-20 13:57:03 Re: TCP_NO_DELAY & TcpAckFrequency (Re: Slow query through