Creating groups
To be monitored, elements must be contained in at least one group.
To create a group, select the Create Group option (B) on the Groups path or enter fast path G.B from any panel. This produces a panel to create a group and specify its attributes as shown in the following figure:
Remember to stop the response time collector (fast path O.B) prior to using this panel and any other panels that add or change group or element definitions. Reactivate the collector after you are finished (fast path O.A).
Text on this panel explains how to define a new group. Enter the group number, a name for easy identification, the type of resource this group will contain, and the average response time for the elements within the group.
- Begin by moving your cursor to the line containing the GRPS statement.
- Remove the greater-than symbol (>) preceding the GRPS statement.
- Modify the group definition (GRPS) statement.
- Follow the syntax shown in the figure and these guidelines:
- Use group numbers from 1–30.
- The group name is for informational purposes. It appears on certain displays to facilitate identification of a group’s contents.
- The group type must be defined as either a transaction, terminal, or program group. All elements in the group must be of the type defined.
- The average response time threshold is used by the response time collector to activate the
interval record collector and highlight elements that exceed the threshold. For example, to create group number 30 as a transaction group for the new Payroll application with an average CICS® response time threshold of 1.2 seconds, the GRPS statement looks like the following statement:
GRPS ADD,GROUP=30,NAME=’PAYROLL’,TYPE=TRAN,AVERAGE=1.2
To create group 27 as a terminal group for line 15 with an average response time of 1.8 seconds, the GRPS statement looks like the following statement:
GRPS ADD,GROUP=27,NAME=’LINE 15’,TYPE=TERM,AVERAGE=1.8
When transaction, programs, or terminals are monitored, OMEGAMON for CICS (3270) obtains CICS response time.