Re: contrib/pg_stat_tcpinfo

2025-11-10 Thread Jakub Wartak
On Sat, Nov 8, 2025 at 1:18 AM Andres Freund wrote: Hi Andres! >> But maybe it's very useful in practice, don't know. > FWIW, I've needed this many times. Without the TCP information it's very hard > to figure out why higher latency connections aren't keeping up - is it packet > loss, it it too

Re: contrib/pg_stat_tcpinfo

2025-11-10 Thread Jakub Wartak
On Sat, Nov 8, 2025 at 12:17 AM Tomas Vondra wrote: Hi Tomas, thanks for responding! > On 11/7/25 11:36, Jakub Wartak wrote: > > On Mon, Nov 3, 2025 at 3:09 PM Jakub Wartak > > wrote: > >> > >> Attached is pg_stat_tcpinfo, an heavy work in progress, Linux-only > >> netstat/ss-like extension for

Re: contrib/pg_stat_tcpinfo

2025-11-07 Thread Andres Freund
Hi, On 2025-11-08 00:17:30 +0100, Tomas Vondra wrote: > On 11/7/25 11:36, Jakub Wartak wrote: > > On Mon, Nov 3, 2025 at 3:09 PM Jakub Wartak > > wrote: > >> > >> Attached is pg_stat_tcpinfo, an heavy work in progress, Linux-only > >> netstat/ss-like extension for showing detailed information abo

Re: contrib/pg_stat_tcpinfo

2025-11-07 Thread Tomas Vondra
On 11/7/25 11:36, Jakub Wartak wrote: > On Mon, Nov 3, 2025 at 3:09 PM Jakub Wartak > wrote: >> >> Attached is pg_stat_tcpinfo, an heavy work in progress, Linux-only >> netstat/ss-like extension for showing detailed information about TCP >> connections based on information from the kernel itself.

Re: contrib/pg_stat_tcpinfo

2025-11-07 Thread Jakub Wartak
On Mon, Nov 3, 2025 at 3:09 PM Jakub Wartak wrote: > > Attached is pg_stat_tcpinfo, an heavy work in progress, Linux-only > netstat/ss-like extension for showing detailed information about TCP > connections based on information from the kernel itself. [..] > Some early feedback about direction in