Re: LWLock statistics collector

Поиск
Список
Период
Сортировка
От Robert Lor
Тема Re: LWLock statistics collector
Дата
Msg-id 44D378D0.3020709@sun.com
обсуждение исходный текст
Ответ на Re: LWLock statistics collector  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: LWLock statistics collector
Список pgsql-hackers
Tom Lane wrote:

>I think the actual wave of the future for analyzing behavior at the
>LWLock level is going to be DTrace.  It seems way more flexible than
>an aggregate-statistics view can be.
>  
>
CVS head now has the following LWLock probes, and more can easily be 
added. These probes can be enabled using the sample DTrace scripts at 
http://pgfoundry.org/projects/dtrace/

lwlock-acquire
lwlock-release
lwlock-startwait
lwlock-endwait
lwlock-condacquire
lwlock-condacquire-fail

If anyone wants to have access to a Solaris machine to play with DTrace, 
let me know.

Regards,
-Robert




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: 8.2 features status
Следующее
От: Josh Berkus
Дата:
Сообщение: Fwd: Standard interfaces for replication providers