rahul wrote:
>
> 
>     5.1.4 mod_dtrace
>         The mod_dtrace has had just two releases (0.2a and 0.3a) and
>     is possibly very unstable. The interface of dtrace module consists
>     of the apache functions it is hooking into. This is provided as 
>     Addendum 4.
> 
> Addendum 4:
> Apache methods hooked into by mod_dtrace:
> 
> apache_receive_request
> apache_log_request
> apache_create_child
> apache_accept_connection
> apache_check_user
> apache_check_access
> apache_check_authorization
> dtrace_register_hooks

The above seems a bit confusing.. Isn't the public interface the
provider and probe names being exported?

Looking at
http://prefetch.net/projects/apache_modtrace/apache.d
the probe names seem to be

 receive-request
 log-request
 create-child
 accept-connection
 check-user-credentials
 check-access
 check-authorization


-- 
Jyri J. Virkki - jyri.virkki at sun.com - Sun Microsystems

Reply via email to