Re: LWLock statistics collector - Mailing list pgsql-hackers

From Robert Lor
Subject Re: LWLock statistics collector
Date
Msg-id 44D378D0.3020709@sun.com
Whole thread Raw
In response to Re: LWLock statistics collector  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: LWLock statistics collector
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: 8.2 features status
Next
From: Josh Berkus
Date:
Subject: Fwd: Standard interfaces for replication providers