SAMPLE command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
 
m (minor cleanup)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
This command either places [[SirTune]] sampling back into automatic mode (SAMPLE AUTO),
<p class="note"><b>Note:</b> This is a <var class="product">[[Sirius Mods]]</var>-only command prior to Version 7.5 of <var class="product">[[Model 204]]</var>.</p>
 
This command either places [[SirTune]] sampling back into automatic mode (<code>SAMPLE AUTO</code>),
where sampling is controlled by INCLUDE/EXCLUDE statements in SIRTUNEI, or it
where sampling is controlled by INCLUDE/EXCLUDE statements in SIRTUNEI, or it
initiates (SAMPLE ON) or terminates (SAMPLE OFF) collection of sample data.
initiates (<code>SAMPLE ON</code>) or terminates (<code>SAMPLE OFF</code>) collection of sample data.
This command has no effect on the collection of compilation data: Compilation
This command has no effect on the collection of compilation data: Compilation
data is collected regardless of the sampling state.
data is collected regardless of the sampling state.
Line 7: Line 9:
For example, to immediately start collecting data, the following command
For example, to immediately start collecting data, the following command
should be issued:
should be issued:
<pre>
<p class="code">SAMPLE ON
    SAMPLE ON
</p>
</pre>


To immediately stop collecting data, issue:
To immediately stop collecting data, issue:
<pre>
<p class="code">SAMPLE OFF
    SAMPLE OFF
</p>
</pre>


After a SAMPLE ON or SAMPLE OFF command is issued, ''SirTune''
After a <code>SAMPLE ON</code> or <code>SAMPLE OFF</code> command is issued, <var class="product">SirTune</var> is in "manual" sampling mode.
is in &ldquo;manual&rdquo; sampling mode.


This command is not available if the RESTART utility is responding to
This command is not available if the RESTART utility is responding to

Latest revision as of 20:40, 11 November 2014

Note: This is a Sirius Mods-only command prior to Version 7.5 of Model 204.

This command either places SirTune sampling back into automatic mode (SAMPLE AUTO), where sampling is controlled by INCLUDE/EXCLUDE statements in SIRTUNEI, or it initiates (SAMPLE ON) or terminates (SAMPLE OFF) collection of sample data. This command has no effect on the collection of compilation data: Compilation data is collected regardless of the sampling state.

For example, to immediately start collecting data, the following command should be issued:

SAMPLE ON

To immediately stop collecting data, issue:

SAMPLE OFF

After a SAMPLE ON or SAMPLE OFF command is issued, SirTune is in "manual" sampling mode.

This command is not available if the RESTART utility is responding to operator commands.