summaryrefslogtreecommitdiff
path: root/docs/rabbitmqctl.1.xml
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2011-05-20 14:51:57 +0100
committerSimon MacMullen <simon@rabbitmq.com>2011-05-20 14:51:57 +0100
commitdff7935f22364e622544d67afaa1ba986c2059e0 (patch)
treea840e37e08f2316bcc5b6d1dbedaf2ca3cce7a29 /docs/rabbitmqctl.1.xml
parent265142455a7f8e4bb09aee18f57b5beedae68afd (diff)
downloadrabbitmq-server-git-dff7935f22364e622544d67afaa1ba986c2059e0.tar.gz
Rewrite the rabbitmqctl interface. Define trace_exchanges in rabbit.app.
Diffstat (limited to 'docs/rabbitmqctl.1.xml')
-rw-r--r--docs/rabbitmqctl.1.xml41
1 files changed, 10 insertions, 31 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index 628691589b..0e212f10ce 100644
--- a/docs/rabbitmqctl.1.xml
+++ b/docs/rabbitmqctl.1.xml
@@ -1266,59 +1266,38 @@
</refsect2>
<refsect2>
- <title>Configuration variables</title>
- <para>
- Some configuration values can be changed at run time. Note
- that this does not apply to all variables; many are only read
- at startup - changing them will have no effect.
- </para>
+ <title>Message Tracing</title>
<variablelist>
<varlistentry>
- <term><cmdsynopsis><command>set_env</command> <arg choice="req"><replaceable>variable</replaceable></arg> <arg choice="req"><replaceable>value</replaceable></arg></cmdsynopsis></term>
+ <term><cmdsynopsis><command>start_tracing</command> <arg choice="opt">-p <replaceable>vhost</replaceable></arg> <arg choice="req"><replaceable>exchange</replaceable></arg></cmdsynopsis></term>
<listitem>
<variablelist>
<varlistentry>
- <term>variable</term>
- <listitem><para>The name of the variable to set, as the string form of an Erlang term.</para></listitem>
+ <term>vhost</term>
+ <listitem><para>The name of the virtual host for which to start tracing.</para></listitem>
</varlistentry>
<varlistentry>
<term>value</term>
- <listitem><para>The value to set it to, as the string form of an Erlang term.</para></listitem>
+ <listitem><para>The name of the exchange to which trace messages should be published.</para></listitem>
</varlistentry>
</variablelist>
<para>
- Set the value of a configuration variable.
+ Starts tracing.
</para>
</listitem>
</varlistentry>
<varlistentry>
- <term><cmdsynopsis><command>get_env</command> <arg choice="req"><replaceable>variable</replaceable></arg></cmdsynopsis></term>
+ <term><cmdsynopsis><command>stop_tracing</command> <arg choice="opt">-p <replaceable>vhost</replaceable></arg></cmdsynopsis></term>
<listitem>
<variablelist>
<varlistentry>
- <term>variable</term>
- <listitem><para>The name of the variable to get, as the string form of an Erlang term.</para></listitem>
- </varlistentry>
- </variablelist>
- <para>
- Get the value of a configuration variable, printing either
- {ok,<command>Value</command>} or undefined.
- </para>
- </listitem>
- </varlistentry>
-
- <varlistentry>
- <term><cmdsynopsis><command>unset_env</command> <arg choice="req"><replaceable>variable</replaceable></arg></cmdsynopsis></term>
- <listitem>
- <variablelist>
- <varlistentry>
- <term>variable</term>
- <listitem><para>The name of the variable to clear, as the string form of an Erlang term.</para></listitem>
+ <term>vhost</term>
+ <listitem><para>The name of the virtual host for which to stop tracing.</para></listitem>
</varlistentry>
</variablelist>
<para>
- Clear the value of a configuration variable.
+ Stops tracing.
</para>
</listitem>
</varlistentry>