changeset 3057:cfdc1ba95196

Free nginx: removed link to the example DTrace script. It's long-obsolete due to changes in nginx source code. Further, it does not really work, as DTrace has its own idea about alignment and representation of bit fields.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 14 Feb 2024 20:07:54 +0300
parents a6edd62b60c1
children 2709ce3b9cd7
files xml/en/docs/nginx_dtrace_pid_provider.xml
diffstat 1 files changed, 2 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/nginx_dtrace_pid_provider.xml
+++ b/xml/en/docs/nginx_dtrace_pid_provider.xml
@@ -9,7 +9,7 @@
 <article name="Debugging nginx with DTrace pid provider"
 	link="/en/docs/nginx_dtrace_pid_provider.html"
 	lang="en"
-	rev="4"
+	rev="5"
 	toc="no">
 
 <section>
@@ -134,12 +134,7 @@ declarations of callback functions and d
 </para>
 
 <para>
-The final DTrace script can be downloaded from
-<link url="http://nginx.org/download/trace_process_request.d">here</link>.
-</para>
-
-<para>
-The following example shows the output of running this script:
+The following example shows the output of running the resulting script:
 
 <programlisting>
 # dtrace -C -I ./objs -s trace_process_request.d -p 4848