JANUS DISPLAYTRACE: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (→Syntax) |
||
Line 6: | Line 6: | ||
<p class="syntax"> JANUS DISPLAYTRACE [portname]</p> | <p class="syntax"> JANUS DISPLAYTRACE [portname]</p> | ||
Where: | |||
Where | |||
<var class="term">portname</var> is the name of the port(s) for which to display trace settings. If portname is | <var class="term">portname</var> is the name of the port(s) for which to display trace settings. If portname is | ||
not specified, the trace settings for all Janus ports are displayed. | not specified, the trace settings for all Janus ports are displayed. | ||
<var>DISTRACE</var> can be used as a synonym for <var>DISPLAYTRACE</var> | ==Usage notes== | ||
<ul> | |||
<li><var>DISTRACE</var> can be used as a synonym for <var>DISPLAYTRACE</var>. | |||
The <var>DISPLAYTRACE</var> command | <li>The output from the <var>DISPLAYTRACE</var> command includes one line that begins with an asterisk (<code>*</code>) and shows the <var>TRACE</var> setting from the port definition, followed by a line showing each <var>[[JANUS TRACE]]</var> command currently in effect for the port. | ||
</ul> | |||
==See also== | ==See also== |
Latest revision as of 17:53, 16 April 2013
Display TRACE settings for port
This displays the trace settings for the named port(s).
Syntax
JANUS DISPLAYTRACE [portname]
Where:
portname is the name of the port(s) for which to display trace settings. If portname is not specified, the trace settings for all Janus ports are displayed.
Usage notes
- DISTRACE can be used as a synonym for DISPLAYTRACE.
- The output from the DISPLAYTRACE command includes one line that begins with an asterisk (
*
) and shows the TRACE setting from the port definition, followed by a line showing each JANUS TRACE command currently in effect for the port.