Previous Topic: 7.3.4 IMS Processing Options (IMSOPS)Next Topic: 7.3.4.2 OPTIONS Statement


7.3.4.1 RESP Statement

One RESP statement is required. This statement defines
seven response-time threshold limits that are used by the IMS
Analyzer for response-time distribution calculations.

The RESP statement has the following format:

RESP limit1 limit2 limit3 limit4 limit5 limit6 limit7

where:

limit1-limit7 = Each response time threshold limit is
                defined in seconds.  It can be one to four
                digits, with a maximum value of 3600.
                Sub-second response time limits are coded
                in the form .nnn.  The limits can be
                separated by one or more blanks.

Sample RESP Statement:

RESP 1 2 5 10 15 30 60

CA MICS accumulates response distribution counters for IMS
interactions that are defined as follows:

Counter  Definition
-------  --------------------------------------------------
   1     Less than or equal to 1 second
   2     Greater than 1 second, but less than or equal to
         2 seconds
   3     Greater than 2 seconds, but less than or equal to
         5 seconds
   4     Greater than 5 seconds, but less than or equal to
         10 seconds
   5     Greater than 10 seconds, but less than or equal to
         15 seconds
   6     Greater than 15 seconds, but less than or equal to
         30 seconds
   7     Greater than 30 seconds, but less than or equal to
         60 seconds
   8     Greater than 60 seconds

DEFAULT: None