[Digital logo]
[HR]

OpenVMS System Management Utilities Reference Manual


Previous | Contents

Figure H-11 illustrates the format of the DLOCK class record. Table H-11 describes the fields in the data block for the DLOCK class record.

Figure H-11 DLOCK Class Record Format



Table H-11 Descriptions of DLOCK Class Record Fields
Field Symbolic Offset Contents
New Locks
---Local
MNR_DLO$L_ENQNEWLOC Count of new lock requests that originate and are performed on this system (local) (longword,C)
New Locks
---Incoming
MNR_DLO$L_ENQNEWIN Count of new lock requests originating on another system and performed on this system (incoming) (longword,C)
New Locks
---Outgoing
MNR_DLO$L_ENQNEWOUT Count of new lock requests originating on this system and performed on another system (outgoing) (longword,C)
Lock Conversions
---Local
MNR_DLO$L_ENQCVTLOC Count of lock conversion requests (local) (longword,C)
Lock Conversions
---Incoming
MNR_DLO$L_ENQCVTIN Count of lock conversion requests (incoming) (longword,C)
Lock Conversions
---Outgoing
MNR_DLO$L_ENQCVTOUT Count of lock conversion requests (outgoing) (longword,C)
Unlocks---Local MNR_DLO$L_DEQLOC Count of unlock requests (local) (longword,C)
Unlocks---Incoming MNR_DLO$L_DEQIN Count of unlock requests (incoming) (longword,C)
Unlocks---Outgoing MNR_DLO$L_DEQOUT Count of unlock requests (outgoing) (longword,C)
Blocking ASTs
---Local
MNR_DLO$L_BLKLOC Count of lock manager blocking ASTs (local) (longword,C)
Blocking ASTs
---Incoming
MNR_DLO$L_BLKIN Count of lock manager blocking ASTs (incoming) (longword,C)
Blocking ASTs
---Outgoing
MNR_DLO$L_BLKOUT Count of lock manager blocking ASTs (outgoing) (longword,C)
Directory Functions
---Incoming
MNR_DLO$L_DIRIN Count of directory functions (incoming) (longword,C)
Directory Functions
---Outgoing
MNR_DLO$L_DIROUT Count of directory functions (outgoing) (longword,C)
Deadlock
Message Rate
MNR_DLO$L_DLCKMSG Count of incoming and outgoing lock manager messages required for deadlock detection (longword,C)

H.4.2.5 FCP Class Record

The FCP class record contains data describing the operation of the file system ACPs. The FCP class record has a record type of 5 and a size of 61 bytes.

Figure H-12 illustrates the format of the FCP class record. Table H-12 describes the fields in the data block for the FCP class record.

Figure H-12 FCP Class Record Format



Table H-12 Descriptions of FCP Class Record Fields
Field Symbolic Offset Contents
FCP Calls MNR_FCP$L_FCPCALLS Count of QIO requests received by the file system (longword,C)
Disk Allocations MNR_FCP$L_ALLOC Count of QIO requests that caused allocation of disk space (longword,C)
New Files MNR_FCP$L_FCPCREATE Count of new files created (longword,C)
Read I/Os MNR_FCP$L_FCPREAD Count of read I/O operations from the disk by the file system (longword,C)
Write I/Os MNR_FCP$L_FCPWRITE Count of write I/O operations to disk by the file system (longword,C)
Volume Lock Waits MNR_FCP$L_VOLWAIT Number of times a wait state was entered by the XQP due to volume lock contention (longword,C)
CPU Time MNR_FCP$L_FCPCPU Count of clock ticks (10-millisecond units) of CPU time used by the file system (longword,C)
FCP Page Faults MNR_FCP$L_FCPFAULT Count of page faults for the file system (longword,C)
Window Turns MNR_FCP$L_FCPTURN Count of file-map window misses (longword,C)
Access MNR_FCP$L_ACCESS Count of file name lookup operations in file directories (longword,C)
Files Opened MNR_FCP$L_OPENS Count of files opened (longword,C)
Erase I/O
Operations
MNR_FCP$L_ERASE Count of erase I/O operations issued (longword,C)

H.4.2.6 FILE_SYSTEM_CACHE Class Record

The FILE_SYSTEM_CACHE class record contains data describing the operation of the caches for the file system ACPs and XQPs. The FILE_SYSTEM_CACHE class record has a record type of 11 and a size of 69 bytes.

Figure H-13 illustrates the format of the FILE_SYSTEM_CACHE class record. Table H-13 describes the fields in the data block for the FILE_SYSTEM_CACHE class record.

Figure H-13 FILE_SYSTEM_CACHE Class Record Format



Table H-13 Descriptions of FILE_SYSTEM_CACHE Class Record Fields
Field Symbolic Offset Contents
Directory FCB
Cache Hits
MNR_FIL$L_DIRFCB_HIT Count of hits on directory FCB cache (longword,C)
Directory FCB
Cache Attempts
MNR_FIL$L_DIRFCB_TRIES Count of attempts on directory FCB cache (longword,C)
Directory Data
Cache Hits
MNR_FIL$L_DIRDATA_HIT Count of hits on directory data cache (longword,C)
Directory Data
Cache Attempts
MNR_FIL$L_DIRDATA_TRIES Count of attempts on directory data cache (longword,C)
File Header
Cache Hits
MNR_FIL$L_FILHDR_HIT Count of hits on file header cache (longword,C)
File Header
Cache Attempts
MNR_FIL$L_FILHDR_TRIES Count of attempts on file header cache (longword,C)
File ID
Cache Hits
MNR_FIL$L_FIDHIT Count of hits on file ID cache (longword,C)
File ID
Cache Attempts
MNR_FIL$L_FID_TRIES Count of attempts on file ID cache (longword,C)
Extent Cache
Hits
MNR_FIL$L_EXTHIT Count of hits on extent cache (longword,C)
Extent Cache
Attempts
MNR_FIL$L_EXT_TRIES Count of attempts on extent cache (longword,C)
Quota Cache
Hits
MNR_FIL$L_QUOHIT Count of hits on quota cache (longword,C)
Quota Cache
Attempts
MNR_FIL$L_QUO_TRIES Count of attempts on quota cache (longword,C)
Storage Bitmap
Cache Hits
MNR_FIL$L_STORAGMAP_HIT Count of hits on storage bitmap cache (longword,C)
Storage Bitmap
Cache Attempts
MNR_FIL$L_STORAGMAP_TRIES Count of attempts on storage bitmap cache (longword,C)

H.4.2.7 I/O Class Record

The I/O class record contains data describing the operation of the I/O subsystem. The I/O class record has a record type of 4 and a size of 69 bytes.

Figure H-14 illustrates the format of the I/O class record. Table H-14 describes the fields in the data block for the I/O class record.

Figure H-14 I/O Class Record Format



Table H-14 Descriptions of I/O Class Record Fields
Field Symbolic Offset Contents
Direct I/Os MNR_IO$L_DIRIO Count of direct I/O operations (longword,C)
Buffered I/Os MNR_IO$L_BUFIO Count of buffered I/O operations (longword,C)
Mailbox Writes MNR_IO$L_MBWRITES Count of write-to-mailbox requests (longword,C)
Split Transfers MNR_IO$L_SPLTRANS Count of split transfers (longword,C)
Logical Name
Translations
MNR_IO$L_LOGNAM Count of logical name translations (longword,C)
Files Opened MNR_IO$L_OPENS Count of files opened (longword,C)
Page Faults MNR_IO$L_FAULTS Count of page faults for all working sets (longword,C)
Page Reads MNR_IO$L_PREADS Count of pages read from disk as a result of page faults (longword,C)
Page Read I/Os MNR_IO$L_PREADIO Count of read I/O operations from disk as a result of page faults (longword,C)
Page Writes MNR_IO$L_PWRITES Count of pages written to the page file (longword,C)
Page Write I/Os MNR_IO$L_PWRITIO Count of write I/O operations to the page file (longword,C)
Inswaps MNR_IO$L_ISWPCNT Count of working sets read into memory from the swap file (longword,C)
Free Page Count MNR_IO$L_FREECNT Number of pages currently on free-page list (longword,L)
Modified Page
Count
MNR_IO$L_MFYCNT Number of pages currently on modified-page list (longword,L)

H.4.2.8 LOCK Class Record

The LOCK class record contains data describing the operation of the lock management subsystem. The LOCK class record has a record type of 7 and a size of 53 bytes.

Figure H-15 illustrates the format of the LOCK class record. Table H-15 describes the fields in the data block for the LOCK class record.

Figure H-15 LOCK Class Record Format



Table H-15 Descriptions of LOCK Class Record Fields
Field Symbolic Offset Contents
New ENQs MNR_LCK$L_ENQNEW Count of new ENQ (lock) requests (longword,C)
Converted ENQs MNR_LCK$L_ENQCVT Count of converted ENQ (lock) requests (longword,C)
DEQs MNR_LCK$L_DEQ Count of DEQ (unlock) requests (longword,C)
Blocking ASTs MNR_LCK$L_BLKAST Count of blocking ASTs queued (longword,C)
ENQ Waits MNR_LCK$L_ENQWAIT Count of times a lock could not be granted immediately and waited (longword,C)
ENQs Not Queued MNR_LCK$L_ENQNOTQD Count of times a lock could not be granted immediately and got an error status instead of waiting (longword,C)
Deadlock Searches MNR_LCK$L_DLCKSRCH Count of times that a deadlock search was performed (longword,C)
Deadlocks Found MNR_LCK$L_DLCKFND Count of times that a deadlock was found (longword,C)
Current Locks MNR_LCK$L_NUMLOCKS Number of locks currently in the system (longword,L)
Current Resources MNR_LCK$L_NUMRES Number of resources currently in the system (longword,L)

H.4.2.9 MODES Class Record

The MODES class record contains data describing time spent in each of the processor modes. The MODES class record has a record type of 2; its size depends on the number of active CPUs on the system being monitored. The size, in bytes, is calculated by adding the size of the class header, the class prefix, and the data blocks contained in the record. This is shown in the following formula, which assumes that all CPUs are active:

13 + 8 + (33 * MNR_SYI$B_MPCPUS) 

Figure H-16 illustrates the format of the MODES class record. Table H-16 describes the fields in the data block for the MODES class record.

Figure H-16 MODES Class Record Format



Table H-16 Descriptions of MODES Class Record Fields
Field Symbolic Offset Contents
CPU ID MNR_MOD$B_CPUID CPU identification (byte,I)
Interrupt Stack MNR_MOD$L_INTER Count of clock ticks (10-millisecond units) spent on interrupt stack since system was booted (longword,C)
MP Synchronization MNR_MOD$L_MPSYNC Count of clock ticks spent synchronizing multiple CPUs since system boot
Kernel MNR_MOD$L_KERNEL Count of clock ticks spent in kernel mode, excluding interrupt stack time, since system boot (longword,C)
Executive MNR_MOD$L_EXEC Count of clock ticks spent in executive mode since system boot (longword,C)
Supervisor MNR_MOD$L_SUPER Count of clock ticks spent in supervisor mode since system boot (longword,C)
User MNR_MOD$L_USER Count of clock ticks spent in user mode, excluding compatibility mode time since system boot (longword,C)
Compatibility MNR_MOD$L_COMPAT Count of clock ticks boot spent in compatibility mode since system boot (longword,C)
Idle MNR_MOD$L_IDLE Count of clock ticks spent executing the NULL process since system boot (longword,C)

H.4.2.10 MSCP_SERVER Class Record

The MSCP_SERVER class record contains data describing activities of the MSCP server. The MSCP_SERVER class record has a record type of 21 and a size of 65 bytes.

Figure H-17 illustrates the format of the MSCP_SERVER class record. Table H-17 describes the fields in the data block for the MSCP_SERVER class record.

Figure H-17 MSCP_SERVER Class Record Format



Table H-17 Descriptions of MSCP_SERVER Class Record Fields
Field Symbolic Offset Contents
Requests MNR_MSC$L_REQUEST Count of requests for I/O transfers by remote processors (longword,C)
Reads MNR_MSC$L_READ Count of requests for Read I/O transfers by remote processors (longword,C)
Writes MNR_MSC$L_WRITE Count of requests for Write I/O transfers by remote processors (longword,C)
Fragments MNR_MSC$L_FRAGMENT Count of extra fragments issued by the server (longword,C)
Splits MNR_MSC$L_SPLIT Count of fragmented requests issued by the server (longword,C)
Buffer Waits MNR_MSC$L_BUFWAIT Count of requests that had to wait for MSCP buffer memory (longword,C)
1 Block I/Os MNR_MSC$L_SIZE1 Count of I/O requests with a length of one block (longword,C)
2---3 Block I/Os MNR_MSC$L_SIZE2 Count of I/O requests with a length of 2 to 3 blocks (longword,C)
4---7 Block I/Os MNR_MSC$L_SIZE3 Count of I/O requests with a length of 4 to 7 blocks (longword,C)
8---15 Block I/Os MNR_MSC$L_SIZE4 Count of I/O requests with a length of 8 to 15 blocks (longword,C)
16---31 Block I/Os MNR_MSC$L_SIZE5 Count of I/O requests with a length of 16 to 31 blocks (longword,C)
32---63 Block I/Os MNR_MSC$L_SIZE6 Count of I/O requests with a length of 32 to 63 blocks (longword,C)
64+ Block I/Os MNR_MSC$L_SIZE7 Count of I/O requests with a length equal to or greater than 64 blocks (longword,C)

H.4.2.11 PAGE Class Record

The PAGE class record contains data describing the operation of the page management subsystem. The PAGE class record has a record type of 3 and a size of 65 bytes.

Figure H-18 illustrates the format of the PAGE class record. Table H-18 describes the fields in the data block for the PAGE class record.

Figure H-18 PAGE Class Record Format



Table H-18 Descriptions of PAGE Class Record Fields
Field Symbolic Offset Contents
Page Faults MNR_PAG$L_FAULTS Count of page faults for all working set (longword,C)
Reads MNR_PAG$L_PREADS Count of pages read from disk as a result of page faults (longword,C)
Read I/Os MNR_PAG$L_PREADIO Count of read I/Os as a result of operations from disk page faults (longword,C)
Writes MNR_PAG$L_PWRITES Count of pages written to the page file (longword,C)
Write I/Os MNR_PAG$L_PWRITIO Count of write I/O operations to the page file (longword,C)
Free-page
List Faults
MNR_PAG$L_FREFLTS Count of pages read from the free list as a result of page faults (longword,C)
Modified-page
List Faults
MNR_PAG$L_MFYFLTS Count of pages read from the modified list as a result of page faults (longword,C)
Demand-zero
Faults
MNR_PAG$L_DZROFLTS Count of zero-filled pages allocated as a result of faults (longword,C)
Global Valid
Faults
MNR_PAG$L_GVALID Count of page faults for which the reference page was found to be valid in the system global page tables (longword,C)
Write-in-Progress
Faults
MNR_PAG$L_WRTINPROG Count of pages read that were in the process of being written back to disk when faulted (longword,C)
System Faults MNR_PAG$L_SYSFAULTS Count of page faults for which the referenced page is in system space (longword,C)
Free-page Count MNR_PAG$L_FREECNT Number of pages currently on free-page list (longword,L)
Modified-page
Count
MNR_PAG$L_MFYCNT Number of pages currently on modified-page list (longword,L)

H.4.2.12 PROCESSES Class Record

The PROCESSES class record contains data describing all processes in the system. The PROCESSES class record has a record type of 0; its size depends on the number of processes being monitored. The size, in bytes, is calculated by adding the size of the class header, the class prefix, and the data blocks contained in the record. This is shown in the following formula:

13 + 8 + (67 * the value of MNR_CMP$L_ELTCT) 

Figure H-19 illustrates the format of the PROCESSES class record. Table H-19 describes the fields in the data block for the PROCESSES class record.

Figure H-19 PROCESSES Class Record Format



Table H-19 Descriptions of PROCESSES Class Record Fields
Field Symbolic Offset Contents
Internal Process ID MNR_PRO$L_IPID Internal process identification (longword,I)
UIC MNR_PRO$L_UIC User identification code (Group is high-order word; Member is low-order word) (longword,I)
State MNR_PRO$W_STATE Current scheduling state code (word,I)
Priority MNR_PRO$B_PRI Current software priority (complement of 31) (byte,I)
Name MNR_PRO$T_LNAME Process name (counted ASCII string) (16 bytes,I)
Global Page Count MNR_PRO$L_GPGCNT Current global page count (longword,L)
Process Page Count MNR_PRO$L_PPGCNT Current process page count (longword,L)
Status Flags MNR_PRO$L_STS Software process status flags (PCB$V_RES bit clear implies swapped out) (longword,I)
Direct I/Os MNR_PRO$L_DIOCNT Direct I/O count (0 if swapped out) (longword,C)
Page Faults MNR_PRO$L_PAGEFLTS Page fault count (0 if swapped out) (longword,C)
CPU Time MNR_PRO$L_CPUTIM Accumulated CPU time, in 10 ms ticks (0 if swapped out) (longword,C)
Buffered I/Os MNR_PRO$L_BIOCNT Buffered I/O count (0 if swapped out) (longword,C)
Extended Process ID MNR_PRO$L_EPID Extended process identification (longword,I)
Event Flag Weight Mask MNR_PRO$L_EFWM Event flag wait mask (used for MWAITs) (longword, I)
RBS Transitions MNR_PRO$L_RBSTRAN Real balance slot transitions (longword, C)

H.4.2.13 RMS Class Record

The RMS class record contains data describing Record Management Services for specified files. The RMS class record has a record type of 20. Use the following formula to calculate the record size (the formula calculates the size by adding the size of the class header, the class prefix, and the data blocks contained in the record):

13 + 8 + (273 * MNR_CMP$L_ELTCT) 

Figure H-20 illustrates the format of the RMS class record. Table H-20 describes the fields in the data block for the RMS class record.

Figure H-20 RMS Class Record Format





Table H-20 Descriptions of RMS Class Record Fields
Field Symbolic Offset Contents
File Number (Num) MNR_RMS$B_FILNUM Sequential number of the file (byte,I)
File Organization MNR_RMS$L_ORG Organization of the file (longword,I)
Reserved MNR_RMS$L_RESERVED1 Reserved (longword)
Sequential GETs MNR_RMS$L_SEQGETS Count of sequential $GETs to the file (longword,C)
Key GETs MNR_RMS$L_KEYGETS Count of keyed $GETs to the file (longword,C)
RFA GETs MNR_RMS$L_RFAGETS Count of $GETs by record-file-address to the file (longword,C)
GET Bytes MNR_RMS$Q_GETBYTES Total number of bytes required for all $GETs issued (quadword,C)
Sequential PUTs MNR_RMS$L_SEQPUTS Count of sequential $PUTs to the file (longword,C)
Key PUTs MNR_RMS$L_KEYPUTS Count of keyed $PUTs to the file (longword,C)
PUT Bytes MNR_RMS$Q_PUTBYTES Total number of bytes required for all $PUTs issued (quadword,C)
UPDATEs MNR_RMS$L_UPDATES Count of $UPDATEs to the file (longword,C)
UPDATE Bytes MNR_RMS$Q_UPDATEBYTES Total number of bytes required for all $UPDATEs issued (quadword,C)
DELETEs MNR_RMS$L_DELETES Count of $DELETEs to the file (longword,C)
TRUNCATEs MNR_RMS$L_TRUNCATES Count of $TRUNCATEs to the file (longword,C)
TRUNCATE Blocks MNR_RMS$L_TRUNCBLKS Total blocks required for all $TRUNCATEs issued (longword,C)
Sequential FINDs MNR_RMS$L_SEQFINDS Count of sequential $FINDs to the file (longword,C)
Key FINDs MNR_RMS$L_KEYFINDS Count of keyed $FINDs to the file (longword,C)
RFA FINDs MNR_RMS$L_RFAFINDS Count of $FINDs by record-file-address to the file (longword,C)
READs MNR_RMS$L_READS Count of $READs to the file (longword,C)
READ Bytes MNR_RMS$Q_READBYTES Total bytes required for all $READs to the file (quadword,C)
CONNECTs MNR_RMS$L_CONNECTS Count of $CONNECTs to the file (longword,C)
DISCONNECTs MNR_RMS$L_DISCONNECTS Count of $DISCONNECTs to the file (longword,C)
EXTENDs MNR_RMS$L_EXTENDS Count of $EXTENDs to the file (longword,C)
EXTEND Blocks MNR_RMS$L_EXTBLOCKS Total blocks required for all EXTENDs to the file (longword,C)
FLUSHes MNR_RMS$L_FLUSHES Count of $FLUSHes to the file (longword,C)
REWINDs MNR_RMS$L_REWINDS Count of $REWINDs to the file (longword,C)
WRITES MNR_RMS$L_WRITES Count of $WRITES to the file (longword,C)
WRITE Bytes MNR_RMS$Q_WRITEBYTES Total bytes required for all $WRITEs issued (quadword,C)
File Lock ENQs MNR_RMS$L_FLCKENQS Count of file lock ENQs to the file (longword,C)
File Lock DEQs MNR_RMS$L_FLCKDEQS Count of file lock DEQs to the file (longword,C)
File Lock Conversions MNR_RMS$L_FLCKCNVS Count of file lock conversions for the file (longword,C)
Local Buffer ENQs MNR_RMS$L_LBLCKENQS Count of local buffer ENQs to the file (longword,C)
Local Buffer DEQs MNR_RMS$L_LBLCKDEQS Count of local buffer DEQs to the file (longword,C)
Local Buffer Conversions MNR_RMS$L_LBLCKCNVS Count of local buffer conversions for the file (longword,C)
Global Buffer ENQs MNR_RMS$L_GBLCKENQS Count of global buffer ENQs to the file (longword,C)
Global Buffer DEQs MNR_RMS$L_GBLCKDEQS Count of global buffer DEQs to the file (longword,C)
Global Buffer Conversions MNR_RMS$L_GBLCKCNVS Count of global buffer conversions for the file (longword,C)
Global Section ENQs MNR_RMS$L_GSLCKENQS Count of global section ENQs to the file (longword,C)
Global Section DEQs MNR_RMS$L_GSLCKDEQS Count of global section DEQs to the file (longword,C)
Global Section Conversions MNR_RMS$L_GSLCKCNVS Count of global section conversions for the file (longword,C)
Record Lock ENQs MNR_RMS$L_RLCKENQS Count of record lock ENQs to the file (longword,C)
Record Lock DEQs MNR_RMS$L_RLCKDEQS Count of record lock DEQs to the file (longword,C)
Record Lock Conversions MNR_RMS$L_RLCKCNVS Count of record lock conversions for the file (longword,C)
Append Lock ENQs MNR_RMS$L_APPLCKENQS Count of append lock ENQs to the file (longword,C)
Append Lock DEQs MNR_RMS$L_APPLCKDEQS Count of append lock DEQs to the file (longword,C)
Append Lock Conversions MNR_RMS$L_APPLCKCNVS Count of append lock conversions for the file (longword,C)
File Lock Blocking ASTs MNR_RMS$L_FLBLKASTS Count of file lock blocking ASTs for the file (longword,C)
Local Buffer Blocking ASTs MNR_RMS$L_LBLBLKASTS Count of local buffer blocking ASTs for the file (longword,C)
Global Buffer Blocking ASTs MNR_RMS$L_GBLBLKASTS Count of global buffer blocking ASTs for the file (longword,C)
Append Lock Blocking ASTs MNR_RMS$L_APPBLKASTS Count of apppend lock blocking ASTs for the file (longword,C)
Local Cache Hits MNR_RMS$L_LCACHEHITS Count of local cache hits for the file (longword,C)
Local Cache Attempts MNR_RMS$L_LCACHEATT Count of local cache attempts for the file (longword,C)
Global Cache Hits MNR_RMS$L_GCACHEHITS Count of global cache hits for the file (longword,C)
Global Cache Attempts MNR_RMS$L_GCACHEATT Count of global cache attempts for the file (longword,C)
Global Buffer Read I/Os MNR_RMS$L_GBRDIRIOS Count of global buffer read I/Os for the file (longword,C)
Global Buffer Write I/Os MNR_RMS$L_GBWDIRIOS Count of global buffer write I/Os for the file (longword,C)
Local Buffer Read I/Os MNR_RMS$L_LBRDIRIOS Count of local buffer read I/Os for the file (longword,C)
Local Buffer Write I/Os MNR_RMS$L_LBWDIRIOS Count of local buffer write I/Os for the file (longword,C)
Bucket Splits MNR_RMS$L_BKTSPLT Count of bucket splits for the file (longword,C)
Multibucket Splits MNR_RMS$L_MBKTSPLT Count of multibucket splits for the file (longword,C)
Opens MNR_RMS$L_OPENS Count of the times the file was opened (longword,C)
Closes MNR_RMS$L_CLOSES Count of the times the file was closed (longword,C)
Reserved MNR_RMS$L_RESERVED2 Reserved (longword)
Reserved MNR_RMS$L_RESERVED3 Reserved (longword)

H.4.2.14 SCS Class Record

The SCS class record contains data describing SCS (System Communications Services) activity for all SCS connections in the system, on a per-node basis. The SCS class record has a record type of 15; its size depends on the number of nodes being monitored. The size, in bytes, is calculated by adding the size of the class header, the class prefix, and the data blocks contained in the record. This is shown in the following formula:

13 + 8 + (56 * the value of MNR_CMP$L_ELTCT) 


Previous | Next | Contents | [Home] | [Comments] | [Ordering info] | [Help]

[HR]

  6048P063.HTM
  OSSG Documentation
  26-NOV-1996 12:43:58.23

Copyright © Digital Equipment Corporation 1996. All Rights Reserved.

Legal