SirTune introduction: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (minor formatting)
m (minor cleanup)
Line 4: Line 4:
<!-- Page name: SirTune introduction-->
<!-- Page name: SirTune introduction-->
The primary function of <var class="product">SirTune</var> is to provide information
The primary function of <var class="product">SirTune</var> is to provide information
to User Language (SOUL) programmers to make it easy for them to
to User Language ([[SOUL]]) programmers to make it easy for them to
improve the performance of their programs.
improve the performance of their programs.
This is accomplished in two stages:
This is accomplished in two stages:
Line 17: Line 17:
was integrated with the [[Sirius Mods]] prior to version 7.5 of <var class="product">Model 204</var>.</p>
was integrated with the [[Sirius Mods]] prior to version 7.5 of <var class="product">Model 204</var>.</p>
<p>
<p>
Occasionally in this document, the product name "<var class="product">SirTune</var>" is also
Occasionally in the SirTune documentation, the product name "<var class="product">SirTune</var>" is also used to refer to just the data collection portion of the product.</li>
used to refer to just the data collection portion of the product.</li>


<li>After this data is collected, it is summarized and presented in a set of reports that indicate to a User Language programmer the potential performance problem areas.
<li>After this data is collected, it is summarized and presented in a set of reports that indicate to a SOUL programmer the potential performance problem areas.
These problem areas can generally be refined to an arbitrary level of
These problem areas can generally be refined to an arbitrary level of
detail (for example, individual lines of code in a procedure).</p>
detail (for example, individual lines of code in a procedure).</p>
<p>
<p>
The part of <var class="product">SirTune</var> that summarizes and produces reports is called the
The part of <var class="product">SirTune</var> that summarizes and produces reports is called the
<b><i>reporting</i></b> portion, which consists of a User Language program named SIRTUNEREPORT, distributed in the SIRIUS file as part of <var class="product">UL/SPF</var>.</p></li>
<b><i>reporting</i></b> portion, which consists of a SOUL program named SIRTUNEREPORT, distributed in the SIRIUS file as part of <var class="product">UL/SPF</var>.</p></li>
</ol>
</ol>


==Versions==
==Versions==
The SirTune documentation assumes that a site is running <var class="product">SirTune</var> version 7.4 or later.
The SirTune documentation assumes that a site is running <var class="product">SirTune</var> version 7.4 or later. Any documented feature or facility that requires a later version
Any documented feature or facility that requires a later version
of <var class="product">SirTune</var> will be clearly marked to indicate this.
of <var class="product">SirTune</var> will be clearly marked to indicate this.



Revision as of 18:05, 2 July 2015

The primary function of SirTune is to provide information to User Language (SOUL) programmers to make it easy for them to improve the performance of their programs. This is accomplished in two stages:

  1. Data is collected in a running Online region. This data is obtained by "polling." That is, at regular intervals SirTune examines the state of the Online. region and records data pertinent to this state.

    The part of SirTune that collects this data is called the data collection portion, which was integrated with the Sirius Mods prior to version 7.5 of Model 204.

    Occasionally in the SirTune documentation, the product name "SirTune" is also used to refer to just the data collection portion of the product.

  2. After this data is collected, it is summarized and presented in a set of reports that indicate to a SOUL programmer the potential performance problem areas. These problem areas can generally be refined to an arbitrary level of detail (for example, individual lines of code in a procedure).

    The part of SirTune that summarizes and produces reports is called the reporting portion, which consists of a SOUL program named SIRTUNEREPORT, distributed in the SIRIUS file as part of UL/SPF.

Versions

The SirTune documentation assumes that a site is running SirTune version 7.4 or later. Any documented feature or facility that requires a later version of SirTune will be clearly marked to indicate this.

For example, a statement that is only available in versions 7.5 and later of SirTune will have a sentence in its documentation such as, "This statement is only available in version 7.5 or later of SirTune." If a feature or parameter is not indicated as requiring any specific version of the SirTune, it can be assumed that it is available in all versions covered by this document: that is, versions 7.4 and later of SirTune.

System requirements

SirTune requires the following components to run:

  • Mainframe operating systems — one of the following:
    • z/OS
    • CMS (releases currently supported by IBM) under z/VM
  • Model 204 V6R1 or later, running in its Online or IFAM4 configuration.
  • For versions of SirTune after 7.0:
    • The SirTune data collector is integrated with the Sirius Mods, and you must install the Sirius Mods.
    • The UL/SPF file SIRIUS must be downloaded to make the SIRTUNEREPORT program available for reporting.

SirTune topics

The SirTune documentation consists of the pages listed below. This list is also available as a "See also" link from each of the pages.

For information about product changes and Model 204 feature support per SirTune version, see the release notes.

For information about product error messages, see SirTune data collector messages.