Hi,

After an email from from Jenny, I checked the binary downloads and  
discovered that the DTrace probes in MySQL 6.0.4 are not enabled by  
default in the binary distributions.

To use the supplied DTrace probes, you will need to download and  
compile the source and make sure that --enable-dtrace option is used  
for configure.

MC

On 11 Mar 2008, at 22:52, Luojia Chen wrote:

> Hi,
>
> Yes, the 6.0.4-alpha includes a few probes:
>
> provider mysql {
> probe external_lock(int);
> probe insert_row_start();
> probe insert_row_end();
> probe filesort_start();
> probe filesort_end();
> probe delete_start();
> probe delete_end();
> probe insert_start();
> probe insert_end();
> probe select_start();
> probe select_end();
> probe update_start();
> probe update_end();
> };
>
> Thanks,
>
>   Luojia(Jenny) Chen
>   Software Engineer
>   ISV Engineering
>   v-mail:(510) 550-2394
>   SUN Microsystems
>
> ----- Original Message -----
> From: Manyi Lu <Manyi.Lu at Sun.COM>
> Date: Tuesday, March 11, 2008 11:46 am
> Subject: Re: [webstack-discuss] [Fwd: Re: [dtrace-discuss] DTrace  
> for MySQL?]
> To: webstack-discuss at opensolaris.org
>
>
>> Martin and all,
>>
>>   Do you know whether the newly published MySQL 6.0.4-alpha has
>> Dtrace probes in it?
>>
>> Thanks,
>> Manyi
>> This message posted from opensolaris.org
>>
>> _______________________________________________
>>
>>
>> webstack-discuss mailing list
>> webstack-discuss at opensolaris.org
>> http://mail.opensolaris.org/mailman/listinfo/webstack-discuss
>>
> _______________________________________________
>
>
> webstack-discuss mailing list
> webstack-discuss at opensolaris.org
> http://mail.opensolaris.org/mailman/listinfo/webstack-discuss
>

--
Martin 'MC' Brown, mc at mcslp.com
Everything MCslp: http://planet.mcslp.com



Reply via email to