Re: [dtrace-discuss] dtrace on branded zones.

2009-06-30 Thread Adam Leventhal
On Jun 29, 2009, at 1:53 PM, Edward Pilatowicz wrote: iirc, plockstat relies on dtrace probe points built into libc. s8 branded processes use the s8 version of libc, and the s8 version of libc doesn't have any built in dtrace probes. so yes, plockstat won't work on s8 branded processes.

Re: [dtrace-discuss] Sharing memory between user and kernel space

2009-06-30 Thread Adam Leventhal
Hey Abhinav, We've taken a different tack with DTrace: rather than optimize the data flow from kernel to user-land, we've given the user primitives to prune and accumulate data as close to the source as possible to minimize data flow and present the user with a concise answer. May I ask

Re: [dtrace-discuss] Sharing memory between user and kernel space

2009-06-30 Thread abhinav duggal
Hi Adam, Ok I understand your point.The user space primitives like aggregates etc help prune and accumulate data. I am looking at dtrace from the performance point of view.The idea is to look at various parts of dtrace,find potential places of optimization and see if anything can be