pgqueryspy - Mailing list pgsql-advocacy

From Christopher Kings-Lynne
Subject pgqueryspy
Date
Msg-id 44A0F09C.7050407@calorieking.com
Whole thread Raw
Responses Re: pgqueryspy  (David Fetter <david@fetter.org>)
List pgsql-advocacy
This seems new:

http://dotnot.org/blog/archives/2006/02/22/spying-on-postgresql/

"You have tuned your PostgreSQL database, and you, of course, turned off
query logging, but a problem has cropped up. How can you see the
activity on your database at any slice of time?

Like me, you have probably turned on command stats to view
pg_stat_activity, but that gives you only moment in time. You could use
ethereal to capture the Postgres queriy packets, but then what? What if
you don’t have X installed? tcpdump you say? What do you do with the dump?

Enter pgqueryspy.

Simply type pgqueryspy 2000 db0 to capture the next 2000 packets to the
server named ‘db0′. pgqueryspy then prints out the queries that it
intercepts in the packet stream for your consumption on the command
line. It even tosses those pesky “BEGIN” and “END” queries for you.

Not too terribly invasive, no load on your database, and you find out
NOW what is happening with your database. Code is available here:
pgqueryspy.c."




pgsql-advocacy by date:

Previous
From: Koen Martens
Date:
Subject: Re: postgresql live-cd
Next
From: David Fetter
Date:
Subject: Re: pgqueryspy