The DTrace GUI works fine with Php. I just tested the DTrace GUI with the JMaki 
Php sample programs. Below is the output of the php_cpudist.d script which is 
generated within the DTrace GUI environment:

Exclusive function on-CPU times (us),
   Jmaki.php, func, strlen 
           value  ------------- Distribution ------------- count    
              -1 |                                         0        
               0 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
               1 |                                         0        

   XmlHttpProxy.php, func, strlen 
           value  ------------- Distribution ------------- count    
              -1 |                                         0        
               0 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1        
               1 |                                         0        


This is how my dtrace privileges are set in the /etc/user_attr file on my 
OpenSolaris system:

nassern::::profiles=Primary 
Administrator;roles=root;defaultpriv=basic,dtrace_user,dtrace_proc,dtrace_kernel,proc_owner

These privileges take effect when you log in to the system.

__Nasser
-- 
This message posted from opensolaris.org
_______________________________________________
dtrace-discuss mailing list
dtrace-discuss@opensolaris.org

Reply via email to