Re: adding more information about process(es) cpu and memory usage - Mailing list pgsql-hackers

From Robert Haas
Subject Re: adding more information about process(es) cpu and memory usage
Date
Msg-id CA+TgmoanwcOuWHGwPp5KYwzZzFEOkMqX=hGHQE8H7jq+fSqCaw@mail.gmail.com
Whole thread Raw
In response to Re: adding more information about process(es) cpu and memory usage  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: adding more information about process(es) cpu and memory usage
List pgsql-hackers
On Thu, Apr 23, 2015 at 9:28 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> The reason nobody's gotten around to that in the last fifteen years is
> that per-process rusage isn't actually all that interesting; there's
> too much that happens in background daemons, for instance.

There's *some* stuff that happens in background daemons, but if you
want to measure user and system time consume by a particularly query,
this would actually be a pretty handy way to do that, I think.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: [committers] pgsql: RLS fixes, new hooks, and new test module
Next
From: Robert Haas
Date:
Subject: Re: Improving vacuum/VM/etc