![]() |
![]() HP OpenVMS Systems Documentation |
![]() |
HP OpenVMS System Services Reference Manual
Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_LPZ_EXPCNTReturns the accumulated number of expansions of the lock manager's pool zone.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_LPZ_HITSReturns the number of hits for the lock manager's pool zone.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_LPZ_MAXPAGReturns the maximum number of pages in the lock manager's pool zone.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_LPZ_MISSESReturns the number of misses for the lock manager's pool zone.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_LPZ_PAGCNTReturns the number of pages currently in the lock manager's pool zone.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_LPZ_PAKSIZReturns the packet size for the lock manager's pool zone.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_MBREADSReturns the number of mailbox reads.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_MBWRITESReturns the number of mailbox writes.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_MCHKERRSReturns the accumulated count of machine checks since the system was booted.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_MEMERRSReturns the accumulated count of memory errors since the system was booted.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_MODESAllows you to monitor the modes of each CPU in a multiple-CPU system (not just the CPU usage of all the nodes together).RMI$_MODES returns the amount of time, in 10-ms units, spent by all currently active CPUs in all processor modes since the system was booted. Each increment in the returned time for a mode represents an additional 10 ms spent by the CPU in that mode. An active CPU is one that is actively participating in the processor scheduling that the OpenVMS instance performs. The buffer length field in the item descriptor is dependent on the number of CPUs attached to the system. The size of the buffer passed should be as follows:
where n is the available CPU count. Use $GETSYI item code SYI$_POTENTIALCPU_CNT to get n, the count of potentially available CPUs. (For details, see the description of the $GETSYI service.) Data for an individual CPU is returned by means of a CPU_struct structure. Declare the CPU_struct with no member alignment, as in the following example:
For a multiple-CPU system, the data for all active CPUs is returned as an array of type CPU_struct, with the number of elements in the array equal to the number of potentially available CPUs. If a CPU is inactive, the CPU_struct array element corresponding to that CPU contains 0 in all CPU_struct members. Be sure to allocate a buffer large enough to hold the counters for all available CPUs. The following code example shows one method for collecting CPU modes:
RMI$_MODLISTReturns the number of pages on the modified page list.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes) on Alpha systems and 8 (bytes) on I64 systems. RMI$_MSCP_EVERYTHINGReturns all the performance data items in the following order:
Because this an array of 35 longwords, the buffer length field in the item descriptor should specify 4 times 35 (bytes). RMI$_MWAITReturns the number of processes in the miscellaneous resource wait state.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_NP_POOL_ALLOCReturns the accumulated count of nonpaged pool allocation requests.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_NP_POOL_ALLOCFReturns the accumulated count of unsuccessful nonpaged pool allocation requests.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_NP_POOL_EXPReturns the accumulated count of successful expansions of nonpaged pool.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_NP_POOL_EXPFReturns the accumulated count of unsuccessful attempts to expand nonpaged pool.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_NUMLOCKSReturns the total number of locks.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_NUMRESReturns the total number of resources.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_OPENSReturns the systemwide count of files opened.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_OSWPCNTReturns the accumulated systemwide count of process outswap operations.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_OSWPCNTPGReturns the accumulated systemwide count of pages outswapped.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_PFWReturns the number of processes in the page fault wait state.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_PG_POOL_ALLOCReturns the accumulated count of paged pool allocation requests.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_PG_POOL_ALLOCFReturns the accumulated count of unsuccessful paged pool allocation requests.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_PG_POOL_EXPFReturns the accumulated count of paged pool failures.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_PREADIOReturns physical page read I/Os.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_PREADSReturns the number of pages read.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_PROCBALSETCNTReturns the number of processes in the balance set.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_PROCBATCNTReturns the number of batch processes known to the system.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_PROCCNTMAXReturns the maximum number of concurrent processes seen by the system.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_PROCINTCNTReturns the number of interactive processes known to the system.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_PROCLOADCNTReturns the accumulated systemwide count of process context load operations.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_PROCNETCNTReturns the number of network processes known to the system.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_PROCSReturns the number of processes currently known to the system.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_PROCSWITCHCNTReturns the number of switches from the currently-executing process.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_PWRITESReturns the number of pages written.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_PWRITIOReturns physical page write I/Os.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_QUOHITReturns the systemwide count of quota cache hits.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_QUOMISSReturns the systemwide count of quota cache misses.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_RCVBUFFLReturns the accumulated systemwide count of DECnet receiver buffer failures.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_RDFAULTSReturns the number of fault-on-read page faults.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_RML_ACQUIREReturns the accumulated systemwide count of lock trees moved to this node.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_RML_BETTERReturns the accumulated systemwide count of lock trees moved from this node to a cluster node with a higher value for the system parameter LOCKDIRWT.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_RML_MORE_ACTReturns the accumulated systemwide count of lock trees moved from this node due to higher locking activity on another node in the cluster.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_RML_MSGRCVReturns the accumulated systemwide count of remaster messages received by this node.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_RML_MSGSENTReturns the accumulated systemwide count of remaster messages sent from this node.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_RML_NOQUOTAReturns the accumulated systemwide count of remaster operations that failed due to a lack of quota.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_RML_NOTAKERReturns the accumulated systemwide count of remaster operations that were proposed and declined.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_RML_OPCNTReturns the accumulated systemwide count of remaster operations that have been completed.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_RML_RBLDMSGRCVReturns the accumulated systemwide count of remaster rebuild messages received by this node.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_RML_RBLDMSGSENTReturns the accumulated systemwide count of remaster rebuild messages sent from this node.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_RML_SINGLEReturns the accumulated systemwide count of lock trees moved from this node to another cluster node because that node is the only one with locks remaining on the tree.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_RML_UNLOADReturns the accumulated systemwide count of lock trees moved from this node.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_SMP_CURMAP(Alpha and I64) Returns the count of global pages currently mapped for Galaxy shared memory.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_SMP_CURMAP_GRP(Alpha and I64) Returns the count of group global pages currently mapped for Galaxy shared memory.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_SMP_CURMAP_GRPWRT(Alpha Only) Returns the count of writable group global pages currently mapped for Galaxy shared memory.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_SMP_CURMAP_SYS(Alpha Only Returns the count of system global pages currently mapped for Galaxy shared memory.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_SMP_CURMAP_SYSWRT(Alpha Only) Returns the count of writable system global pages currently mapped for Galaxy shared memory.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_SMS_CURMAP(Alpha Only) Returns the count of global sections currently mapped for Galaxy shared memory.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_SMS_CURMAP_GRP(Alpha Only) Returns the count of group global sections currently mapped for Galaxy shared memory.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_SMS_CURMAP_GRPWRT(Alpha Only) Returns the count of writable group global sections currently mapped for Galaxy shared memory.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_SMS_CURMAP_SYS(Alpha Only) Returns the count of system global sections currently mapped for Galaxy shared memory.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_SMS_CURMAP_SYSWRT(Alpha Only) Returns the count of writable system global sections currently mapped for Galaxy shared memory.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_SMS_NOREF(Alpha Only) Returns the current count of global sections for Galaxy shared memory that are not mapped to a process (reference count is 0).Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_STORAGMAP_HITReturns the systemwide count of storage bitmap cache hits.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_STORAGMAP_MISSReturns the systemwide count of storage bitmap cache misses.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_SUSPReturns the number of processes in the suspended state.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_SUSPOReturns the number of outswapped processes in the suspended state.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_SYNCHLCKReturns the systemwide count of directory- or file-synch locks.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_SYNCHWAITReturns the systemwide count of times the XQP waited for a directory- or file-synch lock.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_SYSFAULTSReturns the number of system page faults.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_TMSCP_EVERYTHINGReturns all the performance data items in the following order:
Because this is an array of 20 longwords, the buffer length field in the item descriptor should specify 4 times 20 (bytes). RMI$_TQESYSUBReturns the accumulated systemwide count of timer requests made by the OpenVMS operating system.Because this number is a quadword, the buffer length field in the item descriptor should specify 8 (bytes). RMI$_TQETOTALReturns the accumulated systemwide count of timer requests.Because this number is a quadword, the buffer length field in the item descriptor should specify 8 (bytes). RMI$_TQEUSRTIMRReturns the accumulated systemwide count of timer requests made by application programs through the SYS$SETIMR system service.Because this number is a quadword, the buffer length field in the item descriptor should specify 8 (bytes). RMI$_TQEUSRWAKEReturns the accumulated systemwide count of timer requests made by application programs through the SYS$SCHDWK system service.Because this number is a quadword, the buffer length field in the item descriptor should specify 8 (bytes). RMI$_TRANSFLTSReturns the accumulated systemwide count of transition (release pending or read-in-progress) faults.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_TRCNGLOSReturns the accumulated systemwide count of DECnet packets lost due to transit congestion.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_TTWRITESReturns the accumulated systemwide count of writes to terminals.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes). RMI$_USERPAGESReturns the number of pages available for use by applications.Because this number is a longword, the buffer length field in the item descriptor should specify 4 (bytes) on Alpha systems and 8 (bytes) on I64 systems. RMI$_VCPUTICKS - VAX OnlyReturns the accumulated systemwide count of virtual balance slot clock ticks (10-millisecond units).
|