Open sshnerson-aurea opened 3 years ago
Hello,
I suppose this isn't you doing something wrong.
How pgs-debug is working with the same pcap? Does it have troubles as well?
Is it possible for you to attach a small part of your pcap?
I suspect pgs-badger is parsing packets with no clue about the session, which is created during the first packet of the pgsql session.
Hi!
Thanks for your reply!
pgs-debug is working fine and showing me details of the queries.
I'll send you a sample pcap file by email.
OK, so I suppose pgs-badger is buggy and doesn't pay attention to acquire the whole session before computing stats.
To be honest, I don't remember what is the status and quality of the pgs-badger code.
But the pcap is still welcome if I can add some quick fixes on top of it.
Hi!
I'm trying to analyze tcpdump collected PostgresSQL pcap file but when I run pgs-badger it gives me some weird output - it contains errors, warning, and normal output but only for the first packet:
Any idea what I could be doing wrong?