Library /sys$common/syshlp/helplib.hlb  —  MONITOR  MONITOR
    The MONITOR command initiates monitoring of statistics for the
    classes of information you specify.

    Format

      MONITOR  [/command qualifier[,...]] classname[,...] [/classname

               qualifier[,...]]

1  –  Parameter

 classname[,...]

    Specifies the class of performance data to be monitored. To
    monitor all classes, specify the ALL_CLASSES parameter. When you
    specify several classes, separate the classname parameters with
    commas or plus signs. You cannot specify the CLUSTER class name
    with any other class name. Cluster monitoring functions require
    that DECnet for OpenVMS be installed.

    The MONITOR and SET DEFAULT commands accept the same qualifiers.
    As these qualifiers follow the standard rules of DCL grammar as
    specified in the <REFERENCE>(VMS_DCLDICT_REF), you can abbreviate
    any qualifier or keyword as long as the abbreviation is not
    ambiguous. Use the asterisk and the percent sign as wildcard
    characters unless otherwise noted.

2  –  Command Qualifier Descriptions

2.1    /BEGINNING

       /BEGINNING=time

    Specifies the time that monitoring begins, by using a combination
    of absolute and delta times. Observe the syntax rules for time
    values described in the online help topic DCL_Tips (subtopic
    Date_Time).

2.2    /BY_NODE

       /BY_NODE
       /NOBY_NODE

    Specifies that performance class data in a multifile summary be
    displayed as a single column of AVERAGE statistics for each node.

    The /BY_NODE qualifier displays data in a multifile summary. If
    you specify only one input file, MONITOR ignores the /BY_NODE
    qualifier because you are not performing a multifile summary.

2.3    /COMMENT

       /COMMENT=string
       /NOCOMMENT (default)

    Specifies an ASCII string to be stored in the output recording
    file. The string can contain up to 60 characters.

2.4    /DISPLAY

       /DISPLAY[=file-spec] (default)
       /NODISPLAY

    Specifies whether information collected by MONITOR is to be
    displayed as ASCII screen images. Optionally names the disk file
    to contain the output.

2.5    /ENDING

       /ENDING=time

    Specifies the time that monitoring ends, by using a combination
    of absolute and delta times. Observe the syntax rules for time
    values described in the online help topic DCL_Tips (subtopic
    Date_Time).

2.6    /FLUSH_INTERVAL

       /FLUSH_INTERVAL=seconds

    Specifies the interval, in seconds, at which data collected by
    MONITOR (contents of MONITOR buffers) is written to disk. Values
    must be in the range from 1 to 9,999. The default interval is 300
    seconds.

2.7    /INPUT

       /INPUT[=(file-spec,...)]
       /NOINPUT (default)

    Controls whether performance data is played back from one or more
    input files or collected from the running system. If you specify
    more than one file, enclose the list in parentheses, and separate
    the file specifications with commas. Wildcard characters are
    allowed in the file specification.

2.8    /INTERVAL

       /INTERVAL=seconds

    Specifies the sampling interval between data collection events,
    recording events, and display events. Values can range from 1 to
    9,999,999.

2.9    /NODE

       /NODE=(nodename,...)

    Specifies the nodes (up to 48 in a cluster) for which data is
    to be collected. If you specify more than one name, separate the
    names with commas, and enclose the list in parentheses.

    Remote monitoring in an OpenVMS Cluster environment might not be
    compatible for nodes that are running different OpenVMS versions.
    The following table shows the compatibility of versions for
    remote monitoring.

                       OpenVMS Alpha and  OpenVMS Alpha Version 1.5
                       VAX Version 6.n    and VAX Version 5.n

    OpenVMS Alpha and  Yes                No
    VAX Version 6.n

    OpenVMS Alpha      No                 Yes
    Version 1.5 and
    VAX Version 5.n

    To obtain data from an incompatible remote node, record the data
    on the remote node and then use the MONITOR playback feature to
    examine the data on the local node. The <REFERENCE>(VMS_SYSMAN_
    MAN) describes remote monitoring.

2.10    /OUTPUT

       /OUTPUT=file-spec

    Used with the CONVERT command, this qualifier specifies the name
    of the converted recording file. The default specification is
    MONITOR.DAT. File lists are not permitted.

2.11    /RECORD

       /RECORD[=file-spec]
       /NORECORD (default)

    Specifies that a binary disk file be created containing all
    collected data for the request. Note that recording is restricted
    to files on disks. No wildcard characters are allowed in the file
    specification. If you omit the file type, the default file type
    is .DAT. If you omit the file specification, output is generated
    to a file named MONITOR.DAT in the current default device and
    directory. If you specify an existing file but omit the version
    number, a new version of the file is created.

2.12    /SUMMARY

       /SUMMARY[=file-spec]
       /NOSUMMARY (default)

    Specifies that an ASCII disk file be created containing
    summary statistics on all data collected for this request.
    If the optional file specification is omitted, it defaults to
    MONITOR.SUM.

2.13    /VIEWING_TIME

       /VIEWING_TIME=seconds

    Specifies the duration for each screen image display for /DISPLAY
    requests. Values can range from 1 to 9,999,999.

3  –  ALL_CLASSES

    The MONITOR ALL_CLASSES command initiates monitoring of
    statistics for all classes except the CLUSTER and RMS classes.

    Format

      MONITOR ALL_CLASSES

3.1  –  Classname Qualifiers

3.1.1    /ALL

    Specifies that a table of all available statistics (current,
    average, minimum, and maximum) is to be included in the display
    and summary output. For summary output, this qualifier is the
    default for all classes; otherwise, it is the default for all
    classes except CLUSTER, MODES, PROCESSES, STATES, SYSTEM, and
    VECTOR.

3.1.2    /AVERAGE

    Specifies that a bar graph of average statistics is to be
    included in the display and summary outputs.

3.1.3    /CURRENT

    Specifies that a bar graph of current statistics is to be
    included in the display and summary outputs. The /CURRENT
    qualifier is the default for the CLUSTER, MODES, STATES, SYSTEM,
    and VECTOR classes.

3.1.4    /MAXIMUM

    Specifies that a bar graph of maximum statistics is to be
    included in the display and summary outputs.

3.1.5    /MINIMUM

    Specifies that a bar graph of minimum statistics is to be
    included in the display and summary outputs.

4  –  CLUSTER

    The MONITOR CLUSTER command initiates monitoring of the CLUSTER
    statistics class, which shows clusterwide CPU, memory, disk, and
    locking activity.

    Format

      MONITOR CLUSTER

4.1  –  Classname Qualifiers

4.1.1    /ALL

    Specifies that a table of all available statistics (current,
    average, minimum, and maximum) is to be included in the display
    and summary output. For summary output, this qualifier is the
    default for all classes; otherwise, it is the default for all
    classes except CLUSTER, MODES, PROCESSES, STATES, SYSTEM, and
    VECTOR.

4.1.2    /AVERAGE

    Specifies that a bar graph of average statistics is to be
    included in the display and summary outputs.

4.1.3    /CURRENT

    Specifies that a bar graph of current statistics is to be
    included in the display and summary outputs. The /CURRENT
    qualifier is the default for the CLUSTER, MODES, STATES, SYSTEM,
    and VECTOR classes.

4.1.4    /MAXIMUM

    Specifies that a bar graph of maximum statistics is to be
    included in the display and summary outputs.

4.1.5    /MINIMUM

    Specifies that a bar graph of minimum statistics is to be
    included in the display and summary outputs.

5  –  DECNET

    The MONITOR DECNET command initiates monitoring of the DECNET
    class, which includes information about DECnet for OpenVMS
    network activity.

    Format

      MONITOR DECNET

5.1  –  Classname Qualifiers

5.1.1    /ALL

    Specifies that a table of all available statistics (current,
    average, minimum, and maximum) is to be included in the display
    and summary output. For summary output, this qualifier is the
    default for all classes; otherwise, it is the default for all
    classes except CLUSTER, MODES, PROCESSES, STATES, SYSTEM, and
    VECTOR.

5.1.2    /AVERAGE

    Specifies that a bar graph of average statistics is to be
    included in the display and summary outputs.

5.1.3    /CURRENT

    Specifies that a bar graph of current statistics is to be
    included in the display and summary outputs. The /CURRENT
    qualifier is the default for the CLUSTER, MODES, STATES, SYSTEM,
    and VECTOR classes.

5.1.4    /MAXIMUM

    Specifies that a bar graph of maximum statistics is to be
    included in the display and summary outputs.

5.1.5    /MINIMUM

    Specifies that a bar graph of minimum statistics is to be
    included in the display and summary outputs.

6  –  DISK

    The MONITOR DISK command initiates monitoring of the DISK
    statistics class. The maximum number of disks that can be
    monitored for record output is 909, and for display and summary
    output is 1817.

    Format

      MONITOR DISK

6.1  –  Classname Qualifiers

6.1.1    /ALL

    Specifies that a table of all available statistics (current,
    average, minimum, and maximum) is to be included in the display
    and summary output. For summary output, this qualifier is the
    default for all classes; otherwise, it is the default for all
    classes except CLUSTER, MODES, PROCESSES, STATES, SYSTEM, and
    VECTOR.

6.1.2    /AVERAGE

    Specifies that a bar graph of average statistics is to be
    included in the display and summary outputs.

6.1.3    /CURRENT

    Specifies that a bar graph of current statistics is to be
    included in the display and summary outputs. The /CURRENT
    qualifier is the default for the CLUSTER, MODES, STATES, SYSTEM,
    and VECTOR classes.

6.1.4    /ITEM

       /ITEM=(keyword[,...])

    Selects one or more data items for inclusion in display and
    summary outputs. If you specify two or more keywords, enclose
    them in parentheses, and separate them with commas. When the
    /ITEM qualifier is omitted, the default is /ITEM=OPERATION_RATE.

    The following table describes /ITEM qualifier keywords:

    Keyword       Description

    ALL           Specifies that statistics on all data items
                  collected for the disks are displayed on successive
                  screens.
    OPERATION_    Specifies that I/O operation rate statistics are
    RATE          displayed for each disk.
    QUEUE_LENGTH  Specifies that the number of I/O request packets
                  being serviced (current or waiting) is displayed
                  for each disk.

6.1.5    /MAXIMUM

    Specifies that a bar graph of maximum statistics is to be
    included in the display and summary outputs.

6.1.6    /MINIMUM

    Specifies that a bar graph of minimum statistics is to be
    included in the display and summary outputs.

6.1.7    /PERCENT

       /PERCENT
       /NOPERCENT (default)

    Controls whether statistics are expressed as percent values in
    display and summary outputs. The /PERCENT qualifier is applicable
    only to the DISK, MODES, SCS, and STATES classes.

7  –  DLOCK

    The MONITOR DLOCK command initiates monitoring of the DLOCK
    (distributed lock management) statistics class.

    Format

      MONITOR DLOCK

7.1  –  Classname Qualifiers

7.1.1    /ALL

    Specifies that a table of all available statistics (current,
    average, minimum, and maximum) is to be included in the display
    and summary output. For summary output, this qualifier is the
    default for all classes; otherwise, it is the default for all
    classes except CLUSTER, MODES, PROCESSES, STATES, SYSTEM, and
    VECTOR.

7.1.2    /AVERAGE

    Specifies that a bar graph of average statistics is to be
    included in the display and summary outputs.

7.1.3    /CURRENT

    Specifies that a bar graph of current statistics is to be
    included in the display and summary outputs. The /CURRENT
    qualifier is the default for the CLUSTER, MODES, STATES, SYSTEM,
    and VECTOR classes.

7.1.4    /MAXIMUM

    Specifies that a bar graph of maximum statistics is to be
    included in the display and summary outputs.

7.1.5    /MINIMUM

    Specifies that a bar graph of minimum statistics is to be
    included in the display and summary outputs.

8  –  FCP

    The MONITOR FCP command initiates monitoring of the File Control
    Primitive statistics class, which includes information about
    all Files-11 ancillary control processes (ACPs) and extended QIO
    processors (XQPs) on the local node.

    Format

      MONITOR FCP

8.1  –  Classname Qualifiers

8.1.1    /ALL

    Specifies that a table of all available statistics (current,
    average, minimum, and maximum) is to be included in the display
    and summary output. For summary output, this qualifier is the
    default for all classes; otherwise, it is the default for all
    classes except CLUSTER, MODES, PROCESSES, STATES, SYSTEM, and
    VECTOR.

8.1.2    /AVERAGE

    Specifies that a bar graph of average statistics is to be
    included in the display and summary outputs.

8.1.3    /CURRENT

    Specifies that a bar graph of current statistics is to be
    included in the display and summary outputs. The /CURRENT
    qualifier is the default for the CLUSTER, MODES, STATES, SYSTEM,
    and VECTOR classes.

8.1.4    /MAXIMUM

    Specifies that a bar graph of maximum statistics is to be
    included in the display and summary outputs.

8.1.5    /MINIMUM

    Specifies that a bar graph of minimum statistics is to be
    included in the display and summary outputs.

9  –  FILE_SYSTEM_CACHE

    The MONITOR FILE_SYSTEM_CACHE command initiates monitoring of the
    FILE_SYSTEM_CACHE statistics class.

    Format

      MONITOR FILE_SYSTEM_CACHE

9.1  –  Classname Qualifiers

9.1.1    /ALL

    Specifies that a table of all available statistics (current,
    average, minimum, and maximum) is to be included in the display
    and summary output. For summary output, this qualifier is the
    default for all classes; otherwise, it is the default for all
    classes except CLUSTER, MODES, PROCESSES, STATES, SYSTEM, and
    VECTOR.

9.1.2    /AVERAGE

    Specifies that a bar graph of average statistics is to be
    included in the display and summary outputs.

9.1.3    /CURRENT

    Specifies that a bar graph of current statistics is to be
    included in the display and summary outputs. The /CURRENT
    qualifier is the default for the CLUSTER, MODES, STATES, SYSTEM,
    and VECTOR classes.

9.1.4    /MAXIMUM

    Specifies that a bar graph of maximum statistics is to be
    included in the display and summary outputs.

9.1.5    /MINIMUM

    Specifies that a bar graph of minimum statistics is to be
    included in the display and summary outputs.

10  –  IO

    The MONITOR IO command initiates monitoring of the I/O class.

    Format

      MONITOR IO

10.1  –  Classname Qualifiers

10.1.1    /ALL

    Specifies that a table of all available statistics (current,
    average, minimum, and maximum) is to be included in the display
    and summary output. For summary output, this qualifier is the
    default for all classes; otherwise, it is the default for all
    classes except CLUSTER, MODES, PROCESSES, STATES, SYSTEM, and
    VECTOR.

10.1.2    /AVERAGE

    Specifies that a bar graph of average statistics is to be
    included in the display and summary outputs.

10.1.3    /CURRENT

    Specifies that a bar graph of current statistics is to be
    included in the display and summary outputs. The /CURRENT
    qualifier is the default for the CLUSTER, MODES, STATES, SYSTEM,
    and VECTOR classes.

10.1.4    /MAXIMUM

    Specifies that a bar graph of maximum statistics is to be
    included in the display and summary outputs.

10.1.5    /MINIMUM

    Specifies that a bar graph of minimum statistics is to be
    included in the display and summary outputs.

11  –  LOCK

    The MONITOR LOCK command initiates monitoring of the LOCK class.

    Format

      MONITOR LOCK

11.1  –  Classname Qualifiers

11.1.1    /ALL

    Specifies that a table of all available statistics (current,
    average, minimum, and maximum) is to be included in the display
    and summary output. For summary output, this qualifier is the
    default for all classes; otherwise, it is the default for all
    classes except CLUSTER, MODES, PROCESSES, STATES, SYSTEM, and
    VECTOR.

11.1.2    /AVERAGE

    Specifies that a bar graph of average statistics is to be
    included in the display and summary outputs.

11.1.3    /CURRENT

    Specifies that a bar graph of current statistics is to be
    included in the display and summary outputs. The /CURRENT
    qualifier is the default for the CLUSTER, MODES, STATES, SYSTEM,
    and VECTOR classes.

11.1.4    /MAXIMUM

    Specifies that a bar graph of maximum statistics is to be
    included in the display and summary outputs.

11.1.5    /MINIMUM

    Specifies that a bar graph of minimum statistics is to be
    included in the display and summary outputs.

12  –  MODES

    The MONITOR MODES command initiates monitoring of the MODES
    class, which includes a data item for each mode of processor
    operation.

    Format

      MONITOR MODES

12.1  –  Classname Qualifiers

12.1.1    /ALL

    Specifies that a table of all available statistics (current,
    average, minimum, and maximum) is to be included in the display
    and summary output. For summary output, this qualifier is the
    default for all classes; otherwise, it is the default for all
    classes except CLUSTER, MODES, PROCESSES, STATES, SYSTEM, and
    VECTOR.

12.1.2    /AVERAGE

    Specifies that a bar graph of average statistics is to be
    included in the display and summary outputs.

12.1.3    /CPU

       /CPU
       /NOCPU [=(x[,...])] (default)

    In multiprocessor configurations, selects the CPU-specific form
    of output, where x specifies the CPU identification.

    For multiprocessor systems, /NOCPU produces a single modes screen
    that reflects the combined time that all CPUs spent in each mode.

    For nonmultiprocessor systems, the /CPU qualifier displays the
    CPU ID; /NOCPU does not display the CPU ID.

12.1.4    /CURRENT

    Specifies that a bar graph of current statistics is to be
    included in the display and summary outputs. The /CURRENT
    qualifier is the default for the CLUSTER, MODES, STATES, SYSTEM,
    and VECTOR classes.

12.1.5    /MAXIMUM

    Specifies that a bar graph of maximum statistics is to be
    included in the display and summary outputs.

12.1.6    /MINIMUM

    Specifies that a bar graph of minimum statistics is to be
    included in the display and summary outputs.

12.1.7    /PERCENT

       /PERCENT
       /NOPERCENT (default)

    Controls whether statistics are expressed as percent values
    in display and summary outputs. The [NO]PERCENT qualifier is
    applicable only to the DISK, MODES, SCS, and STATES classes.

13  –  MSCP_SERVER

    The MONITOR MSCP_SERVER command initiates monitoring of the mass
    storage control protocol (MSCP) server class.

    Format

      MONITOR MSCP_SERVER

13.1  –  Classname Qualifiers

13.1.1    /ALL

    Specifies that a table of all available statistics (current,
    average, minimum, and maximum) is to be included in the display
    and summary output. For summary output, this qualifier is the
    default for all classes; otherwise, it is the default for all
    classes except CLUSTER, MODES, PROCESSES, STATES, SYSTEM, and
    VECTOR.

13.1.2    /AVERAGE

    Specifies that a bar graph of average statistics is to be
    included in the display and summary outputs.

13.1.3    /CURRENT

    Specifies that a bar graph of current statistics is to be
    included in the display and summary outputs. The /CURRENT
    qualifier is the default for the CLUSTER, MODES, STATES, SYSTEM,
    and VECTOR classes.

13.1.4    /MAXIMUM

    Specifies that a bar graph of maximum statistics is to be
    included in the display and summary outputs.

13.1.5    /MINIMUM

    Specifies that a bar graph of minimum statistics is to be
    included in the display and summary outputs.

14  –  PAGE

    The MONITOR PAGE command initiates monitoring of the PAGE class.

    Format

      MONITOR PAGE

14.1  –  Classname Qualifiers

14.1.1    /ALL

    Specifies that a table of all available statistics (current,
    average, minimum, and maximum) is to be included in the display
    and summary output. For summary output, this qualifier is the
    default for all classes; otherwise, it is the default for all
    classes except CLUSTER, MODES, PROCESSES, STATES, SYSTEM, and
    VECTOR.

14.1.2    /AVERAGE

    Specifies that a bar graph of average statistics is to be
    included in the display and summary outputs.

14.1.3    /CURRENT

    Specifies that a bar graph of current statistics is to be
    included in the display and summary outputs. The /CURRENT
    qualifier is the default for the CLUSTER, MODES, STATES, SYSTEM,
    and VECTOR classes.

14.1.4    /MAXIMUM

    Specifies that a bar graph of maximum statistics is to be
    included in the display and summary outputs.

14.1.5    /MINIMUM

    Specifies that a bar graph of minimum statistics is to be
    included in the display and summary outputs.

15  –  PROCESSES

    The MONITOR PROCESSES command initiates monitoring of the
    PROCESSES class, which displays information about all processes
    in the system.

    In a multifile summary request, the classes CLUSTER and PROCESSES
    are ignored. If these classes are the only classes specified on
    the command line, MONITOR does not recognize them and displays a
    "no classes specified" error message.

    Beginning in OpenVMS Version 8.3, four new qualifiers (
    /TOPKERNEL, /TOPEXECUTIVE, /TOPSUPERVISOR, and /TOPUSER) allow
    you to monitor per-process-based modes usage. These qualifiers
    are useful in helping to identify the top consumers of the
    various CPU modes. For example, if the MONITOR MODES command
    reveals that an excessive amount of supervisor mode is being
    used, the new MONITOR PROCESSES/TOPSUPERVISOR display reveals
    which process-and therefore, which user-is responsible.

    Format

      MONITOR PROCESSES

15.1  –  Classname Qualifiers

15.1.1    /TOPBIO

    Specifies that a bar graph listing the top buffered I/O users
    be produced instead of the standard display and summary output.
    Values are expressed in units of buffered I/Os per second.

15.1.2    /TOPCPU

    Specifies that a bar graph listing the top CPU time users be
    produced instead of the standard display and summary output.
    Values are expressed in units of clock ticks (10 milliseconds)
    per second.

    Prior to OpenVMS Version 7.3, the MONITOR PROCESSES/TOPCPU
    display showed only a maximum of 8 processes on one screen. In
    OpenVMS Version 7.3 and later versions, the choice of which one
    of three screens is displayed is determined by the number of CPUs
    on the system. (See the examples in the MONITOR chapter in the
    hardcopy <REFERENCE>(vms_sysman_util_ref).)

15.1.3    /TOPDIO

    Specifies that a bar graph listing the top direct I/O users be
    produced instead of the standard display and summary output.
    Values are expressed in units of direct I/Os per second.

15.1.4    /TOPEXECUTIVE

    Specifies that a bar graph listing the top executive-mode users
    be produced instead of the standard display and summary output.
    Values are expressed in clock ticks (10 ms) per second.

15.1.5    /TOPFAULT

    Specifies that a bar graph listing the top page-faulting
    processes be produced instead of the standard display and summary
    output. Values are expressed in number of page faults per second.

15.1.6    /TOPKERNEL

    Specifies that a bar graph listing the top kernel-mode users
    be produced instead of the standard display and summary output.
    Values are expressed in clock ticks (10 ms_ per second.

15.1.7    /TOPSUPERVISOR

    Specifies that a bar graph listing the top supervisor-mode users
    be produced instead of the standard display and summary output.
    Values are expressed in clock ticks (10 ms) per second.

15.1.8    /TOPUSER

    Specifies that a bar graph listing the top user-mode users be
    produced instead of the standard display and summary output.
    Values are expressed in clock ticks (10 ms_ per second.

16  –  RLOCK

    The MONITOR RLOCK command initiates monitoring of the RLOCK
    (dynamic lock remastering) statistics class.

    Format

      MONITOR RLOCK

16.1  –  Classname Qualifiers

16.1.1    /ALL

    Specifies that a table of all available statistics (current,
    average, minimum and maximum) is to be included in the display
    and summary outputs. For summary output, this qualifier is the
    default for all classes; otherwise, it is the default for all
    classes except CLUSTER, MODES, PROCESSES, STATES, SYSTEM, and
    VECTOR.

16.1.2    /AVERAGE

    Specifies that a bar graph of average statistics is to be
    included in the display and summary outputs.

16.1.3    /CURRENT

    Specifies that a bar graph of current statistics is to be
    included in the display and summary outputs. The /CURRENT
    qualifier is the default for the CLUSTER, MODES, STATES, SYSTEM,
    and VECTOR classes.

16.1.4    /MAXIMUM

    Specifies that a bar graph of maximum statistics is to be
    included in the display and summary outputs.

16.1.5    /MINIMUM

    Specifies that a bar graph of minimum statistics is to be
    included in the display and summary outputs.

17  –  RMS

    The MONITOR RMS command initiates monitoring of the OpenVMS
    Record Management Services (OpenVMS RMS) statistics class for
    a specific file.

    Format

      MONITOR RMS

17.1  –  Classname Qualifiers

17.1.1    /ALL

    Specifies that a table of all available statistics (current,
    average, minimum, and maximum) is to be included in the display
    and summary output. For summary output, this qualifier is the
    default for all classes; otherwise, it is the default for all
    classes except CLUSTER, MODES, PROCESSES, STATES, SYSTEM, and
    VECTOR.

17.1.2    /AVERAGE

    Specifies that a bar graph of average statistics is to be
    included in the display and summary outputs.

17.1.3    /CURRENT

    Specifies that a bar graph of current statistics is to be
    included in the display and summary outputs. The /CURRENT
    qualifier is the default for the CLUSTER, MODES, STATES, SYSTEM,
    and VECTOR classes.

17.1.4    /FILE

       /FILE=(file-name[,...])

    Specifies a list of one or more files to which the MONITOR RMS
    command applies.

17.1.5    /ITEM

       /ITEM=(keyword[,...])

    Selects one or more data items for inclusion in display and
    summary outputs. If you specify two or more keywords, enclose
    them in parentheses, and separate them with commas. When the
    /ITEM qualifier is omitted, the default is /ITEM=OPERATIONS.

    The following table describes /ITEM qualifier keywords:

    Keyword       Description

    OPERATIONS    Specifies that RMS basic operations statistics are
                  displayed for the selected file.
    DATA_RATES    Specifies that RMS data rate statistics are
                  displayed for the selected file.
    LOCKING       Specifies that RMS locking statistics are displayed
                  for the selected file.
    CACHING       Specifies that RMS caching statistics are displayed
                  for the selected file.

17.1.6    /MAXIMUM

    Specifies that a bar graph of maximum statistics is to be
    included in the display and summary outputs.

17.1.7    /MINIMUM

    Specifies that a bar graph of minimum statistics is to be
    included in the display and summary outputs.

18  –  SCS

    The MONITOR SCS command initiates monitoring of the System
    Communications Services (SCS) class.

    Format

      MONITOR SCS

18.1  –  Classname Qualifiers

18.1.1    /ALL

    Specifies that a table of all available statistics (current,
    average, minimum, and maximum) is to be included in the display
    and summary output. For summary output, this qualifier is the
    default for all classes; otherwise, it is the default for all
    classes except CLUSTER, MODES, PROCESSES, STATES, SYSTEM, and
    VECTOR.

18.1.2    /AVERAGE

    Specifies that a bar graph of average statistics is to be
    included in the display and summary outputs.

18.1.3    /CURRENT

    Specifies that a bar graph of current statistics is to be
    included in the display and summary outputs. The /CURRENT
    qualifier is the default for the CLUSTER, MODES, STATES, SYSTEM,
    and VECTOR classes.

18.1.4    /ITEM

       /ITEM=(keyword[,...])

    Selects one or more data items for inclusion in display and
    summary outputs. If you specify two or more keywords, enclose
    them in parentheses, and separate them with commas. When the
    /ITEM qualifier is omitted, the default is /ITEM=KB_MAP.

    The following table describes /ITEM qualifier keywords:

    Keyword          Description

    ALL              Specifies that statistics on all data items
                     collected for the disks are displayed on
                     successive screens.
    BUFFER_          Specifies that statistics on the queued-for-
    DESCRIPTOR       buffer-descriptor (on the local node) rate are
                     displayed for each node.
    D_DISCARD        Specifies that datagram discard rate statistics
                     are displayed for each node.
    D_RECEIVE        Specifies that datagram receive rate statistics
                     are displayed for each node.
    D_SEND           Specifies that datagram send rate statistics are
                     displayed for each node.
    KB_MAP           Specifies that kilobyte map rate statistics are
                     displayed for each node.
    KB_REQUEST       Specifies that kilobyte request (via request
                     datas) rate statistics are displayed for each
                     node.
    KB_SEND          Specifies that kilobyte send (via send datas)
                     rate statistics are displayed for each node.
    M_RECEIVE        Specifies that message receive rate statistics
                     are displayed for each node.
    M_SEND           Specifies that message send rate statistics are
                     displayed for each node.
    REQUEST_DATA     Specifies that request data (initiated on the
                     local node) rate statistics are displayed for
                     each node.
    SEND_CREDIT      Specifies that queued-for-send-credit (on the
                     local node) rate statistics are displayed for
                     each node.
    SEND_DATA        Specifies that send data (initiated on the local
                     node) rate statistics are displayed for each
                     node.

18.1.5    /MAXIMUM

    Specifies that a bar graph of maximum statistics is to be
    included in the display and summary outputs.

18.1.6    /MINIMUM

    Specifies that a bar graph of minimum statistics is to be
    included in the display and summary outputs.

18.1.7    /PERCENT

       /PERCENT
       /NOPERCENT (default)

    Controls whether statistics are expressed as percent values in
    display and summary outputs. The /PERCENT qualifier is applicable
    only to the DISK, MODES, SCS, and STATES classes.

19  –  STATES

    The MONITOR STATES command initiates monitoring of the PROCESS
    STATES class, which shows the number of processes in each of the
    14 scheduler states.

    Format

      MONITOR STATES

19.1  –  Classname Qualifiers

19.1.1    /ALL

    Specifies that a table of all available statistics (current,
    average, minimum, and maximum) is to be included in the display
    and summary output. For summary output, this qualifier is the
    default for all classes; otherwise, it is the default for all
    classes except CLUSTER, MODES, PROCESSES, STATES, SYSTEM, and
    VECTOR.

19.1.2    /AVERAGE

    Specifies that a bar graph of average statistics is to be
    included in the display and summary outputs.

19.1.3    /CURRENT

    Specifies that a bar graph of current statistics is to be
    included in the display and summary outputs. The /CURRENT
    qualifier is the default for the CLUSTER, MODES, STATES, SYSTEM,
    and VECTOR classes.

19.1.4    /MAXIMUM

    Specifies that a bar graph of maximum statistics is to be
    included in the display and summary outputs.

19.1.5    /MINIMUM

    Specifies that a bar graph of minimum statistics is to be
    included in the display and summary outputs.

19.1.6    /PERCENT

       /PERCENT
       /NOPERCENT (default)

    Controls whether statistics are expressed as percent values in
    display and summary outputs. The /PERCENT qualifier is applicable
    only to the DISK, MODES, SCS, and STATES class names.

20  –  SYSTEM

    The MONITOR SYSTEM command initiates monitoring of the SYSTEM
    statistics class, which shows several of the most important items
    from other classes.

    Format

      MONITOR SYSTEM

20.1  –  Classname Qualifiers

20.1.1    /ALL

    Specifies that a table of all available statistics (current,
    average, minimum, and maximum) is to be included in the display
    and summary output. For summary output, this qualifier is the
    default for all classes; otherwise, it is the default for all
    classes except CLUSTER, MODES, PROCESSES, STATES, SYSTEM, and
    VECTOR.

20.1.2    /AVERAGE

    Specifies that a bar graph of average statistics is to be
    included in the display and summary outputs.

20.1.3    /CURRENT

    Specifies that a bar graph of current statistics is to be
    included in the display and summary outputs. The /CURRENT
    qualifier is the default for the CLUSTER, MODES, STATES, SYSTEM,
    and VECTOR classes.

20.1.4    /MAXIMUM

    Specifies that a bar graph of maximum statistics is to be
    included in the display and summary outputs.

20.1.5    /MINIMUM

    Specifies that a bar graph of minimum statistics is to be
    included in the display and summary outputs.

21  –  TIMER

    The MONITOR TIMER command initiates monitoring of the TIMER
    statistics class, which is the rate of processing Timer Queue
    Entries (TQEs) by the OpenVMS executive. A TQE is a data
    structure representing a timer request made by a user or by the
    system.

    Format

      MONITOR TIMER

21.1  –  Classname Qualifiers

21.1.1    /ALL

    Specifies that a table of all available statistics (current,
    average, minimum and maximum) is to be included in the display
    and summary outputs. For summary output, this qualifier is the
    default for all classes; otherwise, it is the default for all
    classes except CLUSTER, MODES, PROCESSES, STATES, SYSTEM, and
    VECTOR.

21.1.2    /AVERAGE

    Specifies that a bar graph of average statistics is to be
    included in the display and summary outputs.

21.1.3    /CURRENT

    Specifies that a bar graph of current statistics is to be
    included in the display and summary outputs. The /CURRENT
    qualifier is the default for the CLUSTER, MODES, STATES, SYSTEM,
    and VECTOR classes.

21.1.4    /MAXIMUM

    Specifies that a bar graph of maximum statistics is to be
    included in the display and summary outputs.

21.1.5    /MINIMUM

    Specifies that a bar graph of minimum statistics is to be
    included in the display and summary outputs.

22  –  TRANSACTION

    The MONITOR TRANSACTION command initiates monitoring of the
    TRANSACTION class, which shows information about transactions
    coordinated by DECdtm services.

    Format

      MONITOR TRANSACTION

22.1  –  Classname Qualifiers

22.1.1    /ALL

    Specifies that a table of all available statistics (current,
    average, minimum, and maximum) is to be included in the display
    and summary output. For summary output, this qualifier is the
    default for all classes; otherwise, it is the default for all
    classes except CLUSTER, MODES, PROCESSES, STATES, SYSTEM, and
    VECTOR.

22.1.2    /AVERAGE

    Specifies that a bar graph of average statistics is to be
    included in the display and summary outputs.

22.1.3    /CURRENT

    Specifies that a bar graph of current statistics is to be
    included in the display and summary outputs. The /CURRENT
    qualifier is the default for the CLUSTER, MODES, STATES, SYSTEM,
    and VECTOR classes.

22.1.4    /MAXIMUM

    Specifies that a bar graph of maximum statistics is to be
    included in the display and summary outputs.

22.1.5    /MINIMUM

    Specifies that a bar graph of minimum statistics is to be
    included in the display and summary outputs.

23  –  VECTOR

    The MONITOR VECTOR command displays the number of 10-millisecond
    clock ticks per second in which one or more vector consumers have
    been scheduled on each currently configured vector processor in
    the system.

    Format

      MONITOR VECTOR

23.1  –  Classname Qualifiers

23.1.1    /ALL

    Specifies that a table of all available statistics (current,
    average, minimum, and maximum) is to be included in the display
    and summary output. For summary output, this qualifier is the
    default for all classes; otherwise, it is the default for all
    classes except CLUSTER, MODES, PROCESSES, STATES, SYSTEM, and
    VECTOR.

23.1.2    /AVERAGE

    Specifies that a bar graph of average statistics is to be
    included in the display and summary outputs.

23.1.3    /CURRENT

    Specifies that a bar graph of current statistics is to be
    included in the display and summary outputs. The /CURRENT
    qualifier is the default for the CLUSTER, MODES, STATES, SYSTEM,
    and VECTOR classes.

23.1.4    /MAXIMUM

    Specifies that a bar graph of maximum statistics is to be
    included in the display and summary outputs.

23.1.5    /MINIMUM

    Specifies that a bar graph of minimum statistics is to be
    included in the display and summary outputs.
Close Help