pg_stat_activity versus ps - Mailing list pgsql-general

From Jeff Amiel
Subject pg_stat_activity versus ps
Date
Msg-id 412B5736.7040905@istreamimaging.com
Whole thread Raw
Responses Re: pg_stat_activity versus ps
List pgsql-general
I ran a home-grown self continuous stress test tool against my 7.4.2
database.

I banged 'ps' (running freebsd) while it was active and witnessed
several of the 'back end' postgres processes exeucting queries, commits,
inserts, etc....(the actual work the processes were doing was listed in
the 'ps' output)
however, if I checked pg_stat_activity during the same time period, I
saw nothing populated in the current_query column...ever.

Am I misunderstanding what the pg_stat_activity table is for?  I
confirmed that the procpid listed in pg_stat_activity was the same as
listed in my 'ps' process list....


Jeff

pgsql-general by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: UTF-8 and LIKE vs =
Next
From: Tom Lane
Date:
Subject: Re: Bad planner results