Version 4.5.2
 —  Commands  —

RSPMONITOR

Description

Switch the response time monitor for terminal emulation on and off.

When you switch on the response time monitor, the dynamic variables listed below are reset to zero.

During terminal emulation, the character R is shown in column 75 of the status line when the response time monitor is active.

Syntax

RSPMONITOR

Variables Returned

The following dynamic variables are always set (calculated) whenever you press a terminal emulation key (CLEAR, CR, PF1 etc.).

*RSPCOUNT Number of transactions (keyboard input)
*RSPTIME Current response time
*RSPAVG Average response time
*RSPMIN Minimum response time
*RSPMAX Maximum response time
*RSPTOTAL Total response time

The response time is represented in seconds and hundredths of seconds.

Usage

Procedure File: Yes
Command Line: Yes
Key: Yes
API: No

Top of page