Software development, photography, jokes, ....

noyb-logo

Sites by me

 
sds82-logo
tas-logoTransportation Administration System
snoezelkussen-logo-kleinstSnoezelen Pillows for Dementia
ikzoekeenbegeleider-logoBegeleiders voor gehandicapten
Laat uw hond het jaarlijkse vuurwerk overwinnen
Betuweroute en Kunst
logo 50x50Hey Vos! Je eigen naam@vos.net emailadres?
Kunst in huis? Nicole Karrèr maakt echt bijzonder mooie dingen
nettylogo2Kunst in huis? Netty Franssen maakt ook bijzonder mooie dingen

Hosting Favorites

 
ANU Internet Services
Netim
GoDaddy
XEL Media

Blogroll

 
Bomenstichting
Google Translate
PHP
MySQL
jQuery
jQuery UI
YourHead Stacks API
Favicon Generator.
Password Generator.
Check HTTPS problems


Marc's Place

1 MONITOR

The Monitor utility (MONITOR) is a system management tool used to obtain information on 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 class-name 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) 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. 2 CONVERT The CONVERT command converts a pre-Version 5.0 MONITOR recording file to the current format. Format CONVERT file-spec 3 Parameters file-spec Specifies the file to be converted. The default file specification is MONITOR.DAT. 3 Qualifiers /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 3 Parameters file-spec Specifies a command file to be executed by the EXECUTE (@) command. 3 Qualifiers None. 2 EXIT The EXIT command terminates MONITOR, returning control to command level. Format EXIT 3 Parameters None. 3 Qualifiers None. 2 HELP The HELP command displays information about MONITOR. Format HELP [command] 3 Parameters command Specifies the name of a MONITOR command for which HELP is desired. 3 Qualifiers None. 3 Example MONITOR> HELP INITIALIZE INITIALIZE Re-establish initial default values for MONITOR qualifiers and class- name parameters. Topic? The command in this example requests help information about the INITIALIZE command. 2 INITIALIZE The INITIALIZE command re-establishes initial default settings for parameters and qualifiers previously altered by the SET DEFAULT command. Format INITIALIZE 3 Parameters None. 3 Qualifiers None. 2 MONITOR The MONITOR command initiates monitoring of statistics for the classes of information you specify. Format MONITOR [/qualifier[,...]] classname[,...] [/qualifier[,...]] 3 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 class-name 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. 3 Command_Qualifier_Descriptions /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 DCL Help topic SPECIFY. /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 is used only to display 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. /COMMENT /COMMENT=string /NOCOMMENT Specifies an ASCII string to be stored in the output recording file. The string can contain up to 60 characters. /DISPLAY /DISPLAY[=file-spec] /NODISPLAY Specifies whether information collected by MONITOR is to be displayed as ASCII screen images. Optionally names the disk file to contain the output. /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 DCL Help topic SPECIFY. /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 of 1 through 9,999. The default interval is 300 seconds. /INPUT /INPUT[=(file-spec,...)] /NOINPUT 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. /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. /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 may not be compatible between 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. /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. /RECORD /RECORD[=file-spec] /NORECORD 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. /SUMMARY /SUMMARY[=file-spec] /NOSUMMARY 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. By default, no summary output is produced. /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 4 Class-Name_Qualifiers /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. /AVERAGE Selects average statistics to be displayed in a bar graph for display and summary output. /CURRENT Selects current statistics to be displayed in a bar graph for display and summary output. The /CURRENT qualifier is the default for the CLUSTER, MODES, STATES, SYSTEM, and VECTOR classes. /MAXIMUM Selects maximum statistics to be displayed in a bar graph for display and summary output. /MINIMUM Selects minimum statistics to be displayed in a bar graph for display and summary output. 3 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 Class-Name_Qualifiers /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. /AVERAGE Selects average statistics to be displayed in a bar graph for display and summary output. /CURRENT Selects current statistics to be displayed in a bar graph for display and summary output. The /CURRENT qualifier is the default for the CLUSTER, MODES, STATES, SYSTEM, and VECTOR classes. /MAXIMUM Selects maximum statistics to be displayed in a bar graph for display and summary output. /MINIMUM Selects minimum statistics to be displayed in a bar graph for display and summary output. 3 DECNET The MONITOR DECNET command initiates monitoring of the DECNET class, which includes information on DECnet for OpenVMS network activity. Format MONITOR DECNET 4 Class-Name_Qualifiers /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. /AVERAGE Selects average statistics to be displayed in a bar graph for display and summary output. /CURRENT Selects current statistics to be displayed in a bar graph for display and summary output. The /CURRENT qualifier is the default for the CLUSTER, MODES, STATES, SYSTEM, and VECTOR classes. /MAXIMUM Selects maximum statistics to be displayed in a bar graph for display and summary output. /MINIMUM Selects minimum statistics to be displayed in a bar graph for display and summary output. 3 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 4 Class-Name_Qualifiers /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. /AVERAGE Selects average statistics to be displayed in a bar graph for display and summary output. /CURRENT Selects current statistics to be displayed in a bar graph for display and summary output. The /CURRENT qualifier is the default for the CLUSTER, MODES, STATES, SYSTEM, and VECTOR classes. /ITEM /ITEM=(keyword[,...]) Selects one or more data items for inclusion in display and summary output. 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. /MAXIMUM Selects maximum statistics to be displayed in a bar graph for display and summary output. /MINIMUM Selects minimum statistics to be displayed in a bar graph for display and summary output. /PERCENT /PERCENT /NOPERCENT Controls whether statistics are expressed as percent values in display and summary output. The /PERCENT qualifier is applicable only to the DISK, MODES, SCS, and STATES classes. By default, statistics are not expressed as percent values. 4 /ITEM_Qualifier_Keywords ALL Specifies that statistics on all data items collected for the disks are displayed on successive screens. OPERATION_RATE Specifies that I/O operation rate statistics are 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. 3 DLOCK The MONITOR DLOCK command initiates monitoring of the DLOCK (distributed lock management) statistics class. Format MONITOR DLOCK 4 Class-Name_Qualifiers /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. /AVERAGE Selects average statistics to be displayed in a bar graph for display and summary output. /CURRENT Selects current statistics to be displayed in a bar graph for display and summary output. The /CURRENT qualifier is the default for the CLUSTER, MODES, STATES, SYSTEM, and VECTOR classes. /MAXIMUM Selects maximum statistics to be displayed in a bar graph for display and summary output. /MINIMUM Selects minimum statistics to be displayed in a bar graph for display and summary output. 3 FCP The MONITOR FCP command initiates monitoring of the File Control Primitive statistics class, which includes information on all Files-11 Ancillary Control Processes (ACPs) and Extended QIO Programs (XQPs) on the local node. Format MONITOR FCP 4 Class-Name_Qualifiers /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. /AVERAGE Selects average statistics to be displayed in a bar graph for display and summary output. /CURRENT Selects current statistics to be displayed in a bar graph for display and summary output. The /CURRENT qualifier is the default for the CLUSTER, MODES, STATES, SYSTEM, and VECTOR classes. /MAXIMUM Selects maximum statistics to be displayed in a bar graph for display and summary output. /MINIMUM Selects minimum statistics to be displayed in a bar graph for display and summary output. 3 FILE_SYSTEM_CACHE The MONITOR FILE_SYSTEM_CACHE command initiates monitoring of the FILE_SYSTEM_CACHE statistics class. Format MONITOR FILE_SYSTEM_CACHE 4 Class-Name_Qualifiers /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. /AVERAGE Selects average statistics to be displayed in a bar graph for display and summary output. /CURRENT Selects current statistics to be displayed in a bar graph for display and summary output. The /CURRENT qualifier is the default for the CLUSTER, MODES, STATES, SYSTEM, and VECTOR classes. /MAXIMUM Selects maximum statistics to be displayed in a bar graph for display and summary output. /MINIMUM Selects minimum statistics to be displayed in a bar graph for display and summary output. 3 IO The MONITOR IO command initiates monitoring of the I/O class. Format MONITOR IO 4 Class-Name_Qualifiers /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. /AVERAGE Selects average statistics to be displayed in a bar graph for display and summary output. /CURRENT Selects current statistics to be displayed in a bar graph for display and summary output. The /CURRENT qualifier is the default for the CLUSTER, MODES, STATES, SYSTEM, and VECTOR classes. /MAXIMUM Selects maximum statistics to be displayed in a bar graph for display and summary output. /MINIMUM Selects minimum statistics to be displayed in a bar graph for display and summary output. 3 LOCK The MONITOR LOCK command initiates monitoring of the LOCK class. Format MONITOR LOCK 4 Class-Name_Qualifiers /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. /AVERAGE Selects average statistics to be displayed in a bar graph for display and summary output. /CURRENT Selects current statistics to be displayed in a bar graph for display and summary output. The /CURRENT qualifier is the default for the CLUSTER, MODES, STATES, SYSTEM, and VECTOR classes. /MAXIMUM Selects maximum statistics to be displayed in a bar graph for display and summary output. /MINIMUM Selects minimum statistics to be displayed in a bar graph for display and summary output. 3 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 4 Class-Name_Qualifiers /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. /AVERAGE Selects average statistics to be displayed in a bar graph for display and summary output. /CPU /CPU NOCPU [=(x[,...])] In multiprocessor configurations, selects the CPU-specific form of output, where x specifies the CPU identification. The default is /NOCPU. 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 causes the CPU ID to be displayed, while /NOCPU does not display the CPU ID. /CURRENT Selects current statistics to be displayed in a bar graph for display and summary output. The /CURRENT qualifier is the default for the CLUSTER, MODES, STATES, SYSTEM, and VECTOR classes. /MAXIMUM Selects maximum statistics to be displayed in a bar graph for display and summary output. /MINIMUM Selects minimum statistics to be displayed in a bar graph for display and summary output. /PERCENT /PERCENT /NOPERCENT Controls whether statistics are expressed as percent values in display and summary output. The PERCENT\NOPERCENT qualifier is applicable only to the DISK, MODES, SCS, and STATES classes. By default, statistics are not expressed as percent values. 3 MSCP_SERVER The MONITOR MSCP_SERVER command initiates monitoring of the mass storage control protocol (MSCP) Server class. Format MONITOR MSCP_SERVER 4 Class-Name_Qualifiers /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. /AVERAGE Selects average statistics to be displayed in a bar graph for display and summary output. /CURRENT Selects current statistics to be displayed in a bar graph for display and summary output. The /CURRENT qualifier is the default for the CLUSTER, MODES, STATES, SYSTEM, and VECTOR classes. /MAXIMUM Selects maximum statistics to be displayed in a bar graph for display and summary output. /MINIMUM Selects minimum statistics to be displayed in a bar graph for display and summary output. 3 PAGE The MONITOR PAGE command initiates monitoring of the PAGE class. Format MONITOR PAGE 4 Class-Name_Qualifiers /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. /AVERAGE Selects average statistics to be displayed in a bar graph for display and summary output. /CURRENT Selects current statistics to be displayed in a bar graph for display and summary output. The /CURRENT qualifier is the default for the CLUSTER, MODES, STATES, SYSTEM, and VECTOR classes. /MAXIMUM Selects maximum statistics to be displayed in a bar graph for display and summary output. /MINIMUM Selects minimum statistics to be displayed in a bar graph for display and summary output. 3 PROCESSES The MONITOR PROCESSES command initiates monitoring of the PROCESSES class, which displays information on 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 4 Class-Name_Qualifiers /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. /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. /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. /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. /TOPRBS /TOPRBS (VAX Only) On 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. 3 RMS The MONITOR RMS command initiates monitoring of the OpenVMS Record Management Services (OpenVMS RMS) statistics class for a specific file. Format MONITOR RMS 4 Class-Name_Qualifiers /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. /AVERAGE Selects average statistics to be displayed in a bar graph for display and summary output. /CURRENT Selects current statistics to be displayed in a bar graph for display and summary output. The /CURRENT qualifier is the default for the CLUSTER, MODES, STATES, SYSTEM, and VECTOR classes. /FILE /FILE=(file-name[,...]) Specifies a list of one or more files to which the MONITOR RMS command applies. /ITEM /ITEM=(keyword[,...]) Selects one or more data items for inclusion in display and summary output. 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. /MAXIMUM Selects maximum statistics to be displayed in a bar graph for display and summary output. /MINIMUM Selects minimum statistics to be displayed in a bar graph for display and summary output. 4 /ITEM_Qualifier_Keywords 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. 3 SCS The MONITOR SCS command initiates monitoring of the System Communications Services (SCS) class. Format MONITOR SCS 4 Class-Name_Qualifiers /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. /AVERAGE Selects average statistics to be displayed in a bar graph for display and summary output. /CURRENT Selects current statistics to be displayed in a bar graph for display and summary output. The /CURRENT qualifier is the default for the CLUSTER, MODES, STATES, SYSTEM, and VECTOR classes. /ITEM /ITEM=(keyword[,...]) Selects one or more data items for inclusion in display and summary output. 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. /MAXIMUM Selects maximum statistics to be displayed in a bar graph for display and summary output. /MINIMUM Selects minimum statistics to be displayed in a bar graph for display and summary output. /PERCENT /PERCENT /NOPERCENT Controls whether statistics are expressed as percent values in display and summary output. The /PERCENT qualifier is applicable only to the DISK, MODES, SCS, and STATES classes. By default, statistics are not expressed as percent values. 4 /ITEM_Qualifier_Keywords ALL Specifies that statistics on all data items collected for the disks are displayed on successive screens BUFFER_DESCRIPTOR Specifies that statistics on the queued-for-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 3 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 4 Class-Name_Qualifiers /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. /AVERAGE Selects average statistics to be displayed in a bar graph for display and summary output. /CURRENT Selects current statistics to be displayed in a bar graph for display and summary output. The /CURRENT qualifier is the default for the CLUSTER, MODES, STATES, SYSTEM, and VECTOR classes. /MAXIMUM Selects maximum statistics to be displayed in a bar graph for display and summary output. /MINIMUM Selects minimum statistics to be displayed in a bar graph for display and summary output. /PERCENT /PERCENT /NOPERCENT Controls whether statistics are expressed as percent values in display and summary output. The /PERCENT qualifier is applicable only to the DISK, MODES, SCS, and STATES class names. By default, statistics are not expressed as percent values. 3 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 4 Class-Name_Qualifiers /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. /AVERAGE Selects average statistics to be displayed in a bar graph for display and summary output. /CURRENT Selects current statistics to be displayed in a bar graph for display and summary output. The /CURRENT qualifier is the default for the CLUSTER, MODES, STATES, SYSTEM, and VECTOR classes. /MAXIMUM Selects maximum statistics to be displayed in a bar graph for display and summary output. /MINIMUM Selects minimum statistics to be displayed in a bar graph for display and summary output. 3 TRANSACTION The MONITOR TRANSACTION command initiates monitoring of the TRANSACTION class, which shows information about transactions coordinated by DECdtm services. Format MONITOR TRANSACTION 4 Class-Name_Qualifiers /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. /AVERAGE Selects average statistics to be displayed in a bar graph for display and summary output. /CURRENT Selects current statistics to be displayed in a bar graph for display and summary output. The /CURRENT qualifier is the default for the CLUSTER, MODES, STATES, SYSTEM, and VECTOR classes. /MAXIMUM Selects maximum statistics to be displayed in a bar graph for display and summary output. /MINIMUM Selects minimum statistics to be displayed in a bar graph for display and summary output. 3 VBS On VAX systems, the MONITOR VBS command displays information about the processing of virtual balance slots (VBS). Format MONITOR VBS 3 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 4 Class-Name_Qualifiers /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. /AVERAGE Selects average statistics to be displayed in a bar graph for display and summary output. /CURRENT Selects current statistics to be displayed in a bar graph for display and summary output. The /CURRENT qualifier is the default for the CLUSTER, MODES, STATES, SYSTEM, and VECTOR classes. /MAXIMUM Selects maximum statistics to be displayed in a bar graph for display and summary output. /MINIMUM Selects minimum statistics to be displayed in a bar graph for display and summary output. 2 SET_DEFAULT The SET DEFAULT command sets command qualifier, class-name parameter, and class-name qualifier defaults for the MONITOR command. Each SET DEFAULT command sets only the command qualifiers you specify, but replaces the entire set of class- name parameters and class-name qualifiers. All qualifiers and class names are identical to those for the MONITOR command. Format SET DEFAULT [/qualifier[,...]] classname[,...] [/qualifier[,...]] 2 SHOW_DEFAULT The SHOW DEFAULT command displays the defaults established by the SET DEFAULT command. Format SHOW DEFAULT

© 1997- Marc Vos (and others)   -   Privacy Statement   -    Contact Me

On this website, Google Analytics is used to track visitor statistics. These are anonymised data about the number of visitors, which pages they visit on this site, from which regions they visit, which web browsers they use, etc.. You will also see non-personalised ads via Google AdSense. Cookies from Paddle or Paypal are placed when you click on a 'Buy now!' or 'Donate!' button, and possible cookies from Disqus when you use that system to comment on one or more blogposts.
Privacy Statement