File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -120,10 +120,11 @@ limitations under the License.
120
120
<doc : section name =" tracer" >
121
121
<doc : heading >Tracer</doc : heading >
122
122
<p >
123
- There's a very basic, very simple AMQP protocol analyzer in
124
- class <code >com.rabbitmq.tools.Tracer</code >. Invoke it with
123
+ The tracer is a very basic, very simple AMQP protocol analyzer.
124
+ Use it with
125
+ the <code >runtracer</code > or <code >runtracer.bat</code > script:
125
126
</p >
126
- <pre >runjava.sh com.rabbitmq.tools.Tracer <i >listenPort</i > <i >connectHost</i > <i >connectPort</i ></pre >
127
+ <pre >runtracer <i >listenPort</i > <i >connectHost</i > <i >connectPort</i ></pre >
127
128
<dl >
128
129
<dt >listenPort</dt >
129
130
<dd >port to listen for incoming AMQP connections on - defaults to 5673.</dd >
@@ -132,6 +133,17 @@ limitations under the License.
132
133
<dt >connectPort</dt >
133
134
<dd >port number to use when making an outbound connection - defaults to 5672.</dd >
134
135
</dl >
136
+
137
+ <doc : subsection name =" tracer-download" >
138
+ <doc : heading >Download and source code</doc : heading >
139
+ <p >
140
+ <a href =" https://github.com/rabbitmq/rabbitmq-tracer/releases" >Releases</a >
141
+ </p >
142
+ <p >
143
+ <a href =" https://github.com/rabbitmq/rabbitmq-tracer" >Source code</a >
144
+ </p >
145
+ </doc : subsection >
146
+
135
147
</doc : section >
136
148
</body >
137
149
</html >
You can’t perform that action at this time.
0 commit comments