Re: adding more information about process(es) cpu and memory usage

Поиск
Список
Период
Сортировка
От Jim Nasby
Тема Re: adding more information about process(es) cpu and memory usage
Дата
Msg-id 553A9562.7010801@BlueTreble.com
обсуждение исходный текст
Ответ на Re: adding more information about process(es) cpu and memory usage  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: adding more information about process(es) cpu and memory usage  (Julien Rouhaud <julien.rouhaud@dalibo.com>)
Список pgsql-hackers
On 4/24/15 6:29 AM, Robert Haas wrote:
> 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.

I more often am wondering what a running backend is doing OS-wise, but 
being able to see what happened when it finished would definitely be 
better than what's available now.
-- 
Jim Nasby, Data Architect, Blue Treble Consulting
Data in Trouble? Get it in Treble! http://BlueTreble.com



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Feedback on getting rid of VACUUM FULL
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Typo in a comment in set_rel_size()