VMS Help MONITOR *Conan The Librarian (sorry for the slow response - running on an old VAX) |
The Monitor utility (MONITOR) is a system management tool used to obtain information about operating system performance. MONITOR allows you to monitor classes of systemwide performance data (such as system I/O statistics, page management statistics, and time spent in each of the processor modes) at specifiable intervals, and produce several types of output. To monitor a particular class of information, specify the class names corresponding to the information classes that you want to monitor. For example, to monitor page management statistics, specify the PAGE class name in the MONITOR command. MONITOR collects system performance data by class and produces the following three forms of optional output: o A disk recording file in binary format o Statistical terminal displays o A disk file containing statistical summary information in ASCII format The utility initiates a single MONITOR request for the classes of performance data specified each time you enter a command in the following form: MONITOR [/qualifier[,...]] classname[,...] [/qualifier[,...]] Regardless of the order in which you specify classname parameters, MONITOR always executes requests in the following sequence: PROCESSES STATES MODES PAGE IO FCP LOCK DECNET FILE_SYSTEM_CACHE DISK DLOCK SCS SYSTEM CLUSTER RMS MSCP_SERVER TRANSACTION VECTOR VBS (VAX Only) TIMER RLOCK Depending on the command qualifiers specified, MONITOR collects system performance data from the running system or plays back data recorded previously in a recording file. When you play back data, you can display it, summarize it, and even rerecord it to reduce the amount of data in the recording file. To invoke MONITOR, enter the DCL command MONITOR. $ MONITOR The utility then displays the following prompt: MONITOR> To begin monitoring a system, issue the MONITOR command MONITOR. Generally, each MONITOR request runs until the time specified or implied by the /ENDING qualifier. To exit from MONITOR, enter the EXIT command at the MONITOR> prompt or press Ctrl/Z. To terminate a MONITOR request without exiting from the utility, press Ctrl/C. Information collected by MONITOR is normally displayed as ASCII screen images. You can use the optional /DISPLAY qualifier to specify a disk file to contain the information. If you omit the file specification, output is directed to SYS$OUTPUT. See the MONITOR command MONITOR for a discussion of the /DISPLAY qualifier. You can also initiate MONITOR requests from command level by entering the DCL command MONITOR with the desired qualifiers and parameters. However, in terms of conserving system resources, it is preferable to initiate requests in response to the MONITOR> prompt.
1 - CONVERT |
The CONVERT command converts a pre-Version 5.0 MONITOR recording file to the current format. Format CONVERT file-spec
1.1 - Parameter
file-spec Specifies the file to be converted. The default file specification is MONITOR.DAT.
1.2 - Qualifiers
1. 2.1 - /OUTPUT
The file specification of the converted file. The default specification is MONITOR.DAT.
2 - EXECUTE |
The EXECUTE command or the at sign (@) executes a series of MONITOR commands contained in a file. Format EXECUTE (@) file-spec
2.1 - Parameter
file-spec Specifies a command file to be executed by the EXECUTE (@) command.
2.2 - Qualifiers
None.
3 - EXIT |
The EXIT command terminates MONITOR, returning control to command level. Format EXIT
3.1 - Parameters
None.
3.2 - Qualifiers
None.
4 - HELP |
The HELP command displays information about MONITOR. Format HELP [command]
4.1 - Parameter
command Specifies the name of a MONITOR command for which HELP is desired.
4.2 - Qualifiers
None.
4.3 - Example
MONITOR> HELP MONITOR INITIALIZE The INITIALIZE command reestablishes initial default settings for parameters and qualifiers previously altered by the SET DEFAULT command. The command in this example requests help information about the INITIALIZE command.
5 - INITIALIZE |
The INITIALIZE command reestablishes initial default settings for parameters and qualifiers altered by the SET DEFAULT command. Format INITIALIZE
5.1 - Parameters
None.
5.2 - Qualifiers
None.
6 - MONITOR |
The MONITOR command initiates monitoring of statistics for the classes of information you specify. Format MONITOR [/command qualifier[,...]] classname[,...] [/classname qualifier[,...]]
6.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 OpenVMS DCL Dictionary, 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.
6.2 - Command Qualifier Descriptions
6. 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).
6. 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.
6. 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.
6. 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.
6. 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).
6. 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.
6. 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.
6. 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.
6. 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 OpenVMS System Manager's Manual describes remote monitoring.
6. 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.
6. 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.
6. 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.
6. 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.
6.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
6. 3.1 - Classname Qualifiers
6. 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.
6. 3. 1.2 - /AVERAGE
Specifies that a bar graph of average statistics is to be included in the display and summary outputs.
6. 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.
6. 3. 1.4 - /MAXIMUM
Specifies that a bar graph of maximum statistics is to be included in the display and summary outputs.
6. 3. 1.5 - /MINIMUM
Specifies that a bar graph of minimum statistics is to be included in the display and summary outputs.
6.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
6. 4.1 - Classname Qualifiers
6. 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.
6. 4. 1.2 - /AVERAGE
Specifies that a bar graph of average statistics is to be included in the display and summary outputs.
6. 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.
6. 4. 1.4 - /MAXIMUM
Specifies that a bar graph of maximum statistics is to be included in the display and summary outputs.
6. 4. 1.5 - /MINIMUM
Specifies that a bar graph of minimum statistics is to be included in the display and summary outputs.
6.5 - DECNET
The MONITOR DECNET command initiates monitoring of the DECNET class, which includes information about DECnet for OpenVMS network activity. Format MONITOR DECNET
6. 5.1 - Classname Qualifiers
6. 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.
6. 5. 1.2 - /AVERAGE
Specifies that a bar graph of average statistics is to be included in the display and summary outputs.
6. 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.
6. 5. 1.4 - /MAXIMUM
Specifies that a bar graph of maximum statistics is to be included in the display and summary outputs.
6. 5. 1.5 - /MINIMUM
Specifies that a bar graph of minimum statistics is to be included in the display and summary outputs.
6.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. 6.1 - Classname Qualifiers
6. 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. 6. 1.2 - /AVERAGE
Specifies that a bar graph of average statistics is to be included in the display and summary outputs.
6. 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. 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. 6. 1.5 - /MAXIMUM
Specifies that a bar graph of maximum statistics is to be included in the display and summary outputs.
6. 6. 1.6 - /MINIMUM
Specifies that a bar graph of minimum statistics is to be included in the display and summary outputs.
6. 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.
6.7 - DLOCK
The MONITOR DLOCK command initiates monitoring of the DLOCK (distributed lock management) statistics class. Format MONITOR DLOCK
6. 7.1 - Classname Qualifiers
6. 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.
6. 7. 1.2 - /AVERAGE
Specifies that a bar graph of average statistics is to be included in the display and summary outputs.
6. 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.
6. 7. 1.4 - /MAXIMUM
Specifies that a bar graph of maximum statistics is to be included in the display and summary outputs.
6. 7. 1.5 - /MINIMUM
Specifies that a bar graph of minimum statistics is to be included in the display and summary outputs.
6.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
6. 8.1 - Classname Qualifiers
6. 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.
6. 8. 1.2 - /AVERAGE
Specifies that a bar graph of average statistics is to be included in the display and summary outputs.
6. 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.
6. 8. 1.4 - /MAXIMUM
Specifies that a bar graph of maximum statistics is to be included in the display and summary outputs.
6. 8. 1.5 - /MINIMUM
Specifies that a bar graph of minimum statistics is to be included in the display and summary outputs.
6.9 - FILE_SYSTEM_CACHE
The MONITOR FILE_SYSTEM_CACHE command initiates monitoring of the FILE_SYSTEM_CACHE statistics class. Format MONITOR FILE_SYSTEM_CACHE
6. 9.1 - Classname Qualifiers
6. 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.
6. 9. 1.2 - /AVERAGE
Specifies that a bar graph of average statistics is to be included in the display and summary outputs.
6. 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.
6. 9. 1.4 - /MAXIMUM
Specifies that a bar graph of maximum statistics is to be included in the display and summary outputs.
6. 9. 1.5 - /MINIMUM
Specifies that a bar graph of minimum statistics is to be included in the display and summary outputs.
6.10 - IO
The MONITOR IO command initiates monitoring of the I/O class. Format MONITOR IO
6. 10.1 - Classname Qualifiers
6. 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.
6. 10. 1.2 - /AVERAGE
Specifies that a bar graph of average statistics is to be included in the display and summary outputs.
6. 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.
6. 10. 1.4 - /MAXIMUM
Specifies that a bar graph of maximum statistics is to be included in the display and summary outputs.
6. 10. 1.5 - /MINIMUM
Specifies that a bar graph of minimum statistics is to be included in the display and summary outputs.
6.11 - LOCK
The MONITOR LOCK command initiates monitoring of the LOCK class. Format MONITOR LOCK
6. 11.1 - Classname Qualifiers
6. 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.
6. 11. 1.2 - /AVERAGE
Specifies that a bar graph of average statistics is to be included in the display and summary outputs.
6. 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.
6. 11. 1.4 - /MAXIMUM
Specifies that a bar graph of maximum statistics is to be included in the display and summary outputs.
6. 11. 1.5 - /MINIMUM
Specifies that a bar graph of minimum statistics is to be included in the display and summary outputs.
6.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
6. 12.1 - Classname Qualifiers
6. 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.
6. 12. 1.2 - /AVERAGE
Specifies that a bar graph of average statistics is to be included in the display and summary outputs.
6. 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.
6. 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.
6. 12. 1.5 - /MAXIMUM
Specifies that a bar graph of maximum statistics is to be included in the display and summary outputs.
6. 12. 1.6 - /MINIMUM
Specifies that a bar graph of minimum statistics is to be included in the display and summary outputs.
6. 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.
6.13 - MSCP_SERVER
The MONITOR MSCP_SERVER command initiates monitoring of the mass storage control protocol (MSCP) server class. Format MONITOR MSCP_SERVER
6. 13.1 - Classname Qualifiers
6. 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.
6. 13. 1.2 - /AVERAGE
Specifies that a bar graph of average statistics is to be included in the display and summary outputs.
6. 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.
6. 13. 1.4 - /MAXIMUM
Specifies that a bar graph of maximum statistics is to be included in the display and summary outputs.
6. 13. 1.5 - /MINIMUM
Specifies that a bar graph of minimum statistics is to be included in the display and summary outputs.
6.14 - PAGE
The MONITOR PAGE command initiates monitoring of the PAGE class. Format MONITOR PAGE
6. 14.1 - Classname Qualifiers
6. 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.
6. 14. 1.2 - /AVERAGE
Specifies that a bar graph of average statistics is to be included in the display and summary outputs.
6. 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.
6. 14. 1.4 - /MAXIMUM
Specifies that a bar graph of maximum statistics is to be included in the display and summary outputs.
6. 14. 1.5 - /MINIMUM
Specifies that a bar graph of minimum statistics is to be included in the display and summary outputs.
6.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. Format MONITOR PROCESSES
6. 15.1 - Classname Qualifiers
6. 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.
6. 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, the choice of which one of three screens is displayed is determined by the number of CPUs on the system. (See the examples in this section.)
6. 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.
6. 15. 1.4 - /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 units of page faults per second.
6. 15. 1.5 - /TOPRBS
/TOPRBS (VAX Only) On OpenVMS VAX systems, specifies that a bar graph listing the top balance slot faulting processes be produced instead of the standard display and summary output. Values are expressed in units of balance slot faults per second.
6.16 - RLOCK
The MONITOR RLOCK command initiates monitoring of the RLOCK (dynamic lock remastering) statistics class. Format MONITOR RLOCK
6. 16.1 - Classname Qualifiers
6. 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.
6. 16. 1.2 - /AVERAGE
Specifies that a bar graph of average statistics is to be included in the display and summary outputs.
6. 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.
6. 16. 1.4 - /MAXIMUM
Specifies that a bar graph of maximum statistics is to be included in the display and summary outputs.
6. 16. 1.5 - /MINIMUM
Specifies that a bar graph of minimum statistics is to be included in the display and summary outputs.
6.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
6. 17.1 - Classname Qualifiers
6. 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.
6. 17. 1.2 - /AVERAGE
Specifies that a bar graph of average statistics is to be included in the display and summary outputs.
6. 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.
6. 17. 1.4 - /FILE
/FILE=(file-name[,...]) Specifies a list of one or more files to which the MONITOR RMS command applies.
6. 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.
6. 17. 1.6 - /MAXIMUM
Specifies that a bar graph of maximum statistics is to be included in the display and summary outputs.
6. 17. 1.7 - /MINIMUM
Specifies that a bar graph of minimum statistics is to be included in the display and summary outputs.
6.18 - SCS
The MONITOR SCS command initiates monitoring of the System Communications Services (SCS) class. Format MONITOR SCS
6. 18.1 - Classname Qualifiers
6. 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.
6. 18. 1.2 - /AVERAGE
Specifies that a bar graph of average statistics is to be included in the display and summary outputs.
6. 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.
6. 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.
6. 18. 1.5 - /MAXIMUM
Specifies that a bar graph of maximum statistics is to be included in the display and summary outputs.
6. 18. 1.6 - /MINIMUM
Specifies that a bar graph of minimum statistics is to be included in the display and summary outputs.
6. 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.
6.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
6. 19.1 - Classname Qualifiers
6. 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.
6. 19. 1.2 - /AVERAGE
Specifies that a bar graph of average statistics is to be included in the display and summary outputs.
6. 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.
6. 19. 1.4 - /MAXIMUM
Specifies that a bar graph of maximum statistics is to be included in the display and summary outputs.
6. 19. 1.5 - /MINIMUM
Specifies that a bar graph of minimum statistics is to be included in the display and summary outputs.
6. 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.
6.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
6. 20.1 - Classname Qualifiers
6. 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.
6. 20. 1.2 - /AVERAGE
Specifies that a bar graph of average statistics is to be included in the display and summary outputs.
6. 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.
6. 20. 1.4 - /MAXIMUM
Specifies that a bar graph of maximum statistics is to be included in the display and summary outputs.
6. 20. 1.5 - /MINIMUM
Specifies that a bar graph of minimum statistics is to be included in the display and summary outputs.
6.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
6. 21.1 - Classname Qualifiers
6. 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.
6. 21. 1.2 - /AVERAGE
Specifies that a bar graph of average statistics is to be included in the display and summary outputs.
6. 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.
6. 21. 1.4 - /MAXIMUM
Specifies that a bar graph of maximum statistics is to be included in the display and summary outputs.
6. 21. 1.5 - /MINIMUM
Specifies that a bar graph of minimum statistics is to be included in the display and summary outputs.
6.22 - TRANSACTION
The MONITOR TRANSACTION command initiates monitoring of the TRANSACTION class, which shows information about transactions coordinated by DECdtm services. Format MONITOR TRANSACTION
6. 22.1 - Classname Qualifiers
6. 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.
6. 22. 1.2 - /AVERAGE
Specifies that a bar graph of average statistics is to be included in the display and summary outputs.
6. 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.
6. 22. 1.4 - /MAXIMUM
Specifies that a bar graph of maximum statistics is to be included in the display and summary outputs.
6. 22. 1.5 - /MINIMUM
Specifies that a bar graph of minimum statistics is to be included in the display and summary outputs.
6.23 - VBS
On VAX systems, the MONITOR VBS command displays information about the processing of virtual balance slots (VBS). Format MONITOR VBS
6.24 - 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
6. 24.1 - Classname Qualifiers
6. 24. 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. 24. 1.2 - /AVERAGE
Specifies that a bar graph of average statistics is to be included in the display and summary outputs.
6. 24. 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. 24. 1.4 - /MAXIMUM
Specifies that a bar graph of maximum statistics is to be included in the display and summary outputs.
6. 24. 1.5 - /MINIMUM
Specifies that a bar graph of minimum statistics is to be included in the display and summary outputs.
7 - SET_DEFAULT |
The SET DEFAULT command sets command qualifier, classname parameter, and classname qualifier defaults for the MONITOR command. Each SET DEFAULT command sets only the command qualifiers you specify, but replaces the entire set of classname parameters and classname qualifiers. All qualifiers and class names are identical to those for the MONITOR command. Format SET DEFAULT [/qualifier[,...]] classname[,...] [/qualifier[,...]]
8 - SHOW_DEFAULT |
The SHOW DEFAULT command displays the defaults established by the SET DEFAULT command. Format SHOW DEFAULT
|