Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

SET-RESPONSETIME-PARAMETERS Define RESPONSETIME monitoring parameters

This statement is used to define the monitoring parameters for the RESPONSETIME monitoring program.

Format

SET-RESPONSETIME-PARAMETERS                                                                                                            

SCOPE = *BUCKET / list-poss(2): *BUCKET / *CATEGORY

,DEFINITION = *1 / *2

,CONNECTION-NUMBER = *1024 / <integer 1..8187>

,RESPONSETIME-BUCKETS = *STD-LIMITS / list-poss(5): <integer 1..99999>

,THINKTIME-BUCKETS = *STD-LIMITS / list-poss(5): <integer 1..99999>

,TRANSACTTIME-BUCKETS = *STD-LIMITS / list-poss(5): <integer 1..99999>

,WAITTIME-BUCKETS = *STD-LIMITS / list-poss(5): <integer 1..99999>

Operands

SCOPE =
Defines whether the response time data is to be recorded by bucket or by category.

SCOPE = *BUCKET
The response time data is to be recorded by bucket.

SCOPE = *CATEGORY
The response time data is to be recorded by category.

DEFINITION =
Defines the type of response time to be monitored.

DEFINITION = *1
This response time is the time between user input and the next output operation.

DEFINITION = *2
In addition to the response time defined with 1, the times between follow-up output operations to an input are recorded individually as response times.

CONNECTION-NUMBER =
Defines the maximum number of connections to be monitored.

CONNECTION-NUMBER = *1024
A maximum of 1024 connections are recorded.

CONNECTION-NUMBER = <integer 1..8187>
The maximum specified number of connections is recorded.

RESPONSETIME-BUCKETS =
Defines the upper limits of up to five ranges (in units of 100ms) in which the response times are to be stored by order of magnitude.

RESPONSETIME-BUCKETS = *STD-LIMITS
Sets the upper limits of the ranges for response times to 5, 10, 20, 50 and 100.

RESPONSETIME-BUCKETS = list-poss(5): <integer 1..99999>
Defines the upper limits of the ranges for response times. These must be specified in ascending order.

THINKTIME-BUCKETS =
Defines the upper limits of up to five ranges (in units of 100ms) in which the think times are to be stored by order of magnitude.

THINKTIME-BUCKETS = *STD-LIMITS
Sets the upper limits of the ranges for think times to 50, 150, 300, 600 and 1200.

THINKTIME-BUCKETS = list-poss(5): <integer 1..99999>
Defines the upper limits of the ranges for think times. These must be specified in ascending order.

TRANSACTTIME-BUCKETS =
Defines the upper limits of up to five ranges (in units of 100ms) in which the transaction times are to be stored by order of magnitude.

TRANSACTTIME-BUCKETS = *STD-LIMITS
Sets the upper limits of the ranges for transaction times to 5, 10, 20, 50 and 100.

TRANSACTTIME-BUCKETS = list-poss(5): <integer 1..99999>
Defines the upper limits of the ranges for transaction times. These must be specified in ascending order.

WAITTIME-BUCKETS =
Defines the upper limits of up to five ranges (in units of 100ms) in which the wait times in the BCAM pool are to be stored by order of magnitude.

WAITTIME-BUCKETS = *STD-LIMITS
Sets the upper limits of the ranges for wait times in the BCAM pool to 1, 2, 5, 10 and 20.

WAITTIME-BUCKETS = list-poss(5): <integer 1..99999>
Defines the upper limits of the ranges for wait times in the BCAM pool. These must be specified in ascending order.