pg_stat_activity versus ps

From: Jeff Amiel <jamiel(at)istreamimaging(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: pg_stat_activity versus ps
Date: 2004-08-24 14:56:54
Message-ID: 412B5736.7040905@istreamimaging.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2004-08-24 14:57:13 Re: Bad planner results
Previous Message Tatsuo Ishii 2004-08-24 14:52:23 Re: UTF-8 and LIKE vs =