SirTune introduction

From m204wiki
Revision as of 18:54, 27 February 2017 by JAL (talk | contribs) (→‎System requirements: add link)
Jump to navigation Jump to search

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 RKTools.

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 RKTools 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.