Previous Topic: OPER WATCH TIME SyntaxNext Topic: Example: OPER WATCH TIME


OPER WATCH TIME Usage

Display update frequency

Displays are updated every 5 seconds or at the interval specified in the OPER TIME command. (In some cases, such as under UCF, you must press Enter to update the screen with the most current information.)

Displaying information about user time

User time for tasks is displayed only if you enable collection of user statistics at system generation time. To do this, specify STATISTICS TASK COLLECT USER in the system generation SYSTEM statement.

Information displayed

The following table explains the information displayed from the OPER WATCH TIME command.

Field displayed

Description/meaning

TASK ID

Task thread ID

TASK CD

Task code for the task

PROGRAM

Name of the program initially invoked by the task

TERMINAL

Logical terminal on which the task thread is executing

PRI

Priority for the task

STAT

Status (wait, active, abend, or load)

SYSTEM TIME/ USER TIME

Amount of CPU time spent in system mode and in user mode, each shown in the following form:

hh:mm:ss:tttt

Where:

hh = Hours, based on a 24-hour clock
mm = Minutes
ss = Seconds
tttt = Ten-thousandths of a second (CPU time)

More Information