SAS IT Resource Management is the new name for IT Service Vision. While we are in the process of switching over, you may see references to both names within this documentation.
The hotfixes issued during the 2.5 release cycle were cumulative. That is, hotfix 2 contained all the changes that were contained within hotfix 1 and hotfix 3 contained all the changes that were contained within hotfix 2. Release 2.6 contains all the hotfix contents as well as other new features.
Contents:
New Dynamic Webstyle for Web Galleries
Support for the SAS IT Management Adapter for SAP
Support for HP OpenView Reporter
Available with 2.5 Hotfix 3 (82IS03):
Available with 2.5 Hotfix 2 (82IS02):
Available with 2.5 Hotfix 1 (82IS01):
Updates to HP OpenView Performance Agent data support (formerly HP MeasureWare)
IT Service Vision 2.2.1 Updates
Parts of the original IT Service Vision Server Setup Guide can now be found in the Online Help available from within the SAS IT Resource Management application window. These include:
The following link takes you to the original IT Service Vision Server Setup Guide.
There is a new QuickStart Wizard for sar data. This enables you to quickly generate batch jobs that will load and report on sar performance data metrics collected on the AIX, SCO, SUN, HP-UX and Linux platforms. The sar QuickStart Wizard runs on the Windows, UNIX and OS/390 platforms and provides Overview Reports, Exception Reports, Daily Reports, Tabular Reports and Trend Reports. It also provides the structure and templates for adding Weekly and Monthly Reports.
The process job creates three tables; SAR, SARDEV and USARAVL. SAR is the common table where Processor, Memory, Buffer and System metrics are stored. SARDEV is the device table where disk or device metrics are stored. USARAVL is the user defined table where availability data is stored.
Because sar metrics vary across UNIX platforms, the report batch job includes reports designed to report on metrics for one or a subset of the supported platforms. Comments in the batch job indicate which platform(s) the report is intended to report on. The report batch job uses the %CPMANRPT macro to manage, or age out, old reports in some of the report folders by default. It uses a permanent library called RPTMETA to store the report metadata required to manage the reports. Comments at the top of the report job instruct you on how to switch off %CPMANRPT and revert to clearing and refreshing all the reports in one execution. Details on the %CPMANRPT macro can be found in the SAS IT Resource Management Macro Reference.
The sar QuickStart gallery includes graphs and tabular reports for Processor, Memory, Disk, Buffer and System metrics and has the following structure:
Overview Exceptions Exception Summary Exception Results Exception Reports Daily Reports Processor CPU Busy Utilization CPU Busy - All Servers CPU Busy - Critical Servers Run Queue - Critical Servers Memory Page Faults Page In vs. Page Out Page In and Out Activity Pages Freed and Scanned Non-Page I-O Unused Available Memory Disk Blocks Available for Swap Memory Pool Utilization Dynamic Oversize Allocation Swapped Threads Disk Device Overview High Device Busy Utilization Device Busy Profiles(1) High Avg Service Time Service Time Profiles(1) Device Busy vs. Service Time High Avg Wait Time Data Transfers Data Transfer Profiles Block Transfers Block Transfer Profiles Data vs. Block Transfers Buffer Buffer Read/Write Buffer/Disk Transfer Cache Hit Ratios Read Cache Hit Ratio Read Cache Hit Profiles Write Cache Hit Ratio Write Cache Hit Profiles System Context Switching Context Switching Profile Directory Block Reads File Path Lookups System Calls Exec/Fork Calls Weekly Reports Processor Memory Disk Buffer System Monthly Reports Processor Memory Disk Buffer System Tabular Processor Tabular CPU/Que Averages Tabular CPU/Que Peaks Memory Tabular Memory Averages1 Tabular Memory Minimums1 Tabular Memory Averages2 Tabular Memory Mimimums2 Disk Tabular Disk Averages Tabular Disk Peaks Buffer Tabular Buffer Averages Tabular Buffer Peaks System Tabular System Averages Tabular System Peaks Trends Processor CPU Busy Queue Threads Cpu Busy by Shift Memory Memory Page Faults Disk Block Transfers Device Busy Service Time
The gallery is created using a new gallery webstyle added in release 2.6 called DYNAMIC. See New Dynamic Webstyle for Web Galleries for more details.
For web galleries, there is a new webstyle called DYNAMIC. It uses dynamic HTML to filter reports so that you can easily find the specific reports you need to see. You expand and collapse folders in the report tree by clicking on them, and open a group of reports by clicking on a line with the report icon. Appropriate filters appear to let you subset that collection of reports. Within a date filter (shown as a calendar), dates for which there are reports are shown in bold type.
The default webstyle for all galleries remains GALLERY2, except for the new sar QuickStart. Any gallery can be switched from GALLERY2 to DYNAMIC and vice versa by following instructions provided in the SAS IT Resource Management User's Guide in a chapter entitled "Work with Galleries".
The SAPR3 collector has been updated to support data produced by the SAS IT Management Adapter for SAP. All the SAPR3 tables in the collector can now be processed directly from the SAS data library that the SAP Adapter creates if the SAP adapter is installed and available to your SAS IT Resource Management server.
You must consult the documentation for the SAP Adapter to understand how data is extracted from SAP R/3 and stored in the SAS data library. That data must also be aged or deleted on a regular basis, after it has been successfully processed with the %CPPROCES macro.
To process data produced by the IT Management Adapter for SAP, modify the TOOLNM= parameter on the %CPPROCES macro to specify SASADAPT and point the RAWDATA= parameter to the SAS data library, as follows:
%cpproces(collectr=SAPR3, toolnm=SASADAPT, rawdata=location_of_folder_containing_sas_adapter_data, dupmode=DISCARD);
Instead of using the RAWDATA= parameter, you can precede the %CPPROCES macro with a libname statement that points RAWDATA to the SAS data library that the SAP Adapter creates.
The HP-PCS collector has been updated to support data produced by HP OpenView Reporter that is stored in a relational database. Three of the HP-PCS tables, PCSAPP, PCSGLB and PCSTRN, can now be read directly from an Oracle database if the SAS/ACCESS to Oracle product is installed and available to your SAS IT Resource Management server.
The %CPPROCES macro must be used to process this data. You must precede that macro with a libname statement that allocates RAWDATA as the Oracle database using the appropriate SAS/ACCESS to Oracle options, as in the following example:
libname rawdata oracle SAS/ACCESS_engine_connection_options SAS/ACCESS_engine_LIBNAME_options; %cpproces(pcsapp pcsglb pcstrn, collectr=HP-PCS, toolnm=SASACCESS, dupmode=DISCARD);
Because this new feature utilizes the %CPPROCES macro and not the %CSPROCES macro, there is a different set of parameters available to you. You can no longer use the AGELIMIT, OPTIMIZE= and SUBSET= parameters, but you can use the DUPMODE= parameter to activate the data duplication check routines. Also, because you're not executing scripts to extract data, the COLDUMP=, RSHHOST=, PASSWD= and GROUP= parameters are no longer required. However, the MINDATE= and MAXDATE= parameters are available.
Please refer to the appropriate SAS/ACCESS documentation for details on specifying the options in the libname statement. These would include, for example, userid and password options.
The NTSMF data dictionary has been updated to add support for "Analysis Server", "Module" and "Oracle9" objects. The following tables list the new NTSMF tables and variables.
Table Name | Description |
---|---|
NTANSQR | Windows NT Analysis Server:Query |
NTASCTN | Windows NT Analysis Server:Connection |
NTASLKS | Windows NT Analysis Server:Locks |
NTASLQR | Windows NT Analysis Server:Last Query |
NTASPRC | Windows NT Analysis Server:Proc |
NTBWRS1 | Windows NT Oracle9 DBWR stats 1 |
NTBWRS2 | Windows NT Oracle9 DBWR stats 2 |
NTDDCCH | Windows NT Oracle9 Data Dictionary Cache |
NTINDXS | Windows NT Analysis Server:Proc Indexes |
NTMDL | Windows NT Module |
NTMNGMN | Windows NT Oracle9 Dynamic Space Management |
NTOBCCH | Windows NT Oracle9 Buffer Cache |
NTODFLS | Windows NT Oracle9 Data Files | NTOFLST | Windows NT Oracle9 Free List |
NTOLCCH | Windows NT Oracle9 Library Cache |
NTOSRTS | Windows NT Oracle9 Sorts |
NTRLBFR | Windows NT Oracle9 Redo Log Buffer |
NTSACCH | Windows NT Analysis Server:Agg Cache |
NTSPAGS | Windows NT Analysis Server:Proc Aggs |
NTSQDMS | Windows NT Analysis Server:Query Dims |
NTSTRTP | Windows NT Analysis Server:Startup |
Variable Name | Description |
---|---|
Table: NTANSQR | |
AVGTMQR | Analysis Server:Query: Avg time/query |
AVGTQBS | Analysis Server:Query: Avg time/query Base |
BTSSNSC | Analysis Server:Query: Bytes sent/sec |
CPTACTV | Analysis Server:Query: Current process threads active |
CRNTQRS | Analysis Server:Query: Current queries |
CRPRTPL | Analysis Server:Query: Current process thread pool |
CRTHRDS | Analysis Server:Query: Current threads |
CRWRTPL | Analysis Server:Query: Current worker thread pool |
CWTACTV | Analysis Server:Query: Current worker threads active |
DTBTSSC | Analysis Server:Query: Data bytes/sec |
DTRDSSC | Analysis Server:Query: Data reads/sec |
FCFLTRD | Analysis Server:Query: Total queries from cache filtered |
FLTRRSC | Analysis Server:Query: Filtered rows/sec |
FREXCSC | Analysis Server:Query: Filter rows excluded/sec |
FRINCSC | Analysis Server:Query: Filter rows included/sec |
INDBTSC | Analysis Server:Query: Index bytes/sec |
INDRDSC | Analysis Server:Query: Index reads/sec |
MPBTSSC | Analysis Server:Query: Map bytes/sec |
MPRDSSC | Analysis Server:Query: Map reads/sec |
NTWRTSC | Analysis Server:Query: Network round trips/sec |
POPRTN0 | Analysis Server:Query: Total pyramid operations |
POPRTNS | Analysis Server:Query: Current pyramid operations |
PROPRSC | Analysis Server:Query: Pyramid operations/sec |
QANSWRD | Analysis Server:Query: Total queries answered |
QANSWSC | Analysis Server:Query: Queries answered/sec |
QFCDRCT | Analysis Server:Query: Total queries from cache direct |
QFCDRSC | Analysis Server:Query: Queries from cache direct/sec |
QFCFLSC | Analysis Server:Query: Queries from cache filtered/sec |
QRFRFSC | Analysis Server:Query: Queries from file/sec |
QRRQSSC | Analysis Server:Query: Queries requested/sec |
RWSRDSC | Analysis Server:Query: Rows read/sec |
RWSSNSC | Analysis Server:Query: Rows sent/sec |
TNRTRPS | Analysis Server:Query: Total network round trips |
TQLNGTH | Analysis Server:Query: Current process thread queue length |
TQRQSTD | Analysis Server:Query: Total queries requested |
TTBTSNT | Analysis Server:Query: Total bytes sent |
TTQRFFL | Analysis Server:Query: Total queries from file |
TTRWSNT | Analysis Server:Query: Total rows sent |
Table: NTASCTN | |
ATHNTC0 | Analysis Server:Connection: Total authentications |
ATHNTCT | Analysis Server:Connection: Current authentications |
ATHNTSC | Analysis Server:Connection: Authentications/sec |
CCNCTNS | Analysis Server:Connection: Current connections |
CIPRGRS | Analysis Server:Connection: Current connections in progress |
CMPLTNS | Analysis Server:Connection: Total completions |
CMPLTSC | Analysis Server:Connection: Completions/sec |
CRAGNTS | Analysis Server:Connection: Current agents |
FLRSSEC | Analysis Server:Connection: Failures/sec |
HCNCTNS | Analysis Server:Connection: Current http connections |
RQSTSSC | Analysis Server:Connection: Requests/sec |
SCSSSEC | Analysis Server:Connection: Successes/sec |
TTLFLRS | Analysis Server:Connection: Total failures |
TTLSCSS | Analysis Server:Connection: Total successes |
TTRQSTS | Analysis Server:Connection: Total requests |
Table: NTASLKS | |
CRLTWTS | Analysis Server:Locks: Current latch waits |
CRNLCKS | Analysis Server:Locks: Current locks |
CRNLWTS | Analysis Server:Locks: Current lock waits |
LCDNLSC | Analysis Server:Locks: Lock denials/sec |
LCGRNSC | Analysis Server:Locks: Lock grants/sec |
LCKWTSC | Analysis Server:Locks: Lock waits/sec |
LCRQSSC | Analysis Server:Locks: Lock requests/sec |
LTCWTSC | Analysis Server:Locks: Latch waits/sec |
UNLRQSC | Analysis Server:Locks: Unlock requests/sec |
Table: NTASLQR | |
AFCDRCT | Analysis Server:Last Query: Answer from cache direct |
ANSWFFL | Analysis Server:Last Query: Answer from file |
DAVBTRD | Analysis Server:Last Query: Data avg bytes/read |
DAVBTRW | Analysis Server:Last Query: Data avg bytes/row |
DAVRWRD | Analysis Server:Last Query: Data avg rows/read |
DSNUSED | Analysis Server:Last Query: DSN used |
DTBYTES | Analysis Server:Last Query: Data bytes |
DTREADS | Analysis Server:Last Query: Data reads |
FCFLTRD | Analysis Server:Last Query: Answer from cache filtered |
FEXCLDD | Analysis Server:Last Query: Rows filter excluded |
FINCLDD | Analysis Server:Last Query: Rows filter included |
INDXBTS | Analysis Server:Last Query: Index bytes |
INDXRDS | Analysis Server:Last Query: Index reads |
MPBYTES | Analysis Server:Last Query: Map bytes |
MPREADS | Analysis Server:Last Query: Map reads |
QRNUM | Analysis Server:Last Query: Query num |
RWFLTRD | Analysis Server:Last Query: Rows filtered |
RWSCRTD | Analysis Server:Last Query: Rows created |
RWSREAD | Analysis Server:Last Query: Rows read |
SNRQSTD | Analysis Server:Last Query: DSN requested |
TIMEMS | Analysis Server:Last Query: Time (ms) |
TTLBTS | Analysis Server:Last Query: Total bytes |
TTLRDS | Analysis Server:Last Query: Total reads |
Table: NTASPRC | |
CPRTTNS | Analysis Server:Proc: Current partitions |
CRTHRDS | Analysis Server:Proc: Current threads |
CTHRDNG | Analysis Server:Proc: Current threads reading |
CTMRGNG | Analysis Server:Proc: Current threads merging |
CTWRTNG | Analysis Server:Proc: Current threads writing |
FBTWRSC | Analysis Server:Proc: File bytes written/sec |
FRWWRSC | Analysis Server:Proc: File rows written/sec |
MMRSBTS | Analysis Server:Proc: Memory size bytes |
MMRSRWS | Analysis Server:Proc: Memory size rows |
RWCRTSC | Analysis Server:Proc: Rows created/sec |
RWMRGSC | Analysis Server:Proc: Rows merged/sec |
RWSRDSC | Analysis Server:Proc: Rows read/sec |
TPRTTNS | Analysis Server:Proc: Total partitions |
TTLROWS | Analysis Server:Proc: Total rows |
Table: NTBWRS1 | |
BFRSCSC | Oracle9 DBWR stats 1: buffers scanned/sec |
LRUSCSC | Oracle9 DBWR stats 1: LRU scans/sec |
Table: NTBWRS2 | |
CHCKPSC | Oracle9 DBWR stats 2: checkpoints/sec |
TMTSSEC | Oracle9 DBWR stats 2: timeouts/sec |
Table: NTDDCCH | |
PPGTGTS | Oracle9 Data Dictionary Cache: %% getmisses/gets |
SMOGTBS | Oracle9 Data Dictionary Cache: sum of gets Base |
Table: NTINDXS | |
CPRTTNS | Analysis Server:Proc Indexes: Current partitions |
ROWSSEC | Analysis Server:Proc Indexes: Rows/sec |
TPRTTNS | Analysis Server:Proc Indexes: Total partitions |
TTLROWS | Analysis Server:Proc Indexes: Total rows |
Table: NTMDL | |
IDPRCS | Module: ID Process is the unique identifier of this process. |
LDADRES | Module: Load Address |
MODULE | Module: Module |
PROCESS | Module: Process |
Table: NTMNGMN | |
RCRSCSC | Oracle9 Dynamic Space Management: recursive calls/sec |
Table: NTOBCCH | |
PPPHGTS | Oracle9 Buffer Cache: %% phyreads/gets |
SMOGTBS | Oracle9 Buffer Cache: sum of gets Base |
Table: NTODFLS | |
OR9DFLS | Oracle9 Data Files: Oracle9 Data Files |
PHRDSSC | Oracle9 Data Files: phyrds/sec |
PHWRTSC | Oracle9 Data Files: phywrts/sec |
Table: NTOFLST | |
FWRQSTS | Oracle9 Free List: %% freelist waits/requests |
SORQSBS | Oracle9 Free List: sum of requests Base |
Table: NTOLCCH | |
PPRLPNS | Oracle9 Library Cache: %% reloads/pins |
SMOPNBS | Oracle9 Library Cache: sum of pins Base |
Table: NTOSRTS | |
SRTIMSC | Oracle9 Sorts: sorts in memory/sec |
SRTODSC | Oracle9 Sorts: sorts on disk/sec |
Table: NTRLBFR | |
LSRQSTS | Oracle9 Redo Log Buffer: redo log space requests |
Table: NTSACCH | |
BTSADSC | Analysis Server:Agg Cache: Bytes added/sec |
CRENTRS | Analysis Server:Agg Cache: Current entries |
CRNTBTS | Analysis Server:Agg Cache: Current bytes |
DRCHRBS | Analysis Server:Agg Cache: Direct hit ratio Base |
DRCHTSC | Analysis Server:Agg Cache: Direct hits/sec |
DRCTHRT | Analysis Server:Agg Cache: Direct hit ratio |
EVCTNSC | Analysis Server:Agg Cache: Evictions/sec |
FLTHRBS | Analysis Server:Agg Cache: Filter hit ratio Base |
FLTHTSC | Analysis Server:Agg Cache: Filter hits/sec |
FLTRHRT | Analysis Server:Agg Cache: Filter hit ratio |
INSRTSC | Analysis Server:Agg Cache: Inserts/sec |
LKPSSEC | Analysis Server:Agg Cache: Lookups/sec |
MSSSEC | Analysis Server:Agg Cache: Misses/sec |
TEVCTNS | Analysis Server:Agg Cache: Total evictions |
TINSRTS | Analysis Server:Agg Cache: Total inserts |
TTDRHTS | Analysis Server:Agg Cache: Total direct hits |
TTFLHTS | Analysis Server:Agg Cache: Total filter hits |
TTLLKPS | Analysis Server:Agg Cache: Total lookups |
TTLMSS | Analysis Server:Agg Cache: Total misses |
Table: NTSPAGS | |
CPRTTNS | Analysis Server:Proc Aggs: Current partitions |
MMRSBTS | Analysis Server:Proc Aggs: Memory size bytes |
MMRSRWS | Analysis Server:Proc Aggs: Memory size rows |
RWCRTSC | Analysis Server:Proc Aggs: Rows created/sec |
RWMRGSC | Analysis Server:Proc Aggs: Rows merged/sec |
TFBWRSC | Analysis Server:Proc Aggs: Temp file bytes written/sec |
TFRWRSC | Analysis Server:Proc Aggs: Temp file rows written/sec |
TPRTTNS | Analysis Server:Proc Aggs: Total partitions |
Table: NTSQDMS | |
BTSSEC | Analysis Server:Query Dims: Bytes/sec |
CRRQSTS | Analysis Server:Query Dims: Current requests |
DMRQSTS | Analysis Server:Query Dims: Total VLDM requests |
MMBRSSC | Analysis Server:Query Dims: Members/sec |
RQSTSSC | Analysis Server:Query Dims: Requests/sec |
TTLBTS | Analysis Server:Query Dims: Total bytes |
TTMMBRS | Analysis Server:Query Dims: Total members |
TTRQSTS | Analysis Server:Query Dims: Total requests |
VLDMRSC | Analysis Server:Query Dims: VLDM requests/sec |
Table: NTSTRTP | |
BTSSEC | Analysis Server:Startup: Bytes/sec |
MMBRSSC | Analysis Server:Startup: Members/sec |
PRPRTSC | Analysis Server:Startup: Properties/sec |
SRVUPTM | Analysis Server:Startup: Server uptime |
TDMNSNS | Analysis Server:Startup: Total dimensions |
TPRPRTS | Analysis Server:Startup: Total properties |
TTLBTS | Analysis Server:Startup: Total bytes |
TTMMBRS | Analysis Server:Startup: Total members |
A new value for COLLECTR=, VISULIZR, has been added to SAS IT Resource Management to support data produced by BMC Visualizer that is stored in a relational database. Initially, this collector has only one table, VZWCAT, which contains "Workload Information for Distributed Systems". This table is read directly from the Visualizer database if the SAS/ACCESS product for that database is installed and available to your SAS IT Resource Management server. This table can be integrated into SAS IT Charge Management to enable the chargeback of resources in a Distributed Systems environment.
The %CPPROCES macro must be used to process this data. You must precede that macro with a libname statement that allocates RAWDATA as the relational database using the appropriate SAS/ACCESS engine, as in the following example:
libname rawdata oracle SAS/ACCESS_engine_connection_options SAS/ACCESS_engine_LIBNAME_options; %cpproces(vzwcat, collectr=VISULIZR, toolnm=SASACCESS, dupmode=DISCARD);
Please refer to the appropriate SAS/ACCESS documentation for details on specifying the options in the libname statement. These would include, for example, userid and password options.
Support has been added for processing UNIX accounting data from AIX Release 4, 5, Solaris 5.6, 5.8 and 5.9. Although support for Solaris 5.9 has been added, it has not been tested and was only added as a result of information from consultants who verified that it worked successfully.
This update supercedes the prior update contained in 2.5 Hotfix 1.
The following table is a complete list of UNIX systems/release pairs for which the UNIX accounting support has been implemented.
Operating System | Release |
---|---|
HP-UX | B.10.20 |
HP-UX | B.11.00 |
SunOS | 5.6 |
SunOS | 5.7 |
SunOS | 5.8 |
SunOS | 5.9 |
OSF1 | V4.0 |
AIX | 3 |
AIX | 4 |
AIX | 5 |
Note: The OS and Release values are obtained using the 'uname' command.
This release requires the length of the ACCCOMM variable in all the UNIX accounting tables to be updated to 12 from 8. If you have existing tables then you can either perform the update via the user interface or using DDUTL control statements (see below).
%cpcat; cards4; set table name=accton; update variable name=acccomm length=12; set table name=acccom; update variable name=acccomm length=12; set table name=accgrp; update variable name=acccomm length=12; set table name=accusr; update variable name=acccomm length=12; ;;;; %cpcat(cat=work.temp.temp.source); %cpddutl(entrynam=work.temp.temp.source);
Before applying any data dictionary maintenance, please read the following warnings: - The following SMF tables have had their table types changed from EVENT to INTERVAL due to an oversight when the tables were created. Table Description XTY12CC Websphere container class XTY12SI Websphere server interval If any of these tables already exist in your PDB, you will need to delete them if you want to start collecting the data as interval-type data. This can be done by either using the interactive interface or, preferably, by running the %CPDDUTL macro specifying a PDS member which contains the following statements: DELETE TABLE NAME=XTY12CC; DELETE TABLE NAME=XTY12SI; ADD TABLE NAME=XTY12CC; ADD TABLE NAME=XTY12SI; FAILURE TO DO THESE TASKS WILL RESULT IN AN ERROR CONDITION WHILST APPLYING MAINTENANCE.
The SAS IT Resource Management data dictionary has been updated using MXG 20.06. If you are running an older version of MXG, the dictionary may contain variables that are not available in your version of MXG. Later versions of MXG are compatible. If new variables or tables have been added in a later version, we will add them to our supplied data dictionary in a maintenance release. If you need to add them prior to that time, you can use CREATE VARIABLE or CREATE TABLE statements using the batch dictionary update utility, %CPDDUTL. To apply maintenance to your PDB dictionary, run the data dictionary utility macro, %CPDDUTL, in a batch job. See below for a list of some possible combinations of control statements for %CPDDUTL. See the macro reference documentation or the online help index for more details regarding this macro. Please also note that SCOPE=ALL is now an obsolete parameter setting for the MAINTAIN function. - To obtain a report of new variables that could be added to your dictionary, specify: MAINTAIN TABLE NAME=_ALL_ REPORT SCOPE=NEWVARS NOUPDATE; - To obtain a report of all changes to existing variables before you update your dictionary, specify: MAINTAIN TABLE NAME=_ALL_ REPORT SCOPE=EXISTING NOUPDATE; - To update your dictionary such that only new variables are added (no existing variables are modified), specify: MAINTAIN TABLE NAME=_ALL_ REPORT SCOPE=NEWVARS UPDATE; - To update your dictionary such that existing variables are modified, specify: MAINTAIN TABLE NAME=_ALL_ REPORT SCOPE=EXISTING UPDATE; The last two examples also produce a report of what is being changed. If you want to suppress this, specify NOREPORT in place of REPORT. If you want to apply maintenance or obtain a report on only one table, specify its name as the NAME= parameter value in place of _ALL_. Note that you cannot specify multiple tables.
Support for MXG 20.06 also implies support for the following enhancements to existing tables: Support for SMF 94 subtype 2 and subtype 1. Support for z/OS 1.4. Support for SMF 120 subtype 7 and 8 WebSphere 4.0.1. Support for CICS Transaction Resource Class new data. Support for Oracle and Analysis Server NTSMF objects. Support for RMF 74 subtype 7 FICON Port data. Support for NTSMF 2.4.4, MODULE Object, Disk pct and Averages. Support for NTSMF File System Collector. Support for JES "Z2 Mode". Support for subtype 27/28 of STK HCS/VSM records. Support for NTSMF Citrix process record. Support for z/OS 1.3. Support for TMON/CICS TCE 2.1. Support for Top Secret V5.2. Support for CICS/TS 2.2. Support for TYPE94 APAR OW52989. Support for OS/400 Release 5.1.0 Collection Services. Support for Crypto (for SSL) RMF 70 Subtype 2. Support for IBM CICS/TS 2.2 Statistics Record TCBs. Support for NPM subtypes 18x/19x. Support for Tivoli/Netview NPM 2.6. Support for NTSMF SMS Objects. Support for DB2 QLES section. Support for NTSMF Windows 2000, SP2 for Exchange 2000, SQLSERVER. Support for z/OS Version 1 Release 2. Support for CICS/TS 2.2 Subtype 1. Support for IMS 6.1 Fast Path records. Support for NTSMF V 2.4.2.11 & Windows 2000 changes. Support for TPF releases PUT08, PUT10, PUT12. Support for z/VM 3.1 and VM/ESA 2.4 on z/900 CPUs. Support for new TYPE42XV dataset for XRC Volume segments. Support for HMF Subtypes 29, 30, and 31. Support for IMS Version 7.1 Log Records.
1) The following tables have been deleted from the supplied data dictionary: Table Table Type Description XTY12CA EVENT Websphere container activity XTY12CI EVENT Websphere container interval This is because support for 4.0 of Websphere Application Server, Enterprise Editon radically changed the structure of its SMF records. See Change 19.180 for details. 2) The following tables have been added to the supplied data dictionary: Table Table Type Description NASAGCA INTERVAL WIN NT - Analysis Svr agg cache NASCONN INTERVAL WIN NT - Analysis Svr connection NASLAQU INTERVAL WIN NT - Analysis Svr last query NASLOCK INTERVAL WIN NT - Analysis Svr locks NASPRAG INTERVAL WIN NT - Analysis Svr proc aggs NASPRIN INTERVAL WIN NT - Analysis Svr proc indexes NASPROC INTERVAL WIN NT - Analysis Svr proc NASQUDI INTERVAL WIN NT - Analysis Svr query dims NASQURY INTERVAL WIN NT - Analysis Svr query NASSTRT INTERVAL WIN NT - Analysis Svr startup NEPOXY INTERVAL WIN NT - epoxy NEXCHHT INTERVAL WIN NT - exchange srvr http extensions NFSSTAT INTERVAL WIN NT - fs statistics NMGTHER INTERVAL WIN NT - microsoft gatherer NMGTHPR INTERVAL WIN NT - microsoft gatherer projects NMODULE INTERVAL WIN NT - module NMSERCH INTERVAL WIN NT - microsoft search NMSERSC INTERVAL WIN NT - microsoft search catalogs NMSERSI INTERVAL WIN NT - microsoft search indexr ctlgs NMSQAES INTERVAL WIN NT - mssql access methods NMSQBDV INTERVAL WIN NT - mssql backup device NMSQBMG INTERVAL WIN NT - mssql buffer manager NMSQBPA INTERVAL WIN NT - mssql buffer partition NMSQCMG INTERVAL WIN NT - mssql cache manager NMSQDAB INTERVAL WIN NT - mssql databases NMSQGST INTERVAL WIN NT - mssql general statistics NMSQLCH INTERVAL WIN NT - mssql latches NMSQLKS INTERVAL WIN NT - mssql locks NMSQMMG INTERVAL WIN NT - mssql memory manager NMSQRAG INTERVAL WIN NT - mssql replication agents NMSQRDI INTERVAL WIN NT - mssql replication dist. NMSQRLR INTERVAL WIN NT - mssql replication logreader NMSQRME INTERVAL WIN NT - mssql replication merge NMSQRSN INTERVAL WIN NT - mssql replication snapshot NMSQSTS INTERVAL WIN NT - mssql sql statistics NMSQUSE INTERVAL WIN NT - mssql user settable NMXAL INTERVAL WIN NT - msexchangeal NMXAP INTERVAL WIN NT - msexchangeimap4 NMXBM INTERVAL WIN NT - msexchange web mail NMXCH INTERVAL WIN NT - msexchangedsaccess caches NMXDR INTERVAL WIN NT - msexchangeis transport driver NMXEV INTERVAL WIN NT - msexchange oledb events NMXNT INTERVAL WIN NT - msexchangedsaccess contexts NMXOC INTERVAL WIN NT - msexchangedsaccess processes NMXP3 INTERVAL WIN NT - msexchangepop3 NMXRE INTERVAL WIN NT - msexchange oledb resource NMXRS INTERVAL WIN NT - msexchangesrs NMXSA INTERVAL WIN NT - msexchangesa - nspi proxy NMXSD INTERVAL WIN NT - store drvr NORBUFF INTERVAL WIN NT - Oracle buffer cache NORDADI INTERVAL WIN NT - Oracle data dictionary cache NORDAFI INTERVAL WIN NT - Oracle data files NORDBW1 INTERVAL WIN NT - Oracle dbwr stats 1 NORDBW2 INTERVAL WIN NT - Oracle dbwr stats 2 NORDYSM INTERVAL WIN NT - Oracle dynamic space management NORFREE INTERVAL WIN NT - Oracle free list NORLIBR INTERVAL WIN NT - Oracle library cache NORREDO INTERVAL WIN NT - Oracle redo log buffer NORSORT INTERVAL WIN NT - Oracle sorts NSMDISD INTERVAL WIN NT - sms discovery data manager NSMEXTH INTERVAL WIN NT - sms executive thread states NSMINME INTERVAL WIN NT - sms in-memory queues NSMSEND INTERVAL WIN NT - sms standard sender NSMSTAT INTERVAL WIN NT - sms status messages VIODDCH INTERVAL VM/ESA - Delete CHPID VIODDDV INTERVAL VM/ESA - Delete device VIODMDV INTERVAL VM/ESA - Modify device VIODMOF INTERVAL VM/ESA - Set subchan measure off VIODMON INTERVAL VM/ESA - Set subchan measure on VIODSOF INTERVAL VM/ESA - Vary off subchannel VIODSON INTERVAL VM/ESA - Vary on subchannel VIODSTC INTERVAL VM/ESA - State change VIODTOF INTERVAL VM/ESA - Set throttle off VIODTON INTERVAL VM/ESA - Set throttle rate VSYTEPM INTERVAL VM/ESA - Extended channel measure VSYTSYG INTERVAL VM/ESA - System data global XCILGG INTERVAL CICS log manager logstream XCIRDFI EVENT CICS resource file detail XCIRDS EVENT CICS resource data class XCISPOO INTERVAL CICS dispatcher tcb pools XHBARCH EVENT Harbor archive request XHBBKUP EVENT Harbor backup request XHBCONS EVENT Harbor consolidation XHBDIST EVENT Harbor distribution info XHBFILE EVENT Harbor file pickup XHBMIGR EVENT Harbor migration info XHBRECA EVENT Harbor recall info XHBREST EVENT Harbor restore request XHBRETR EVENT Harbor retrieve request XIPAC06 EVENT INFOPAC Pages/hierarchy code XIPAC07 EVENT INFOPAC Archive placement/longevity XNPNNRC INTERVAL NPM router cisco cip interval XNPXCSL INTERVAL NPM csl exception/resolution XNPXETH INTERVAL NPM eth exception/resolution XNPXFRP INTERVAL NPM frp exception/resolution XNPXNEO INTERVAL NPM neo exception/resolution XNPXTRI INTERVAL NPM tri exception/resolution XNPXXLK INTERVAL NPM xlk exception/resolution XNPXXPU INTERVAL NPM xpu exception/resolution XNPXXVC INTERVAL NPM xvc exception/resolution XQAJOBL INTERVAL AS400 - job data XQAJOBM INTERVAL AS400 - job data XQAJOBO INTERVAL AS400 - job data XQAPOLB INTERVAL AS400 - main storage data XQAPOLL INTERVAL AS400 - main storage data XQAPOLT INTERVAL AS400 - main storage data XQASYSC INTERVAL AS400 - system performance data XQASYSL INTERVAL AS400 - system performance data XQASYST INTERVAL AS400 - system performance data XSTVS27 EVENT STC VSM 27 vtv scratch status XSTVS28 EVENT STC VSM 28 vtv replication XSTVS29 EVENT STC VSM 29 vtv-mvc unlink XTMDBD0 EVENT TMON for DB2 auth failure additional txt XTYHMFT EVENT HMF cnt2 compression entry XTYHMFU EVENT HMF cnt2 ifentry XTYHMFV EVENT HMF sysgroup/cnt2sys hdw XTY12JC EVENT Websphere j2ee container class avtivity XTY12JI INTERVAL Websphere j2ee container interval XTY12WA EVENT Websphere webcontainer activity XTY12WI INTERVAL Websphere webcontainer interval XTY42XV INTERVAL DFP extended remote copy vol XTY422A EVENT Delete alias XTY4220 EVENT Stow initialize delete pdse XTY4221 EVENT Delete pds or pdse member XTY70X2 INTERVAL RMF pci crypto accelerator pcica XTY70Y2 INTERVAL RMF crypto coproc facility ccf XTY7002 INTERVAL RMF pci crypto coprocessor pcicc XTY74DU INTERVAL RMF duplex coupling facility XTY747C INTERVAL RMF FCT Connector data XTY747P INTERVAL RMF FCD Global, Switch, and Port data XTY942 INTERVAL IBM tape library volume pooling stats XTY9421 INTERVAL IBM tape library volume pool detail 3) The following tables have had their labels and descriptions changed: Table Description XMICF from: Mim control file to: MIM control file XMIECM from: Mim ecm statistics to: MIM ecm statistics XMIVCF from: Mim virtual control file to: MIM virtual control file XTY12CC from: Websphere container activity class to: Websphere container class XTY12CM from: Websphere container activity method to: Websphere class method XTY12SC from: Websphere server activity comm session to: Websphere server container activity XTY12SI from: Websphere server interval to: Websphere server interval 4) The following tables have had variable changes (variables added, deleted, or modified) in the supplied data dictionary: Table Table Type Description NDATABA INTERVAL WIN NT database NJOBDET INTERVAL WIN NT job object details NLOGLDI INTERVAL WIN NT logical disk NMEMORY INTERVAL WIN NT memory NMSXDS INTERVAL WIN NT ms exchange directory services NMSXIS INTERVAL WIN NT ms exchange info store NMSXPU INTERVAL WIN NT ms exchange info store public NPHYSDI INTERVAL WIN NT physical disk NPRCES INTERVAL WIN NT process NSQLCAC INTERVAL WIN NT sqlcacmg NSQLDAT INTERVAL WIN NT sqldatab NTCNFIG EVENT WIN NT SMF configuration NTHRED INTERVAL WIN NT thread NTINTRV INTERVAL WIN NT interval data NTRMSRS INTERVAL WIN NT terminal server session NUSER INTERVAL WIN NT user NWINPRX INTERVAL WIN NT winsock proxy server NWRLMSC INTERVAL WIN NT worldsecuremail message count VBYCPU INTERVAL VM CPU Engine Data (MXG) VBYTIME INTERVAL VM System and Storage Data (MXG) VBYUSR INTERVAL VM User Data (MXG) VIODCAD INTERVAL VM Cache Activity Data VIODDEV INTERVAL VM Device Activity VMINTRV INTERVAL VM Interval Data (consolidated by MXG) VMTRDEV EVENT VM Device Configuration Data VMTRPRP EVENT VM Processor Configuration VMTRSCH EVENT VM Scheduler Settings VMTRSYS EVENT VM System Configuration Data VMTRUSR EVENT VM Logged on User VPRCPRP INTERVAL VM Processor Data (Per Processor) VSTOSHR INTERVAL VM Shared Storage Management VSYTPRP INTERVAL VM Processor Data (Per Processor) VSYTRSG INTERVAL VM Real Storage Data (Global) VSYTSCG INTERVAL VM Scheduler Activity (Global) VSYTSYP INTERVAL VM System Data (Per Processor) VSYTUWT INTERVAL VM User Wait States VSYTXSG INTERVAL VM Expanded Storage Data (Global) XASMCEC INTERVAL LPAR CEC level LPAR details XASM70P INTERVAL LPAR RMF interval data XCICINT INTERVAL CICS interval statistics XCIDS INTERVAL CICS dispatcher statistics XCIEXCE INTERVAL CICS exceptions XCIFCR INTERVAL CICS file control specific XCIST INTERVAL CICS statistics domain global XCITRAN EVENT CICS transactions XDBACCT EVENT DB2 accounting XDBBPAC EVENT DB2 accounting-group buffer pool XDBCCTB EVENT DB2 accounting-buffer pool XDBCCTP EVENT DB2 accounting-packages/dbrm XDBGBPA EVENT DB2 global buffer pool attributes XDBSTA1 INTERVAL DB2 interval statistics (subtype 1) XDBTATS INTERVAL DB2 interval statistics: summary XDB2A INTERVAL DB2 accounting - summarised to hour XDCDSET EVENT DCOLLECT active data set information XDCMIGS EVENT DCOLLECT migrated XEDSVRE EVENT DFSMSrmm volume information XHSFSRS EVENT HSM fsr statistics, detail records XICBGSY INTERVAL Iceberg subsystem performance XICBGUT EVENT Iceberg space utilization XIMBMPS EVENT IMS BMP transactions XIMDBDS EVENT IMF - IMS DBDs used XIMFAST EVENT IMS fast path XIMFTRN EVENT IMF - IMS transactions XIMPROG EVENT IMF - IMS program deschedule XIMTRAN EVENT IMS DC transactions XIPAC01 EVENT INFOPAC Batch printing usage statistics XIPAC02 EVENT INFOPAC Online printing usage stats XIPAC03 EVENT INFOPAC Online viewing usage statistics XIPAC04 EVENT INFOPAC Archive recall usage statistics XIPAC05 EVENT INFOPAC Archive i/o subsys statistics XJOBS EVENT Completed jobs XMQACCT EVENT MQM accounting statistics XNDMCT EVENT NDM copy termination XNDMPT EVENT NDM process termination event XNDMRT EVENT NDM run task termination record XNPANOD INTERVAL NPM ODLC lan XNPNNRP INTERVAL NPM cisco pool interval XNPNNRT INTERVAL NPM router interval XORACLE EVENT Oracle event record XOVTCP INTERVAL OMEGAMON for VTAM tcp asid XPRINT EVENT Print events XQACONF EVENT AS400 - system configuration data XQADISK INTERVAL AS400 - disk storage data XQAETH INTERVAL AS400 - ethernet statistics XRMFINT INTERVAL Combined RMF interval data XSMFINT INTERVAL SMF interval accounting XSPNJOB EVENT Incomplete (spun) jobs XSTVS13 EVENT STC VSM 13 vtcs vtv mount XSTVS14 EVENT STC VSM 14 vtcs vtv dismount XSTVS15 EVENT STC VSM 15 vtcs delete vtv XSTVS16 EVENT STC VSM 16 vtcs rtd mount XSTVS17 EVENT STC VSM 17 vtcs rtd dismount XSTVS18 EVENT STC VSM 18 vtcs migrate vtv to mvc XSTVS19 EVENT STC VSM 19 vtcs recall vtv from mvc XSYCSOR EVENT Syncsort sort end stats XTC2CMX INTERVAL Landmark CICS MON 2 - cmx segment XTC2DBD EVENT Landmark CICS MON 2 - dbd activity XTC2DSA INTERVAL Landmark CICS MON 2 - dsa segment XTC2IDS INTERVAL Landmark CICS MON 2 - ids segment XTC2IRQ INTERVAL Landmark CICS MON 2 - irq segment XTC2IWT INTERVAL Landmark CICS MON 2 - iwt segment XTC2SUM INTERVAL Landmark CICS MON 2 - hourly summary XTC2SYS INTERVAL Landmark CICS MON 2 - file interval XTC2TDQ INTERVAL Landmark CICS MON 2 - transient data int XTC2TFI INTERVAL Landmark CICS MON 2 - file interval XTC2TMC INTERVAL Landmark CICS MON 2 - tmc segment XTC2TPD INTERVAL Landmark CICS MON 2 - tpd segment XTC2TPG INTERVAL Landmark CICS MON 2 - tpg segment XTC2TR INTERVAL Landmark CICS MON 2 - region interval XTC2TS INTERVAL Landmark CICS MON 2 - temp storage intvl XTC2TSK EVENT Landmark CICS MON 2 - transactions XTC2TSQ INTERVAL Landmark CICS MON 2 - tsq segment XTC2TTR INTERVAL Landmark CICS MON 2 - ttr segment XTC2TXN INTERVAL Landmark CICS MON 2 - txn segment XTC2T2 INTERVAL Landmark CICS MON 2 - db2 intvl for cics XTMDBD EVENT TMON for DB2 authorization failure XTPFDA EVENT TPF - aaa initialization (uat) XTPFDH EVENT TPF - ss/ssu mnemonic table XTPFDI EVENT TPF - lc processor - subsystem status XTPFDK EVENT TPF - routing control application table XTPFDN EVENT TPF - tape status table XTPFDP EVENT TPF - cache control unit information XTPFDR EVENT TPF - sna record ids this cpu XTPFDS EVENT TPF - bsc statoin name conversion table XTPFDT EVENT TPF - hardware addresses files/tapes XTPFDTX EVENT TPF - hardware addresses detail XTPFDU EVENT TPF - jcw block and sequence control XTPFDV EVENT TPF - son module device status table XTPFDVX EVENT TPF - son module device details XTPFDX EVENT TPF - rtc data collection begin XTPFDY EVENT TPF - channel path id information XTPFFC EVENT TPF - tape activity record XTPFFF EVENT TPF - sons and vfa intercept records XTPFFM EVENT TPF - son activity record XTPFFN EVENT TPF - son activity record extension XTPFFQ EVENT TPF - file queue counts for sons XTPFFS INTERVAL TPF - vfa synchronization records XTPFFV INTERVAL TPF - vfa activity record XTPFINT INTERVAL TPF - interval statistics XTPFMB EVENT TPF - alc,slc,bsc msg interval continue XTPFMD INTERVAL TPF - mpifpath definition/activity XTPFMG INTERVAL TPF - mpif ipc global table XTPFML EVENT TPF - alc,slc,bsc msg interval start XTPFMM EVENT TPF - message intercept record XTPFMP EVENT TPF - mpif general information XTPFNX INTERVAL TPF - sna message intrl start/stop/cont XTPFPP EVENT TPF - program intercept data XTPFPX EVENT TPF - system pools (gfs) begin/end XTPFSA INTERVAL TPF - application name table XTPFSC INTERVAL TPF - sabre unique claw record XTPFSJ EVENT TPF - sabre lowcore condition reached XTPFSM EVENT TPF - system message count table XTPFSP INTERVAL TPF - system pool (gfs) data XTPFSU INTERVAL TPF - subsystem/subsystem user record XTPFSX INTERVAL TPF - system intrvl start/stop/continue XTPFTT EVENT TPF - time stamp and trace record XTSCALL EVENT TSO/MON call statistics XTYRMDS EVENT IBM Report Mgmt. and Distribution XTYTALO EVENT MXG tape monitor allocation event XTYTPMX EVENT Thruput manager job analyzer - extended XTY1031 EVENT HTTP Websphere server config XTY1032 INTERVAL HTTP Websphere server perform XTY108P INTERVAL Domino server ports active (subtype 1) XTY108T INTERVAL Domino server transaction (subtype 1) XTY1081 INTERVAL Domino server server load XTY1082 INTERVAL Domino server user activity XTY1083 INTERVAL Domino server monitor and tuning XTY1086 INTERVAL Domino server database activity XTY12CC EVENT Websphere container activity class XTY12CM EVENT Websphere container activity method XTY12SA EVENT Websphere server activity XTY12SC EVENT Websphere server activity comm session XTY12SI EVENT Websphere server interval XTY26J3 EVENT JES3 purge information XTY30_V EVENT Job/TSO interval accounting XTY30_1 EVENT Job/TSO initiation XTY30_4 EVENT Job/TSO step/program termination XTY30_5 EVENT Job/TSO termination XTY30_6 EVENT System address space data XTY42AU EVENT DFP cache control unit volumes XTY42DS INTERVAL DFP data set statistics XTY42D1 INTERVAL VSAMRLS sysplex wide data set response XTY42D2 INTERVAL VSAMRLS by system data set response XTY42S1 INTERVAL VSAMRLS sysplex wide storclas response XTY42S2 INTERVAL VSAMRLS by system storclas response XTY42VL EVENT DFP cache control unit volumes XTY42X1 INTERVAL VSAMRLS local buffer manager stats XTY42X2 EVENT VSAMRLS local buffer manager detail XTY60 EVENT Updated VSAM Volume Data Set XTY70 INTERVAL RMF CPU activity and address space stats XTY70PR INTERVAL RMF PR/SM statistics XTY71 INTERVAL RMF paging and swapping activity XTY72 INTERVAL RMF workload activity XTY72GO INTERVAL RMF goal mode period resources XTY72SC INTERVAL RMF goal mode service class section XTY7204 INTERVAL RMF subtype 04 XTY73 INTERVAL RMF channel path activity XTY74CA INTERVAL RMF Cache Reporter - cache controllers XTY74CF INTERVAL RMF coupling facility - activity XTY74ST INTERVAL RMF coupling facility - structure reqs XTY78CU INTERVAL RMF LCU queuing statistics XTY78IO INTERVAL RMF I/O queueing XTY78PA INTERVAL RMF virtual storage private area stats XTY78SP INTERVAL RMF virtual storage private area subpool XTY79C INTERVAL RMF mon II channel path activity data XTY791 INTERVAL RMF mon II address space state data XTY90 EVENT MVS operator command issued XTY9101 EVENT MVS pipes - subsystem initialization XTY9102 INTERVAL MVS pipes - subsystem interval XTY9103 EVENT MVS pipes - subsystem termination XTY9111 EVENT MVS pipes - pipe connection open XTY9112 INTERVAL MVS pipes - pipe interval XTY9113 EVENT MVS pipes - pipe close XTY9115 EVENT MVS pipes - pipe delete XTY94 INTERVAL IBM tape library dataserver stats XUOW EVENT CICS/DB2 combined resource summary
1) The following 14 variables have been added to table NDATABA: Variable Description Interpretation DAAINST Database instance name STRING LGESTRT Log record stalls/sec RATE LGHWAIT Log threads waiting COUNT LGRITRT Log writes/sec RATE PGNVRCN Pages converted COUNT PGNVRRT Pages converted/sec RATE RCNVRCN Records converted COUNT RCNVRRT Records converted/sec RATE SESINUS Sessions in use COUNT SESPCUS Sessions pct used PERCENT100 TOAHIRT Table open cache hits/sec RATE TOAMIRT Table open cache misses/sec RATE TOAPCHT Table open cache pct hit PERCENT100 TOPENRT Table opens/sec RATE 2) The following variable has had its format changed in table NJOBDET: ELAPSTM changed from TIME12.2 to TIME13.3 3) The following 3 variables have been added to table NLOGLDI: Variable Description Interpretation AVDSKQT Avg disk queue time AVERAGE AVDSKST Avg disk service time AVERAGE PTDSKBY Pct disk busy PERCENT100 4) The following 2 variables have been added to table NMEMORY: Variable Description Interpretation AVALMEK Available memory COUNT AVALMEM Available memory COUNT The following 2 variables have been deleted from table NMEMORY: AVAILME Available memory COUNT AVAIL01 Available memory COUNT 5) The following 2 variables have been added to table NMSXDS: Variable Description Interpretation AJMTASS Adjacent mta associations COUNT MSXCMTA Msexchange mta COUNT 6) The following 40 variables have been added to table NMSXIS: Variable Description Interpretation APNCRCN Appointment instances created COUNT APNCRRT Appointment instance creation rate RATE APNDECN Appointment instances deleted COUNT APNDERT Appointment instance deletion rate RATE FBUBLCN Fb publish count COUNT FBUBLRT Fb publish rate RATE REAEXCN Recurring master appointments expanded COUNT REAEXRT Recurring master expansion rate RATE REPCRCN Recurring appointments created COUNT REPCRRT Recurring apppointment creation rate RATE REPDECN Recurring appointments deleted COUNT REPDERT Recurring appointment deletion rate RATE REPMOCN Recurring appointments modified COUNT REPMORT Recurring appointment modification rate RATE SIPCRCN Single appointments created COUNT SIPCRRT Single appointment creation rate RATE SIPDECN Single appointments deleted COUNT SIPDERT Single appointment deletion rate RATE SIPMOCN Single appointments modified COUNT SIPMORT Single appointment modification rate RATE VMGBLSZ Vm largest block size GAUGE VMGFRBY Vm total large free block bytes COUNT VMOFREE Vm total free blocks COUNT VM6FREE Vm total 16mb free blocks COUNT VSCBYTE Virus scan bytes scanned COUNT VSCQUEL Virus scan queue length COUNT VSECLCN Virus scan messages cleaned COUNT VSECLRT Virus scan messages cleaned/sec RATE VSEPRCN Virus scan messages processed COUNT VSEPRRT Virus scan messages processed/sec RATE VSEQUCN Virus scan messages quarantined COUNT VSEQURT Virus scan messages quarantined/sec RATE VSICLCN Virus scan files cleaned COUNT VSICLRT Virus scan files cleaned/sec RATE VSIQUCN Virus scan files quarantined COUNT VSIQURT Virus scan files quarantined/sec RATE VSISCCN Virus scan files scanned COUNT VSISCRT Virus scan files scanned/sec RATE VSOSCCN Virus scan folders scanned in background COUNT VSSSCCN Virus scan messages scanned in backgrnd COUNT 7) The following 10 variables have been added to table NMSXPU: Variable Description Interpretation HDOLOCR Http/dav total locks created COUNT HDORQCN Http/dav total notify requests COUNT HDORQRT Http/dav notify requests/sec RATE HDOSUCR Http/dav total subscriptions created COUNT HDOSUEX Http/dav total subscriptions expired COUNT HDUPENO Http/dav current pending notifications GAUGE HDUSUCN Http/dav current subscriptions GAUGE HDUTRLK Http/dav current transaction locks GAUGE LOOPSRT Logon operations/sec RATE MSXISPU Instance name STRING 8) The following 3 variables have been added to table NPHYSDI: Variable Description Interpretation AVDSKQT Avg disk queue time AVERAGE AVDSKST Avg disk service time AVERAGE PTDSKBY Pct disk busy PERCENT100 9) The following 9 variables have been added to table NPRCES: Variable Description Interpretation IODABYR Io data bytes/sec RATE IODTOPR Io data operations/sec RATE IOOTBYR Io other bytes/sec RATE IOOTOPR Io other operations/sec RATE IORDBYR Io read bytes/sec RATE IORDOPR Io read operations/sec RATE IOWRBYR Io write bytes/sec RATE IOWROPR Io write operations/sec RATE REDYTHR Ready threads COUNT The following variable has had its format changed in table NPRCES: ELAPSTM changed from TIME12.2 to TIME13.3 10) The following 6 variables have been added to table NSQLCAC: Variable Description Interpretation CCHEMGR STRING CCHHITR Cache hit ratio PERCENT CCHOBCT COUNT CCHPAGE COUNT CCHUSRT COUNT MSSRVDB Mssql server db name STRING 11) The following variable has been added to table NSQLDAT: Variable Description Interpretation DAABASE Database name STRING 12) The following 115 variables have been added to table NTCNFIG: Variable Description Interpretation CPSPEDA Cpu10 speed mhz INT CPSPEDB Cpu11 speed mhz INT CPSPEDC Cpu12 speed mhz INT CPSPEDD Cpu13 speed mhz INT CPSPEDE Cpu14 speed mhz INT CPSPEDF Cpu15 speed mhz INT CPSPEDG Cpu16 speed mhz INT CPSPEDH Cpu17 speed mhz INT CPSPEDI Cpu18 speed mhz INT CPSPEDJ Cpu19 speed mhz INT CPSPEDK Cpu20 speed mhz INT CPSPEDL Cpu21 speed mhz INT CPSPEDM Cpu22 speed mhz INT CPSPEDN Cpu23 speed mhz INT CPSPEDO Cpu24 speed mhz INT CPSPEDP Cpu25 speed mhz INT CPSPEDQ Cpu26 speed mhz INT CPSPEDR Cpu27 speed mhz INT CPSPEDS Cpu28 speed mhz INT CPSPEDT Cpu29 speed mhz INT CPSPEDU Cpu30 speed mhz INT CPSPEDV Cpu31 speed mhz INT CPSPEDW Cpu32 speed mhz INT CPSPED5 Cpu5 speed mhz INT CPSPED6 Cpu6 speed mhz INT CPSPED7 Cpu7 speed mhz INT CPSPED8 Cpu8 speed mhz INT CPSPED9 Cpu9 speed mhz INT CPUNUMA Cpu10 processor number INT CPUNUMB Cpu11 processor number INT CPUNUMC Cpu12 processor number INT CPUNUMD Cpu13 processor number INT CPUNUME Cpu14 processor number INT CPUNUMF Cpu15 processor number INT CPUNUMG Cpu16 processor number INT CPUNUMH Cpu17 processor number INT CPUNUMI Cpu18 processor number INT CPUNUMJ Cpu19 processor number INT CPUNUMK Cpu20 processor number INT CPUNUML Cpu21 processor number INT CPUNUMM Cpu22 processor number INT CPUNUMN Cpu23 processor number INT CPUNUMO Cpu24 processor number INT CPUNUMP Cpu25 processor number INT CPUNUMQ Cpu26 processor number INT CPUNUMR Cpu27 processor number INT CPUNUMS Cpu28 processor number INT CPUNUMT Cpu29 processor number INT CPUNUMU Cpu30 processor number INT CPUNUMV Cpu31 processor number INT CPUNUMW Cpu32 processor number INT CPUNUM5 Cpu5 processor number INT CPUNUM6 Cpu6 processor number INT CPUNUM7 Cpu7 processor number INT CPUNUM8 Cpu8 processor number INT CPUNUM9 Cpu9 processor number INT DCSDURT Dcs interval duration STRING DSVRYRT Discovery record types STRING FAMILYA Cpu10 family STRING FAMILYB Cpu11 family STRING FAMILYC Cpu12 family STRING FAMILYD Cpu13 family STRING FAMILYE Cpu14 family STRING FAMILYF Cpu15 family STRING FAMILYG Cpu16 family STRING FAMILYH Cpu17 family STRING FAMILYI Cpu18 family STRING FAMILYJ Cpu19 family STRING FAMILYK Cpu20 family STRING FAMILYL Cpu21 family STRING FAMILYM Cpu22 family STRING FAMILYN Cpu23 family STRING FAMILYO Cpu24 family STRING FAMILYP Cpu25 family STRING FAMILYQ Cpu26 family STRING FAMILYR Cpu27 family STRING FAMILYS Cpu28 family STRING FAMILYT Cpu29 family STRING FAMILYU Cpu30 family STRING FAMILYV Cpu31 family STRING FAMILYW Cpu32 family STRING FAMILY5 Cpu5 family STRING FAMILY6 Cpu6 family STRING FAMILY7 Cpu7 family STRING FAMILY8 Cpu8 family STRING FAMILY9 Cpu9 family STRING MANFACA Cpu10 manufacturer STRING MANFACB Cpu11 manufacturer STRING MANFACC Cpu12 manufacturer STRING MANFACD Cpu13 manufacturer STRING MANFACE Cpu14 manufacturer STRING MANFACF Cpu15 manufacturer STRING MANFACG Cpu16 manufacturer STRING MANFACH Cpu17 manufacturer STRING MANFACI Cpu18 manufacturer STRING MANFACJ Cpu19 manufacturer STRING MANFACK Cpu20 manufacturer STRING MANFACL Cpu21 manufacturer STRING MANFACM Cpu22 manufacturer STRING MANFACN Cpu23 manufacturer STRING MANFACO Cpu24 manufacturer STRING MANFACP Cpu25 manufacturer STRING MANFACQ Cpu26 manufacturer STRING MANFACR Cpu27 manufacturer STRING MANFACS Cpu28 manufacturer STRING MANFACT Cpu29 manufacturer STRING MANFACU Cpu30 manufacturer STRING MANFACV Cpu31 manufacturer STRING MANFACW Cpu32 manufacturer STRING MANFAC5 Cpu5 manufacturer STRING MANFAC6 Cpu6 manufacturer STRING MANFAC7 Cpu7 manufacturer STRING MANFAC8 Cpu8 manufacturer STRING MANFAC9 Cpu9 manufacturer STRING SURYVER Summary program version STRING 13) The following variable has had its format changed in table NTHRED: ELAPSTM changed from TIME12.2 to TIME13.3 14) The following 5 variables have been added to table NTINTRV: Variable Description Interpretation AVALMEK Available memory COUNT AVALMEM Available memory COUNT AVDSKQT Avg disk queue time AVERAGE AVDSKST Avg disk service time AVERAGE PCDSKBY Pct disk busy PERCENT100 The following 2 variables have been deleted from table NTINTRV: AVAILME Available memory COUNT AVAIL01 Available memory COUNT 15) The following variable has had its format changed in table NTRMSRS: ELAPSTM changed from TIME12.2 to TIME13.3 16) The following variable has had its format changed in table NUSER: ELAPSTM changed from TIME12.2 to TIME13.3 17) The following 5 variables have been added to table NWINPRX: Variable Description Interpretation DNCACEN Dns cache entries COUNT DNCACFL Dns cache flushes COUNT DNCACHI Dns cache hits COUNT DNCACPC Dns cache hit percentage PERCENT100 DNRETRV Dns retrievals COUNT The following 5 variables have been deleted from table NWINPRX: DNSCACE Dns cache entries COUNT DNSCACF Dns cache flushes COUNT DNSCACH Dns cache hits COUNT DNSCACP Dns cache hit percentage PERCENT100 DNSRETR Dns retrievals COUNT 18) The following 3 variables have had their format changed in table NWRLMSC: ALMSSIZ changed from MGBYTRT. to MGBYTES. EXRNSIZ changed from MGBYTRT. to MGBYTES. INRNSIZ changed from MGBYTRT. to MGBYTES. 19) The following 7 variables have been added to table VBYCPU: Variable Description Interpretation CALUDED Userid if cpu is dedicated STRING HFUSERM Vmdbks master only pldv COUNT PFSPINC Spin lock requests not immediate COUNT PFSPINT Elapsed time in spin locks TIME PFXTYPE Host cpu usage type HEXFLAGS PLDGUCT User supplied diagnose instr COUNT PLXITCT User exit calls made COUNT 20) The following 25 variables have been added to table VBYTIME: Variable Description Interpretation CALLIST Vmdbks dsp list limit list COUNT CASLKCT Spin requests for sked lock COUNT CASLKTM Spin time on sked lock TIME HCSTPXB Bias for minidisk cache estore COUNT SRATOD2 Artificial tod2 DATETIME SRCONLL Users on limit list COUNT SRLLCNT Adds to limit list COUNT SRMATOD Artificial tod DATETIME SRTOTST Memory available to scheduler COUNT SRWSSDL Dispatch list users working set COUNT SRWSSD1 Sum of wss for q1-q3 SUM SRWSSD2 Sum of wss for q2-q3 SUM SRWSSD3 Sum of wss for q3 SUM SRWTCPU Mask of cpus in wait state HEXFLAGS SYSCMAV Available scmbks COUNT TCAVGAG Avg age paging xstore AVERAGE TCMIDSZ Max pages in minidisk cache MAXIMUM TCMMAIN Current cstore track cache GAUGE TCMMNDL Cstore deleted from cache COUNT TCMNMAX Maximum cstore track cache MAXIMUM TCMNMIN Minimum cstore track cache MINIMUM TCSTLMN Steals to cstore from cache COUNT TCSTLXS Times steal xstore from trk cache COUNT TCXIDSZ Max xstore in track cache MAXIMUM TCXSMIN Min xstore used by cache as set MINIMUM 21) The following 7 variables have been added to table VBYUSR: Variable Description Interpretation HFLLIST Vmdbks dsp list limit list COUNT HFPGACT Pf reqs active not in pgwait COUNT IUTOTCN Total iucv connections COUNT VMLIMTH Max share is limithard? STRING VMMXSHA Max share is absolute? STRING VMSLCNT Minor time slice expires TIME VMTHRCT Times delayed throttled device COUNT The following variable has been deleted from table VBYUSR: IUCTOTC Total iucv connections COUNT 22) The following variable has been added to table VIODCAD: Variable Description Interpretation CALSSS2 Additional status HEXFLAGS 23) The following 2 variables have been added to table VIODDEV: Variable Description Interpretation SCCQTIM Scm facility data TIME THRDLYS Times i/o delayed throttled COUNT 24) The following 25 variables have been added to table VMINTRV: Variable Description Interpretation CALLIST Vmdbks dsp list limit list COUNT CASLKCT Spin requests for sked lock COUNT CASLKTM Spin time on sked lock TIME HCSTPXB Bias for minidisk cache estore COUNT SRATOD2 Artificial tod2 DATETIME SRCONLL Users on limit list COUNT SRLLCNT Adds to limit list COUNT SRMATOD Artificial tod DATETIME SRTOTST Memory available to scheduler COUNT SRWSSDL Dispatch list users working set COUNT SRWSSD1 Sum of wss for q1-q3 SUM SRWSSD2 Sum of wss for q2-q3 SUM SRWSSD3 Sum of wss for q3 SUM SRWTCPU Mask of cpus in wait state HEXFLAGS SYSCMAV Available scmbks COUNT TCAVGAG Avg age paging xstore AVERAGE TCMIDSZ Max pages in minidisk cache MAXIMUM TCMMAIN Current cstore track cache GAUGE TCMMNDL Cstore deleted from cache COUNT TCMNMAX Maximum cstore track cache MAXIMUM TCMNMIN Minimum cstore track cache MINIMUM TCSTLMN Steals to cstore from cache COUNT TCSTLXS Times steal xstore from trk cache COUNT TCXIDSZ Max xstore in track cache MAXIMUM TCXSMIN Min xstore used by cache as set MINIMUM 25) The following 6 variables have been added to table VMTRDEV: Variable Description Interpretation CATHROT Throttled dev? STRING RDCRCUC Real cu code STRING RDEVSER Dasd volume serial STRING RDOBRCO Obr code STRING THIORTE I/o rate clock ticks per i/o RATE THRDLYS Times i/o delayed throttled COUNT 26) The following 2 variables have been added to table VMTRPRP: Variable Description Interpretation CALUDED Userid if cpu is dedicated STRING PFXTYPE Host cpu usage type HEXFLAGS 27) The following variable has been added to table VMTRSCH: Variable Description Interpretation SRXPCTG Pct xstore to use in wss calcs PERCENT100 28) The following variable has been added to table VMTRSYS: Variable Description Interpretation CALADMF Asynchronous data mover installed? STRING 29) The following 2 variables have been added to table VMTRUSR: Variable Description Interpretation VMBYVAL Byuser id logged on STRING VMMXSHR Users max share MAXIMUM 30) The following 3 variables have been added to table VPRCPRP: Variable Description Interpretation CALUDED Userid if cpu is dedicated STRING HFUSERM Vmdbks master only pldv COUNT PFXTYPE Host cpu usage type HEXFLAGS 31) The following variable has been added to table VSTOSHR: Variable Description Interpretation ASCTXBK Xstore size for this asid GAUGE 32) The following 2 variables have been added to table VSYTPRP: Variable Description Interpretation PFSPINC Spin lock requests not immediate COUNT PFSPINT Elapsed time in spin locks TIME 33) The following 7 variables have been added to table VSYTRSG: Variable Description Interpretation SYSCMAV Available scmbks COUNT TCMIDSZ Max pages in minidisk cache MAXIMUM TCMMAIN Current cstore track cache GAUGE TCMMNDL Cstore deleted from cache COUNT TCMNMAX Maximum cstore track cache MAXIMUM TCMNMIN Minimum cstore track cache MINIMUM TCSTLMN Steals to cstore from cache COUNT 34) The following 12 variables have been added to table VSYTSCG: Variable Description Interpretation CASLKCT Spin requests for sked lock COUNT CASLKTM Spin time on sked lock TIME SRATOD2 Artificial tod2 DATETIME SRCONLL Users on limit list COUNT SRLLCNT Adds to limit list COUNT SRMATOD Artificial tod DATETIME SRTOTST Memory available to scheduler COUNT SRWSSDL Dispatch list users working set COUNT SRWSSD1 Sum of wss for q1-q3 SUM SRWSSD2 Sum of wss for q2-q3 SUM SRWSSD3 Sum of wss for q3 SUM SRWTCPU Mask of cpus in wait state HEXFLAGS 35) The following 2 variables have been added to table VSYTSYP: Variable Description Interpretation PLDGUCT User supplied diagnose instr COUNT PLXITCT User exit calls made COUNT 36) The following variable has been added to table VSYTUWT: Variable Description Interpretation CALLIST Vmdbks dsp list limit list COUNT 37) The following 5 variables have been added to table VSYTXSG: Variable Description Interpretation HCSTPXB Bias for minidisk cache estore COUNT TCAVGAG Avg age paging xstore AVERAGE TCSTLXS Times steal xstore from trk cache COUNT TCXIDSZ Max xstore in track cache MAXIMUM TCXSMIN Min xstore used by cache as set MINIMUM 38) The following 126 variables have been added to table XASMCEC: Variable Description Interpretation CPCMODE Cpc model identifier STRING CPCMSU Cpc hourly msu hardware capacity COUNT LPABDA Lpar 10 average logical cpus smf70bda AVERAGE LPALAC Lpar 10 4-hr average smf70lac AVERAGE LPAMSU Lpar 10 interval msu count COUNT LPAMSUH Lpar 10 interval msu as hourly rate RATE LPAMSU7 Lpar 10 msu defined capacity smf70msu INT LPAONT Lpar 10 lpar online duration smf70ont TIME LPAWST Lpar 10 wait state duration smf70wst TIME LPBBDA Lpar 11 average logical cpus smf70bda AVERAGE LPBLAC Lpar 11 4-hr average smf70lac AVERAGE LPBMSU Lpar 11 interval msu count COUNT LPBMSUH Lpar 11 interval msu as hourly rate RATE LPBMSU7 Lpar 11 msu defined capacity smf70msu INT LPBONT Lpar 11 lpar online duration smf70ont TIME LPBWST Lpar 11 wait state duration smf70wst TIME LPCBDA Lpar 12 average logical cpus smf70bda AVERAGE LPCLAC Lpar 12 4-hr average smf70lac AVERAGE LPCMSU Lpar 12 interval msu count COUNT LPCMSUH Lpar 12 interval msu as hourly rate RATE LPCMSU7 Lpar 12 msu defined capacity smf70msu INT LPCONT Lpar 12 lpar online duration smf70ont TIME LPCWST Lpar 12 wait state duration smf70wst TIME LPDBDA Lpar 13 average logical cpus smf70bda AVERAGE LPDLAC Lpar 13 4-hr average smf70lac AVERAGE LPDMSU Lpar 13 interval msu count COUNT LPDMSUH Lpar 13 interval msu as hourly rate RATE LPDMSU7 Lpar 13 msu defined capacity smf70msu INT LPDONT Lpar 13 lpar online duration smf70ont TIME LPDWST Lpar 13 wait state duration smf70wst TIME LPEBDA Lpar 14 average logical cpus smf70bda AVERAGE LPELAC Lpar 14 4-hr average smf70lac AVERAGE LPEMSU Lpar 14 interval msu count COUNT LPEMSUH Lpar 14 interval msu as hourly rate RATE LPEMSU7 Lpar 14 msu defined capacity smf70msu INT LPEONT Lpar 14 lpar online duration smf70ont TIME LPEWST Lpar 14 wait state duration smf70wst TIME LPFBDA Lpar 15 average logical cpus smf70bda AVERAGE LPFLAC Lpar 15 4-hr average smf70lac AVERAGE LPFMSU Lpar 15 interval msu count COUNT LPFMSUH Lpar 15 interval msu as hourly rate RATE LPFMSU7 Lpar 15 msu defined capacity smf70msu INT LPFONT Lpar 15 lpar online duration smf70ont TIME LPFWST Lpar 15 wait state duration smf70wst TIME LPGBDA Lpar 16 average logical cpus smf70bda AVERAGE LPGLAC Lpar 16 4-hr average smf70lac AVERAGE LPGMSU Lpar 16 interval msu count COUNT LPGMSUH Lpar 16 interval msu as hourly rate RATE LPGMSU7 Lpar 16 msu defined capacity smf70msu INT LPGONT Lpar 16 lpar online duration smf70ont TIME LPGWST Lpar 16 wait state duration smf70wst TIME LP0BDA Lpar 0 average logical cpus smf70bda AVERAGE LP0LAC Lpar 0 4-hr average smf70lac AVERAGE LP0MSU Lpar 0 interval msu count COUNT LP0MSUH Lpar 0 interval msu as hourly rate RATE LP0MSU7 Lpar 0 msu defined capacity smf70msu INT LP0ONT Lpar 0 lpar online duration smf70ont TIME LP0WST Lpar 0 wait state duration smf70wst TIME LP1BDA Lpar 1 average logical cpus smf70bda AVERAGE LP1LAC Lpar 1 4-hr average smf70lac AVERAGE LP1MSU Lpar 1 interval msu count COUNT LP1MSUH Lpar 1 interval msu as hourly rate RATE LP1MSU7 Lpar 1 msu defined capacity smf70msu INT LP1ONT Lpar 1 lpar online duration smf70ont TIME LP1WST Lpar 1 wait state duration smf70wst TIME LP2BDA Lpar 2 average logical cpus smf70bda AVERAGE LP2LAC Lpar 2 4-hr average smf70lac AVERAGE LP2MSU Lpar 2 interval msu count COUNT LP2MSUH Lpar 2 interval msu as hourly rate RATE LP2MSU7 Lpar 2 msu defined capacity smf70msu INT LP2ONT Lpar 2 lpar online duration smf70ont TIME LP2WST Lpar 2 wait state duration smf70wst TIME LP3BDA Lpar 3 average logical cpus smf70bda AVERAGE LP3LAC Lpar 3 4-hr average smf70lac AVERAGE LP3MSU Lpar 3 interval msu count COUNT LP3MSUH Lpar 3 interval msu as hourly rate RATE LP3MSU7 Lpar 3 msu defined capacity smf70msu INT LP3ONT Lpar 3 lpar online duration smf70ont TIME LP3WST Lpar 3 wait state duration smf70wst TIME LP4BDA Lpar 4 average logical cpus smf70bda AVERAGE LP4LAC Lpar 4 4-hr average smf70lac AVERAGE LP4MSU Lpar 4 interval msu count COUNT LP4MSUH Lpar 4 interval msu as hourly rate RATE LP4MSU7 Lpar 4 msu defined capacity smf70msu INT LP4ONT Lpar 4 lpar online duration smf70ont TIME LP4WST Lpar 4 wait state duration smf70wst TIME LP5BDA Lpar 5 average logical cpus smf70bda AVERAGE LP5LAC Lpar 5 4-hr average smf70lac AVERAGE LP5MSU Lpar 5 interval msu count COUNT LP5MSUH Lpar 5 interval msu as hourly rate RATE LP5MSU7 Lpar 5 msu defined capacity smf70msu INT LP5ONT Lpar 5 lpar online duration smf70ont TIME LP5WST Lpar 5 wait state duration smf70wst TIME LP6BDA Lpar 6 average logical cpus smf70bda AVERAGE LP6LAC Lpar 6 4-hr average smf70lac AVERAGE LP6MSU Lpar 6 interval msu count COUNT LP6MSUH Lpar 6 interval msu as hourly rate RATE LP6MSU7 Lpar 6 msu defined capacity smf70msu INT LP6ONT Lpar 6 lpar online duration smf70ont TIME LP6WST Lpar 6 wait state duration smf70wst TIME LP7BDA Lpar 7 average logical cpus smf70bda AVERAGE LP7LAC Lpar 7 4-hr average smf70lac AVERAGE LP7MSU Lpar 7 interval msu count COUNT LP7MSUH Lpar 7 interval msu as hourly rate RATE LP7MSU7 Lpar 7 msu defined capacity smf70msu INT LP7ONT Lpar 7 lpar online duration smf70ont TIME LP7WST Lpar 7 wait state duration smf70wst TIME LP8BDA Lpar 8 average logical cpus smf70bda AVERAGE LP8LAC Lpar 8 4-hr average smf70lac AVERAGE LP8MSU Lpar 8 interval msu count COUNT LP8MSUH Lpar 8 interval msu as hourly rate RATE LP8MSU7 Lpar 8 msu defined capacity smf70msu INT LP8ONT Lpar 8 lpar online duration smf70ont TIME LP8WST Lpar 8 wait state duration smf70wst TIME LP9BDA Lpar 9 average logical cpus smf70bda AVERAGE LP9LAC Lpar 9 4-hr average smf70lac AVERAGE LP9MSU Lpar 9 interval msu count COUNT LP9MSUH Lpar 9 interval msu as hourly rate RATE LP9MSU7 Lpar 9 msu defined capacity smf70msu INT LP9ONT Lpar 9 lpar online duration smf70ont TIME LP9WST Lpar 9 wait state duration smf70wst TIME MSULICE Sum of licensed msu capacity all lpars INT MSUPERH Hourly msu rate delivered to all lpars RATE MSUTOTA Total msu delivered to all lpars COUNT SM70CPA Su sec of the physical cec INT SM70LAC Ibm 4-hr average hourly msu AVERAGE 39) The following 126 variables have been added to table XASM70P: Variable Description Interpretation CPCMODE Cpc model identifier STRING CPCMSU Cpc hourly msu hardware capacity COUNT LPABDA Lpar 10 average logical cpus smf70bda AVERAGE LPALAC Lpar 10 4-hr average smf70lac AVERAGE LPAMSU Lpar 10 interval msu count COUNT LPAMSUH Lpar 10 interval msu as hourly rate RATE LPAMSU7 Lpar 10 msu defined capacity smf70msu INT LPAONT Lpar 10 lpar online duration smf70ont TIME LPAWST Lpar 10 wait state duration smf70wst TIME LPBBDA Lpar 11 average logical cpus smf70bda AVERAGE LPBLAC Lpar 11 4-hr average smf70lac AVERAGE LPBMSU Lpar 11 interval msu count COUNT LPBMSUH Lpar 11 interval msu as hourly rate RATE LPBMSU7 Lpar 11 msu defined capacity smf70msu INT LPBONT Lpar 11 lpar online duration smf70ont TIME LPBWST Lpar 11 wait state duration smf70wst TIME LPCBDA Lpar 12 average logical cpus smf70bda AVERAGE LPCLAC Lpar 12 4-hr average smf70lac AVERAGE LPCMSU Lpar 12 interval msu count COUNT LPCMSUH Lpar 12 interval msu as hourly rate RATE LPCMSU7 Lpar 12 msu defined capacity smf70msu INT LPCONT Lpar 12 lpar online duration smf70ont TIME LPCWST Lpar 12 wait state duration smf70wst TIME LPDBDA Lpar 13 average logical cpus smf70bda AVERAGE LPDLAC Lpar 13 4-hr average smf70lac AVERAGE LPDMSU Lpar 13 interval msu count COUNT LPDMSUH Lpar 13 interval msu as hourly rate RATE LPDMSU7 Lpar 13 msu defined capacity smf70msu INT LPDONT Lpar 13 lpar online duration smf70ont TIME LPDWST Lpar 13 wait state duration smf70wst TIME LPEBDA Lpar 14 average logical cpus smf70bda AVERAGE LPELAC Lpar 14 4-hr average smf70lac AVERAGE LPEMSU Lpar 14 interval msu count COUNT LPEMSUH Lpar 14 interval msu as hourly rate RATE LPEMSU7 Lpar 14 msu defined capacity smf70msu INT LPEONT Lpar 14 lpar online duration smf70ont TIME LPEWST Lpar 14 wait state duration smf70wst TIME LPFBDA Lpar 15 average logical cpus smf70bda AVERAGE LPFLAC Lpar 15 4-hr average smf70lac AVERAGE LPFMSU Lpar 15 interval msu count COUNT LPFMSUH Lpar 15 interval msu as hourly rate RATE LPFMSU7 Lpar 15 msu defined capacity smf70msu INT LPFONT Lpar 15 lpar online duration smf70ont TIME LPFWST Lpar 15 wait state duration smf70wst TIME LPGBDA Lpar 16 average logical cpus smf70bda AVERAGE LPGLAC Lpar 16 4-hr average smf70lac AVERAGE LPGMSU Lpar 16 interval msu count COUNT LPGMSUH Lpar 16 interval msu as hourly rate RATE LPGMSU7 Lpar 16 msu defined capacity smf70msu INT LPGONT Lpar 16 lpar online duration smf70ont TIME LPGWST Lpar 16 wait state duration smf70wst TIME LP0BDA Lpar 0 average logical cpus smf70bda AVERAGE LP0LAC Lpar 0 4-hr average smf70lac AVERAGE LP0MSU Lpar 0 interval msu count COUNT LP0MSUH Lpar 0 interval msu as hourly rate RATE LP0MSU7 Lpar 0 msu defined capacity smf70msu INT LP0ONT Lpar 0 lpar online duration smf70ont TIME LP0WST Lpar 0 wait state duration smf70wst TIME LP1BDA Lpar 1 average logical cpus smf70bda AVERAGE LP1LAC Lpar 1 4-hr average smf70lac AVERAGE LP1MSU Lpar 1 interval msu count COUNT LP1MSUH Lpar 1 interval msu as hourly rate RATE LP1MSU7 Lpar 1 msu defined capacity smf70msu INT LP1ONT Lpar 1 lpar online duration smf70ont TIME LP1WST Lpar 1 wait state duration smf70wst TIME LP2BDA Lpar 2 average logical cpus smf70bda AVERAGE LP2LAC Lpar 2 4-hr average smf70lac AVERAGE LP2MSU Lpar 2 interval msu count COUNT LP2MSUH Lpar 2 interval msu as hourly rate RATE LP2MSU7 Lpar 2 msu defined capacity smf70msu INT LP2ONT Lpar 2 lpar online duration smf70ont TIME LP2WST Lpar 2 wait state duration smf70wst TIME LP3BDA Lpar 3 average logical cpus smf70bda AVERAGE LP3LAC Lpar 3 4-hr average smf70lac AVERAGE LP3MSU Lpar 3 interval msu count COUNT LP3MSUH Lpar 3 interval msu as hourly rate RATE LP3MSU7 Lpar 3 msu defined capacity smf70msu INT LP3ONT Lpar 3 lpar online duration smf70ont TIME LP3WST Lpar 3 wait state duration smf70wst TIME LP4BDA Lpar 4 average logical cpus smf70bda AVERAGE LP4LAC Lpar 4 4-hr average smf70lac AVERAGE LP4MSU Lpar 4 interval msu count COUNT LP4MSUH Lpar 4 interval msu as hourly rate RATE LP4MSU7 Lpar 4 msu defined capacity smf70msu INT LP4ONT Lpar 4 lpar online duration smf70ont TIME LP4WST Lpar 4 wait state duration smf70wst TIME LP5BDA Lpar 5 average logical cpus smf70bda AVERAGE LP5LAC Lpar 5 4-hr average smf70lac AVERAGE LP5MSU Lpar 5 interval msu count COUNT LP5MSUH Lpar 5 interval msu as hourly rate RATE LP5MSU7 Lpar 5 msu defined capacity smf70msu INT LP5ONT Lpar 5 lpar online duration smf70ont TIME LP5WST Lpar 5 wait state duration smf70wst TIME LP6BDA Lpar 6 average logical cpus smf70bda AVERAGE LP6LAC Lpar 6 4-hr average smf70lac AVERAGE LP6MSU Lpar 6 interval msu count COUNT LP6MSUH Lpar 6 interval msu as hourly rate RATE LP6MSU7 Lpar 6 msu defined capacity smf70msu INT LP6ONT Lpar 6 lpar online duration smf70ont TIME LP6WST Lpar 6 wait state duration smf70wst TIME LP7BDA Lpar 7 average logical cpus smf70bda AVERAGE LP7LAC Lpar 7 4-hr average smf70lac AVERAGE LP7MSU Lpar 7 interval msu count COUNT LP7MSUH Lpar 7 interval msu as hourly rate RATE LP7MSU7 Lpar 7 msu defined capacity smf70msu INT LP7ONT Lpar 7 lpar online duration smf70ont TIME LP7WST Lpar 7 wait state duration smf70wst TIME LP8BDA Lpar 8 average logical cpus smf70bda AVERAGE LP8LAC Lpar 8 4-hr average smf70lac AVERAGE LP8MSU Lpar 8 interval msu count COUNT LP8MSUH Lpar 8 interval msu as hourly rate RATE LP8MSU7 Lpar 8 msu defined capacity smf70msu INT LP8ONT Lpar 8 lpar online duration smf70ont TIME LP8WST Lpar 8 wait state duration smf70wst TIME LP9BDA Lpar 9 average logical cpus smf70bda AVERAGE LP9LAC Lpar 9 4-hr average smf70lac AVERAGE LP9MSU Lpar 9 interval msu count COUNT LP9MSUH Lpar 9 interval msu as hourly rate RATE LP9MSU7 Lpar 9 msu defined capacity smf70msu INT LP9ONT Lpar 9 lpar online duration smf70ont TIME LP9WST Lpar 9 wait state duration smf70wst TIME MSULICE Sum of licensed msu capacity all lpars INT MSUPERH Hourly msu rate delivered to all lpars RATE MSUTOTA Total msu delivered to all lpars COUNT SM70CPA Su sec of the physical cec INT SM70LAC Ibm 4-hr average hourly msu AVERAGE 40) The following 15 variables have been added to table XCICINT: Variable Description Interpretation DSCACT H8 tcb duration for tcb COUNT DSCPERC H8 sockets tcb 11 cpu percent busy PERCENT100 DSCSYSW H8 tcb system waits COUNT DSCTCT H8 tcb duration ds task COUNT DSCTDT H8 tcb duration dispatche mvs COUNT DSCTWT H8 tcb duration in os wait COUNT DSDACT D2 tcb duration for tcb COUNT DSDPERC D2 sockets tcb 11 cpu percent busy PERCENT100 DSDSYSW D2 tcb system waits COUNT DSDTCT D2 tcb duration ds task COUNT DSDTDT D2 tcb duration dispatche mvs COUNT DSDTWT D2 tcb duration in os wait COUNT KY8CPUT Interval key 8 mode tcb+srb cpu time COUNT MSCPUTT Interval ms mode tcb+srb cpu time COUNT QRCPUTT Interval quasi mode tcb+srb cpu time COUNT 41) The following 125 variables have been added to table XCIDS: Variable Description Interpretation DSATCAL L8 tcb tcb allocates to task COUNT DSATCCU L8 tcb current tcbs used by mode GAUGE DSATCDX L8 tcb tcb detaches excess COUNT DSATCMD L8 tcb mode STRING DSATCMM L8 tcb tcb mismatches COUNT DSATCMP L8 tcb pool number INT DSATCPU L8 tcb peak tcbs used by mode MAXIMUM DSBTCAL S8 tcb tcb allocates to task COUNT DSBTCCU S8 tcb current tcbs used by mode GAUGE DSBTCDX S8 tcb tcb detaches excess COUNT DSBTCMD S8 tcb mode STRING DSBTCMM S8 tcb tcb mismatches COUNT DSBTCMP S8 tcb pool number INT DSBTCPU S8 tcb peak tcbs used by mode MAXIMUM DSCACT H8 tcb duration for tcb COUNT DSCNTCB H8 tcb tcb attaches COUNT DSCSYSW H8 tcb system waits COUNT DSCTCAL H8 tcb tcb allocates to task COUNT DSCTCCA H8 tcb tcbs currently attached GAUGE DSCTCCU H8 tcb current tcbs used by mode GAUGE DSCTCDO H8 tcb tcb detaches other COUNT DSCTCDS H8 tcb tcb detaches stolen from us COUNT DSCTCDU H8 tcb tcb detaches because unclean COUNT DSCTCDX H8 tcb tcb detaches excess COUNT DSCTCMD H8 tcb mode STRING DSCTCMM H8 tcb tcb mismatches COUNT DSCTCMP H8 tcb pool number INT DSCTCNM H8 tcb mode name STRING DSCTCPA H8 tcb peak tcbs attached MAXIMUM DSCTCPU H8 tcb peak tcbs used by mode MAXIMUM DSCTCST H8 tcb tcb steals COUNT DSCTCT H8 tcb duration ds task COUNT DSCTDT H8 tcb duration dispatche mvs COUNT DSCTWT H8 tcb duration in os wait COUNT DSDACT D2 tcb duration for tcb COUNT DSDNTCB D2 tcb tcb attaches COUNT DSDSYSW D2 tcb system waits COUNT DSDTCAL D2 tcb tcb allocates to task COUNT DSDTCCA D2 tcb tcbs currently attached GAUGE DSDTCCU D2 tcb current tcbs used by mode GAUGE DSDTCDO D2 tcb tcb detaches other COUNT DSDTCDS D2 tcb tcb detaches stolen from us COUNT DSDTCDU D2 tcb tcb detaches because unclean COUNT DSDTCDX D2 tcb tcb detaches excess COUNT DSDTCMD D2 tcb mode STRING DSDTCMM D2 tcb tcb mismatches COUNT DSDTCMP D2 tcb pool number INT DSDTCNM D2 tcb mode name STRING DSDTCPA D2 tcb peak tcbs attached MAXIMUM DSDTCPU D2 tcb peak tcbs used by mode MAXIMUM DSDTCST D2 tcb tcb steals COUNT DSDTCT D2 tcb duration ds task COUNT DSDTDT D2 tcb duration dispatche mvs COUNT DSDTWT D2 tcb duration in os wait COUNT DSMBTCH Qr batching (mro) value COUNT DSSTSKS Subtasks value COUNT DSTCBAL Qr tcb tcb allocates to task COUNT DSTCBCU Qr tcb current tcbs used by mode GAUGE DSTCBDX Qr tcb tcb detaches excess COUNT DSTCBMD Qr tcb mode STRING DSTCBMM Qr tcb tcb mismatches COUNT DSTCBMP Qr tcb pool number INT DSTCBPU Qr tcb peak tcbs used by mode MAXIMUM DSXSCNN Scans with no tcb detached COUNT DSXSCNS Excess tcb scans COUNT DSXTCBD Excess tcbs detached COUNT DS2TCAL Ro tcb tcb allocates to task COUNT DS2TCCU Ro tcb current tcbs used by mode GAUGE DS2TCDX Ro tcb tcb detaches excess COUNT DS2TCMD Ro tcb mode STRING DS2TCMM Ro tcb tcb mismatches COUNT DS2TCMP Ro tcb pool number INT DS2TCPU Ro tcb peak tcbs used by mode MAXIMUM DS3TCAL Co tcb tcb allocates to task COUNT DS3TCCU Co tcb current tcbs used by mode GAUGE DS3TCDX Co tcb tcb detaches excess COUNT DS3TCMD Co tcb mode STRING DS3TCMM Co tcb tcb mismatches COUNT DS3TCMP Co tcb pool number INT DS3TCPU Co tcb peak tcbs used by mode MAXIMUM DS4TCAL Sz tcb tcb allocates to task COUNT DS4TCCU Sz tcb current tcbs used by mode GAUGE DS4TCDX Sz tcb tcb detaches excess COUNT DS4TCMD Sz tcb mode STRING DS4TCMM Sz tcb tcb mismatches COUNT DS4TCMP Sz tcb pool number INT DS4TCPU Sz tcb peak tcbs used by mode MAXIMUM DS5TCAL Rp tcb tcb allocates to task COUNT DS5TCCU Rp tcb current tcbs used by mode GAUGE DS5TCDX Rp tcb tcb detaches excess COUNT DS5TCMD Rp tcb mode STRING DS5TCMM Rp tcb tcb mismatches COUNT DS5TCMP Rp tcb pool number INT DS5TCPU Rp tcb peak tcbs used by mode MAXIMUM DS6TCAL Fo tcb tcb allocates to task COUNT DS6TCCU Fo tcb current tcbs used by mode GAUGE DS6TCDX Fo tcb tcb detaches excess COUNT DS6TCMD Fo tcb mode STRING DS6TCMM Fo tcb tcb mismatches COUNT DS6TCMP Fo tcb pool number INT DS6TCPU Fo tcb peak tcbs used by mode MAXIMUM DS7TCAL Sl tcb tcb allocates to task COUNT DS7TCCU Sl tcb current tcbs used by mode GAUGE DS7TCDX Sl tcb tcb detaches excess COUNT DS7TCMD Sl tcb mode STRING DS7TCMM Sl tcb tcb mismatches COUNT DS7TCMP Sl tcb pool number INT DS7TCPU Sl tcb peak tcbs used by mode MAXIMUM DS8TCAL So tcb tcb allocates to task COUNT DS8TCCU So tcb current tcbs used by mode GAUGE DS8TCDX So tcb tcb detaches excess COUNT DS8TCMD So tcb mode STRING DS8TCMM So tcb tcb mismatches COUNT DS8TCMP So tcb pool number INT DS8TCPU So tcb peak tcbs used by mode MAXIMUM DS9TCAL J8 tcb tcb allocates to task COUNT DS9TCCU J8 tcb current tcbs used by mode GAUGE DS9TCDX J8 tcb tcb detaches excess COUNT DS9TCMD J8 tcb mode STRING DS9TCMM J8 tcb tcb mismatches COUNT DS9TCMP J8 tcb pool number INT DS9TCPU J8 tcb peak tcbs used by mode MAXIMUM KY8CPUT User-task key 8 tcb cpu time TIME MSCPUTT Ms ro+co+fo+rp+sz+sl+so cpu tcb time TIME QRCPUTT User task qr mode cpu tcb time TIME 42) The following variable has had its interpretation type changed in table XCIEXCE: TASKNR changed from COUNT to INT 43) The following variable has been added to table XCIFCR: Variable Description Interpretation A1FCXCC Exclusive control conflicts COUNT 44) The following 12 variables have been added to table XCIST: Variable Description Interpretation STGCSTR Statistics cics start time DATETIME STGEODR Eod statistics records COUNT STGEODT Statistics end-of-day time STRING STGINTR Int statistics records COUNT STGINTV Statistics collection interval TIME STGLRTV Statistics last reset time DATETIME STGREQR Req statistics records COUNT STGRRTR Rrt statistics records COUNT STGSMFE Smf errors COUNT STGSMFS Smf writes suppressed COUNT STGSTRC Statrcd setting STRING STGUSSR Uss statistics records COUNT 45) The following 16 variables have been added to table XCITRAN: Variable Description Interpretation BARSPAC Reset activity requests COUNT BATIAEC Define timer event requests COUNT MAXHTDC Maxhtdly count COUNT MAXHTDT Maxhtdly duration TIME MAXJTDC Maxjtdly count COUNT MAXJTDT Maxjtdly duration TIME PTPWAIC 3270 bridge partner wait count COUNT PTPWAIT 3270 bridge partner wait elapsed time TIME ROCPUTC Rocput count COUNT ROCPUTT Rocput duration TIME RODISPC Rodispt count COUNT RODISPT Rodispt duration TIME SOCHR01 Socket characters in COUNT SOCHR02 Socket characters out COUNT SOMSGIN Socket messages out COUNT SOMSGOU Socket messages in COUNT The following variable has had its interpretation type changed in table XCITRAN: TASKNR changed from COUNT to INT The following 2 variables have been deleted from table XCITRAN: BADFTEC Define timer event requests COUNT BARACTC Reset activity requests COUNT 46) The following 2 variables have been added to table XDBACCT: Variable Description Interpretation QWCPARR Rollup (sum) of all parallel children? STRING QWSLUCN Commit count for thread- numeric COUNT 47) The following variable has been added to table XDBBPAC: Variable Description Interpretation QWSLUCN Commit count for thread- numeric COUNT 48) The following 3 variables have been added to table XDBCCTB: Variable Description Interpretation NETSNAM Originating system net-name STRING QWSLUCN Commit count for thread- numeric COUNT UOWTIME Unit-of-work internal time stamp DATETIME 49) The following 3 variables have been added to table XDBCCTP: Variable Description Interpretation NETSNAM Originating system net-name STRING QWSLUCN Commit count for thread- numeric COUNT UOWTIME Unit-of-work internal time stamp DATETIME 50) The following variable has been added to table XDBGBPA: Variable Description Interpretation QBGBGCS Status of gbpcache no/yes? STRING 51) The following 32 variables have been added to table XDBSTA1: Variable Description Interpretation QLCNT Qletime count COUNT QLCNTDY Qlentrdy count COUNT QLCNTI Qletimei count COUNT QLCNTM Qletimem count COUNT QLCNTT Qletimet count COUNT QLCNTW Qletimew count COUNT QLCREAT Qlecreat COUNT QLLOWEC Qlelowec COUNT QLLOWEM Qlelowem COUNT QLLOWIC Qlelowic COUNT QLLOWIM Qlelowim COUNT QLLOW1M Qlelow1m COUNT QLNTRDY Qlentrdy time TIME QLNUMEC Qlenumec COUNT QLNUMEM Qlenumem COUNT QLNUMIC Qlenumic COUNT QLNUMIM Qlenumim COUNT QLSTGEC Qlestgec COUNT QLSTGEM Qlestgem COUNT QLSTGIC Qlestgic COUNT QLSTGIM Qlestgim COUNT QLSTG1M Qlestg1m COUNT QLTIME Qletime time TIME QLTIMEI Qletimei time TIME QLTIMEM Qletimem time TIME QLTIMET Qletimet time TIME QLTIMEW Qletimew time TIME QLTRMDL Qletrmdl COUNT QLTRMER Qletrmer COUNT QLTRMST Qletrmst COUNT QLUSED Qleused time TIME QLUSEDC Qleused count COUNT 52) The following 32 variables have been added to table XDBTATS: Variable Description Interpretation QLCNT Qletime count COUNT QLCNTDY Qlentrdy count COUNT QLCNTI Qletimei count COUNT QLCNTM Qletimem count COUNT QLCNTT Qletimet count COUNT QLCNTW Qletimew count COUNT QLCREAT Qlecreat COUNT QLLOWEC Qlelowec COUNT QLLOWEM Qlelowem COUNT QLLOWIC Qlelowic COUNT QLLOWIM Qlelowim COUNT QLLOW1M Qlelow1m COUNT QLNTRDY Qlentrdy time TIME QLNUMEC Qlenumec COUNT QLNUMEM Qlenumem COUNT QLNUMIC Qlenumic COUNT QLNUMIM Qlenumim COUNT QLSTGEC Qlestgec COUNT QLSTGEM Qlestgem COUNT QLSTGIC Qlestgic COUNT QLSTGIM Qlestgim COUNT QLSTG1M Qlestg1m COUNT QLTIME Qletime time TIME QLTIMEI Qletimei time TIME QLTIMEM Qletimem time TIME QLTIMET Qletimet time TIME QLTIMEW Qletimew time TIME QLTRMDL Qletrmdl COUNT QLTRMER Qletrmer COUNT QLTRMST Qletrmst COUNT QLUSED Qleused time TIME QLUSEDC Qleused count COUNT 53) The following 8 variables have been added to table XDB2A: Variable Description Interpretation QWCDSNS Waits for dataspace mgr tasks COUNT QWCDSSE Wait time for dataspace service TIME QWCOCNS Waits for open/close or hsm recall COUNT QWCOCSE Wait time for open/close or hsm recall TIME QWCOTNS Waits for switch to other db2 serv tasks COUNT QWCOTSE Wait time switch to other db2 serv tasks TIME QWCSLNS Waits for syslgrng recording COUNT QWCSLSE Wait time for syslgrng recording TIME 54) The following variable has been added to table XDCDSET: Variable Description Interpretation DCDRECR Record format byte STRING 55) The following variable has had its format changed in table XDCMIGS: UMRECRD changed from _NONE_ to $MGDCORF. 56) The following variable has been added to table XEDSVRE: Variable Description Interpretation MVLCTOT Mvlctokn contents as datetime DATETIME 57) The following 6 variables have been added to table XHSFSRS: Variable Description Interpretation FSRFLG3 Fsrflg3 request flags HEXFLAGS FSRHOST Host identifier HEXFLAGS FSRTIM1 Time when data movement started TIME FSRTIM2 Time when data movement completed TIME FSRTME1 Time when host processing started TIME FSRTMS2 Time when pre-processing completed TIME 58) The following variable has been added to table XICBGSY: Variable Description Interpretation NCL Net capacity load COUNT 59) The following variable has been added to table XICBGUT: Variable Description Interpretation NCL Net capacity load COUNT 60) The following 2 variables have had their format changed in table XIMBMPS: DLRTMEI changed from TIME12.2 to TIME15.6 DLRTMEP changed from TIME12.2 to TIME15.6 61) The following variable has been added to table XIMDBDS: Variable Description Interpretation FLGOVER Dbt byte flags HEXFLAGS 62) The following 19 variables have been added to table XIMFAST: Variable Description Interpretation ARRVTIM Transaction arrival time stamp DATETIME FLDUOW Unit of work identifier HEXFLAGS FLIMUOW Unit of work identifier HEXFLAGS FLOMUOW Unit of work identifier HEXFLAGS FLQCNTN Output cnt name STRING FLQFLG Flag byte HEXFLAGS FLQLTYP Log type HEXFLAGS FLQOQT2 Time of input msg on emhq TIME FLQOQT3 Time of output msg on emhq TIME FLQPRTM Application processing time TIME FLQPRTS Time of ph1+ph2 TIME FLQRGID Pst id from back end INT FLQROUT Routing code STRING FLQRTYP Region type HEXFLAGS FLQSFCD Sync fail id HEXFLAGS FLQTRCD Tran code from back end STRING FLSYCNT Input lterm name STRING FLSYUOW Unit of work identifier HEXFLAGS PROGRAM Program name STRING 63) The following 5 variables have been added to table XIMFTRN: Variable Description Interpretation CTCKPNT Checkpoints syncpoints COUNT MAXLOCK Maximum locks held MAXIMUM NEGCNT Negative inpquetm count COUNT NEGTIME Negative inpquetm duration COUNT TOTLOCK Total locks COUNT 64) The following 3 variables have been added to table XIMPROG: Variable Description Interpretation CTCKPNT Checkpoints syncpoints COUNT MAXLOCK Maximum locks held MAXIMUM TOTLOCK Total locks COUNT 65) The following 3 variables have had their format changed in table XIMTRAN: DLRTMEI changed from TIME12.2 to TIME15.6 DLRTMEP changed from TIME12.2 to TIME15.6 GMTOFFT changed from TIME12.2 to TIME15.6 66) The following variable has been deleted from table XIPAC01: Variable Description Interpretation REQSTAR Request started DATETIME 67) The following variable has been deleted from table XIPAC02: Variable Description Interpretation REQSTAR Request started DATETIME 68) The following variable has had its interpretation type changed in table XIPAC03: JESNR changed from COUNT to INT The following variable has been deleted from table XIPAC03: REQSTAR Request started DATETIME 69) The following variable has been deleted from table XIPAC04: Variable Description Interpretation REQSTAR Request started DATETIME 70) The following variable has been deleted from table XIPAC05: Variable Description Interpretation REQSTAR Request started DATETIME 71) The following 2 variables have been added to table XJOBS: Variable Description Interpretation INITNAM Initiator name STRING INITNUM Initiator number INT 72) The following 2 variables have been added to table XMQACCT: Variable Description Interpretation QMACG04 Total gets COUNT QMACP04 Total puts COUNT 73) The following 3 variables have been added to table XNDMCT: Variable Description Interpretation NDMCPUT TIME NDMPACC Ndm pnode account data STRING NDMSACC Ndm snode account data STRING 74) The following variable has been added to table XNDMPT: Variable Description Interpretation NDMCPUT TIME 75) The following 3 variables have been added to table XNDMRT: Variable Description Interpretation NDMCPUT TIME NDMPACC Ndm pnode account data STRING NDMSACC Ndm snode account data STRING 76) The following variable has been added to table XNPANOD: Variable Description Interpretation LCLACTT Lcslactt end datetime of interval DATETIME 77) The following 2 variables have been added to table XNPNNRP: Variable Description Interpretation NRCPUTI Pool utilization percentage PERCENT100 NRPRTYP Data type 2=memory pool INT 78) The following variable has been added to table XNPNNRT: Variable Description Interpretation NRTRTYP Data type 1=cpu and memory INT The following variable has been deleted from table XNPNNRT: NRTDTYP Router type INT 79) The following 6 variables have been added to table XORACLE: Variable Description Interpretation ORCDTAI In bytes xferred client to server COUNT ORCDTAO Out bytes xferred server to client COUNT ORCHWST Highwatermark main storage used MAXIMUM ORCMSB Max additional stacks used MAXIMUM ORCRPCS Rpc count COUNT ORCSRVC Odsi service name STRING 80) The following 36 variables have been added to table XOVTCP: Variable Description Interpretation ONZIFFP Ip fragmentation failure pct PERCENT100 ONZINTV Sample interval COUNT ONZIPFC Ip fragments created COUNT ONZIPFF Ip fragmentation failures COUNT ONZIPFO Ip fragmented datagrams (oks) COUNT ONZIPFP Ip fragmentation percentage PERCENT100 ONZIPIA Ip input addressing errors COUNT ONZIPID Ip input delivers COUNT ONZIPIF Ip input forwarded datagrams COUNT ONZIPIH Ip input hardware errors COUNT ONZIPII Ip input discards (other) COUNT ONZIPIP Ip input discards pct PERCENT100 ONZIPIT Ip input discards total COUNT ONZIPIU Ip input unknown protocols COUNT ONZIPOD Ip output discards COUNT ONZIPON Ip no routes COUNT ONZIPOP Ip output discards pct PERCENT100 ONZIPOT Ip output discard total COUNT ONZIPSI Ip segments in COUNT ONZIPSO Ip segments out COUNT ONZIRAF Ip reassembly failures COUNT ONZIRAO Ip reassemblies ok COUNT ONZIRAP Ip reassembly percentage PERCENT100 ONZIRAR Ip reassemblies requested COUNT ONZIRFP Ip reassembly failures pct PERCENT100 ONZTCCE Tcp current establised session GAUGE ONZTCIS Tcp input segments COUNT ONZTCOS Tcp output segments COUNT ONZTCRS Tcp retransmit segments COUNT ONZTRSP Tcp retransmit segments pct PERCENT100 ONZUDDT Udp discard total COUNT ONZUDID Udp input datagrams COUNT ONZUDIE Udp input errors COUNT ONZUDNP Udp no port errors COUNT ONZUDOD Udp output datagrams COUNT ONZUIEP Udp input error percentage PERCENT100 81) The following variable has been added to table XPRINT: Variable Description Interpretation PGMRNAM Programmer name field STRING 82) The following 7 variables have been added to table XQACONF: Variable Description Interpretation GDESAP Permanent 16-mb addresses that remain COUNT GDESAT Temporary 16-mb addresses that remain COUNT GDESDL Database limit pct of total cpu PERCENT100 GDESDT Database threshold pct of total cpu PERCENT100 GDESIL Interactive limit pct of total cpu PERCENT100 GDESIT Interactive thresholdt pct of total cpu PERCENT100 GDESPU Processor units allocated to partition COUNT 83) The following variable has been added to table XQADISK: Variable Description Interpretation DSASPNR Asp number numeric INT 84) The following variable has been added to table XQAETH: Variable Description Interpretation ETMUPF Unsupported protocol frames COUNT 85) The following 7 variables have been added to table XRMFINT: Variable Description Interpretation CECSER Cpu serial number of the c e c STRING LPARSHA Lpar weight INT MSUPERH Interval msu extended to an hourly rate RATE PATISHN Pr/sm partition number INT SM70CPA Su sec of the physical cec INT TOTSHAR Total weight all lpars this cec INT ZOS70WL No longer used COUNT 86) The following 4 variables have been added to table XSMFINT: Variable Description Interpretation CPCEPTM Cpu time while enqueue promoted TIME IEFUSIM Iefusi changed memlimit? STRING MEMLIMI Memlimit value INT SM30MLS Source of memlimit value? INT 87) The following 2 variables have been added to table XSPNJOB: Variable Description Interpretation INITNAM Initiator name STRING INITNUM Initiator number INT 88) The following 2 variables have been added to table XSTVS13: Variable Description Interpretation ST13MGT Vtv management class name STRING ST13RCI Recall indicator STRING 89) The following variable has been added to table XSTVS14: Variable Description Interpretation ST14MGT Vtv management class name STRING 90) The following 4 variables have been added to table XSTVS15: Variable Description Interpretation ST15LTR Vtv last reference ch DATETIME ST15MGT Vtv mangement class STRING ST15RSN Vtv delete reason code STRING ST15TIM Vtv creation datetime DATETIME 91) The following variable has been added to table XSTVS16: Variable Description Interpretation ST16SCL STRING 92) The following 2 variables have been added to table XSTVS17: Variable Description Interpretation ST17MVC STRING ST17SCL STRING 93) The following 3 variables have been added to table XSTVS18: Variable Description Interpretation ST18MGT Vtv management class name STRING ST18MT Migrate request type STRING ST18SCL Mvs storage class name STRING 94) The following 3 variables have been added to table XSTVS19: Variable Description Interpretation ST19MGT Vtv management class name STRING ST19RT Recall request type STRING ST19SCL Mvs storage class name STRING 95) The following 33 variables have been added to table XSYCSOR: Variable Description Interpretation DEVNR0 Work 0 devnr address INT DEVNR1 Work 1 devnr address INT DEVNR10 Work 10 devnr address INT DEVNR11 Work 11 devnr address INT DEVNR12 Work 12 devnr address INT DEVNR13 Work 13 devnr address INT DEVNR14 Work 14 devnr address INT DEVNR15 Work 15 devnr address INT DEVNR16 Work 16 devnr address INT DEVNR17 Work 17 devnr address INT DEVNR18 Work 18 devnr address INT DEVNR19 Work 19 devnr address INT DEVNR2 Work 2 devnr address INT DEVNR20 Work 20 devnr address INT DEVNR21 Work 21 devnr address INT DEVNR22 Work 22 devnr address INT DEVNR23 Work 23 devnr address INT DEVNR24 Work 24 devnr address INT DEVNR25 Work 25 devnr address INT DEVNR26 Work 26 devnr address INT DEVNR27 Work 27 devnr address INT DEVNR28 Work 28 devnr address INT DEVNR29 Work 29 devnr address INT DEVNR3 Work 3 devnr address INT DEVNR30 Work 30 devnr address INT DEVNR31 Work 31 devnr address INT DEVNR32 Work 32 devnr address INT DEVNR4 Work 4 devnr address INT DEVNR5 Work 5 devnr address INT DEVNR6 Work 6 devnr address INT DEVNR7 Work 7 devnr address INT DEVNR8 Work 8 devnr address INT DEVNR9 Work 9 devnr address INT 96) The following 3 variables have been deleted from table XTC2CMX: Variable Description Interpretation TCMXHWM Class high water mark MAXIMUM TCMXMXC Number of times max task reachd COUNT TCMXPXC Times at purge threshold COUNT 97) The following variable has been added to table XTC2DBD: Variable Description Interpretation FILEACM STRING The following variable has had its format changed in table XTC2DBD: FILEIOT changed from TIME12.2 to TIME13.3 98) The following 5 variables have been added to table XTC2DSA: Variable Description Interpretation TRASR Add subpool requests COUNT TRCSUBP Current number of subpools GAUGE TRDSACR Cond reqs returning insuff stg COUNT TRDSR Delete subpool requests COUNT TRPWWS Purged waiting stg COUNT The following 4 variables have had their format changed in table XTC2DSA: TDSAAVL changed from BEST12. to MGBYTES. TDSAFHI changed from BEST12. to MGBYTES. TDSAFLO changed from BEST12.2 to MGBYTES. TDSASCS changed from BEST12.2 to MGBYTES. 99) The following 4 variables have had their format changed in table XTC2IDS: TIDSCPU changed from TIME12.2 to TIME13.3 TIDSDTM changed from TIME12.2 to TIME13.3 TIDSQTM changed from TIME12.2 to TIME13.3 TIDSSTM changed from TIME12.2 to TIME13.3 100) The following 2 variables have had their format changed in table XTC2IRQ: TIRQRTM changed from TIME12.2 to TIME13.3 TIRQWTM changed from TIME12.2 to TIME13.3 101) The following variable has had its format changed in table XTC2IWT: TIWTTTM changed from TIME12.2 to TIME13.3 102) The following variable has had its format changed in table XTC2SUM: TACPUTM changed from TIME12.2 to TIME13.3 103) The following 10 variables have been added to table XTC2SYS: Variable Description Interpretation TIGROUP Tmon group name STRING TIINEDT Normalized interval end DATETIME TIINSDT Normalized interval start DATETIME TIOPRWC Primary facility wait count COUNT TIXLGRC Responses excluded from logging COUNT TIXLGRT Response time excluded from logging TIME TIXLGTC Trans excluded from logging COUNT TIXWTTC Tran excluded from wait calculation COUNT TIXWTTT Time excluded from wait calculation TIME TIXWTWC Excluded waits COUNT The following 58 variables have had their format changed in table XTC2SYS: CICOVHT changed from TIME12.2 to TIME13.3 CICTCBT changed from TIME12.2 to TIME13.3 CPUSRBT changed from TIME12.2 to TIME13.3 MONCPUT changed from TIME12.2 to TIME13.3 RGCPUTM changed from TIME12.2 to TIME13.3 SUBTCPT changed from TIME12.2 to TIME13.3 TASDSPT changed from TIME12.2 to TIME13.3 TASKCPT changed from TIME12.2 to TIME13.3 TDBCTHC changed from TIME12.2 to TIME13.3 THRSRTM changed from TIME12.2 to TIME13.3 THWFWTM changed from TIME12.2 to TIME13.3 TIDBCTC changed from TIME12.2 to TIME13.3 TIHTCPU changed from TIME12.2 to TIME13.3 TIMQSRT changed from TIME12.2 to TIME13.3 TIMQSWT changed from TIME12.2 to TIME13.3 TIRSPTM changed from TIME12.2 to TIME13.3 TOPRWTM changed from TIME12.2 to TIME13.3 TTCBSTM changed from TIME12.2 to TIME13.3 TTIOHWM changed from BEST12.2 to MGBYTES. TTRNXTM changed from TIME12.2 to TIME13.3 TTSKWTM changed from TIME12.2 to TIME13.3 TUDBRTM changed from TIME12.2 to TIME13.3 WTCBIOT changed from TIME12.2 to TIME13.3 WTDBWTT changed from TIME12.2 to TIME13.3 WTDLIOT changed from TIME12.2 to TIME13.3 WTDLWTT changed from TIME12.2 to TIME13.3 WTEXWTT changed from TIME12.2 to TIME13.3 WTFCIOT changed from TIME12.2 to TIME13.3 WTFCWTT changed from TIME12.2 to TIME13.3 WTFEIOT changed from TIME12.2 to TIME13.3 WTFEWTT changed from TIME12.2 to TIME13.3 WTGDIOT changed from TIME12.2 to TIME13.3 WTGDWTT changed from TIME12.2 to TIME13.3 WTIOIOT changed from TIME12.2 to TIME13.3 WTIRIOT changed from TIME12.2 to TIME13.3 WTJCIOT changed from TIME12.2 to TIME13.3 WTJCWTT changed from TIME12.2 to TIME13.3 WTMVWTT changed from TIME12.2 to TIME13.3 WTNSIOT changed from TIME12.2 to TIME13.3 WTOCWTT changed from TIME12.2 to TIME13.3 WTOWWTT changed from TIME12.2 to TIME13.3 WTPFIOT changed from TIME12.2 to TIME13.3 WTPFWTT changed from TIME12.2 to TIME13.3 WTRDIOT changed from TIME12.2 to TIME13.3 WTRDWTT changed from TIME12.2 to TIME13.3 WTREIOT changed from TIME12.2 to TIME13.3 WTREWTT changed from TIME12.2 to TIME13.3 WTSPIOT changed from TIME12.2 to TIME13.3 WTSPWTT changed from TIME12.2 to TIME13.3 WTSQIOT changed from TIME12.2 to TIME13.3 WTSTWTT changed from TIME12.2 to TIME13.3 WTSUWTT changed from TIME12.2 to TIME13.3 WTTCWTT changed from TIME12.2 to TIME13.3 WTTDIOT changed from TIME12.2 to TIME13.3 WTTDWTT changed from TIME12.2 to TIME13.3 WTTSIOT changed from TIME12.2 to TIME13.3 WTTSWTT changed from TIME12.2 to TIME13.3 WT1SWTT changed from TIME12.2 to TIME13.3 104) The following 10 variables have been added to table XTC2TDQ: Variable Description Interpretation GMTOGMT Gmt offset TIME TDQDELC Deletes COUNT TDQRDDN Remote dd name STRING TDQRDSN Remote data set name STRING TDQREAD Reads from queue COUNT TDQRPDS Queue trigger level STRING TDQTRGC Number of triglvl triggers INT TDQWAIT Indoubt waiting supported HEXFLAGS TDQWA01 Indoubt action ind HEXFLAGS TDQWRIT Writes to queue COUNT The following variable has been deleted from table XTC2TDQ: TENGMTO Gmt offset INT 105) The following variable has had its format changed in table XTC2TFI: TFILETM changed from TIME12.2 to TIME13.3 106) The following 2 variables have had their format changed in table XTC2TMC: TCAIDT changed from TIME12.2 to TIME13.3 TCGADT changed from TIME12.2 to TIME13.3 107) The following 3 variables have had their format changed in table XTC2TPD: TDSTGNI changed from BEST12. to MGBYTES. TGLLT changed from TIME12.2 to TIME13.3 TGTTW changed from TIME12.2 to TIME13.3 108) The following 3 variables have had their format changed in table XTC2TPG: TGLLT changed from TIME12.2 to TIME13.3 TGPSIZE changed from BEST12.2 to MGBYTES. TGTTW changed from TIME12.2 to TIME13.3 109) The following 15 variables have had their format changed in table XTC2TR: TENDMBP changed from BEST12.2 to MGBYTES. TENENQP changed from BEST12.2 to MGBYTES. TENPSBP changed from BEST12.2 to MGBYTES. TMRGA16 changed from BEST12.2 to MGBYTES. TMRGB16 changed from BEST12.2 to MGBYTES. TNUCSZ changed from BEST12.2 to MGBYTES. TOPHIUZ changed from BEST12.2 to MGBYTES. TOSAA16 changed from BEST12. to MGBYTES. TOSAB16 changed from BEST12. to MGBYTES. TOSUA16 changed from BEST12. to MGBYTES. TOSUB16 changed from BEST12. to MGBYTES. TRGNA16 changed from BEST12.2 to MGBYTES. TRGNB16 changed from BEST12.2 to MGBYTES. TSDSALM changed from BEST12.2 to MGBYTES. TSEDSAL changed from BEST12.2 to MGBYTES. 110) The following 4 variables have been added to table XTC2TS: Variable Description Interpretation TSSHPCN Shared pools connected to COUNT TSSHPDF Shared pools defined COUNT TSSHRDS Shared pool reads COUNT TSSHWTS Shared pool writes COUNT The following 2 variables have had their format changed in table XTC2TS: TGSTA6A changed from BEST12.2 to MGBYTES. TGSTA6F changed from BEST12.2 to MGBYTES. 111) The following 6 variables have been added to table XTC2TSK: Variable Description Interpretation ABNDMON STRING GMTOGMT Gmt offset TIME STORVIO STRING TADBCJO Dbctl region name STRING TADBCSY Dbctl system id STRING TAOPRWC Primary facility wait count-new COUNT The following 47 variables have had their format changed in table XTC2TSK: TACPUTM changed from TIME12.2 to TIME13.3 TADBCTH changed from TIME12.2 to TIME13.3 TAMQSRT changed from TIME12.2 to TIME13.3 TAMQSWT changed from TIME12.2 to TIME13.3 TARSPTM changed from TIME12.2 to TIME13.3 TASDSPT changed from TIME12.2 to TIME13.3 TASPNDT changed from TIME12.2 to TIME13.3 TASWAIT changed from TIME12.2 to TIME13.3 TOPRWTM changed from TIME12.2 to TIME13.3 TTCBSTM changed from TIME12.2 to TIME13.3 TTIOHWM changed from BEST12.2 to MGBYTES. TWMRESP changed from TIME12.2 to TIME13.3 WTDBWTT changed from TIME12.2 to TIME13.3 WTDLIOT changed from TIME12.2 to TIME13.3 WTDLWTT changed from TIME12.2 to TIME13.3 WTEXWTT changed from TIME12.2 to TIME13.3 WTFCIOT changed from TIME12.2 to TIME13.3 WTFCWTT changed from TIME12.2 to TIME13.3 WTFEIOT changed from TIME12.2 to TIME13.3 WTFEWTT changed from TIME12.2 to TIME13.3 WTGDIOT changed from TIME12.2 to TIME13.3 WTGDWTT changed from TIME12.2 to TIME13.3 WTIOIOT changed from TIME12.2 to TIME13.3 WTJCIOT changed from TIME12.2 to TIME13.3 WTJCWTT changed from TIME12.2 to TIME13.3 WTMVWTT changed from TIME12.2 to TIME13.3 WTNSIOT changed from TIME12.2 to TIME13.3 WTOCWTT changed from TIME12.2 to TIME13.3 WTOWWTT changed from TIME12.2 to TIME13.3 WTPFIOT changed from TIME12.2 to TIME13.3 WTPFWTT changed from TIME12.2 to TIME13.3 WTRDIOT changed from TIME12.2 to TIME13.3 WTRDWTT changed from TIME12.2 to TIME13.3 WTRQIOT changed from TIME12.2 to TIME13.3 WTRQWTT changed from TIME12.2 to TIME13.3 WTSPIOT changed from TIME12.2 to TIME13.3 WTSPWTT changed from TIME12.2 to TIME13.3 WTSQIOT changed from TIME12.2 to TIME13.3 WTSTWTT changed from TIME12.2 to TIME13.3 WTSWIOT changed from TIME12.2 to TIME13.3 WTTCWTT changed from TIME12.2 to TIME13.3 WTTDIOT changed from TIME12.2 to TIME13.3 WTTDWTT changed from TIME12.2 to TIME13.3 WTTSIOT changed from TIME12.2 to TIME13.3 WTTSWTT changed from TIME12.2 to TIME13.3 WTUDIOT changed from TIME12.2 to TIME13.3 WT1SWTT changed from TIME12.2 to TIME13.3 The following variable has been deleted from table XTC2TSK: TAENGMT Gmt offset TIME 112) The following variable has been added to table XTC2TSQ: Variable Description Interpretation TSQNAME Short name of ts queue STRING 113) The following variable has had its format changed in table XTC2TTR: TRSTG changed from BEST12. to MGBYTES. 114) The following variable has been added to table XTC2TXN: Variable Description Interpretation TXNFAOT Forced action other COUNT 115) The following 27 variables have been added to table XTC2T2: Variable Description Interpretation T2CAUID Command static authid STRING T2CAUTY Command authtype COUNT T2CCALC Dsnc command calls COUNT T2COVFC Command overflows to pool COUNT T2CSMOC Command number of signons INT T2CTDTC Command thread terminates COUNT T2CTHDC Command current threads GAUGE T2CTHDL Command maximum threads MAXIMUM T2PABRC Pool abort count COUNT T2PACCT Pool accountrec setting COUNT T2PAUTI Pool static authid STRING T2PAUTY Pool authtype COUNT T2PCALC Calls using pool COUNT T2PCMTC Pool commits COUNT T2PPLAN Static plan name STRING T2PPLXN Plan exit name STRING T2PPRTY Pool thread priority INT T2PRDYQ Tasks on readyq COUNT T2PSNOC Sign on count COUNT T2PSPHC Pool single phase commits COUNT T2PTDRC Pool thread reuse count COUNT T2PTDTC Pool thread terminates COUNT T2PTHDC Pool current threads GAUGE T2PTHDW Pool threadwait setting COUNT T2PTH01 Pool maximum threads MAXIMUM T2PTSKC Pool current tasks GAUGE T2PTS01 Pool task total COUNT 116) The following 14 variables have been added to table XTMDBD: Variable Description Interpretation DBCEUID End user userid STRING DBCEUTX End user transaction name STRING DBCEUWN End user workstation name STRING QW140HO Host options for sql statements HEXFLAGS QW140OB Object type STRING QW140PR Privilege being checked INT QW140RC Return code from access control INT QW140RS User defined reason code INT QW140SC Source object owner STRING QW140SN Source object name STRING QW140TC Target object owner STRING QW140TN Target object name STRING QW140TX Sql text STRING QW140UR Auth id being checked STRING 117) The following variable has been added to table XTPFDA: Variable Description Interpretation CPUID Cpu or cec or cpc id STRING The following variable has had its external name changed in table XTPFDA: MACHINE changed from CPUID to SYSTEM 118) The following variable has been added to table XTPFDH: Variable Description Interpretation CPUID Cpu or cec or cpc id STRING The following variable has had its external name changed in table XTPFDH: MACHINE changed from CPUID to SYSTEM 119) The following variable has been added to table XTPFDI: Variable Description Interpretation CPUID Cpu or cec or cpc id STRING The following variable has had its external name changed in table XTPFDI: MACHINE changed from CPUID to SYSTEM 120) The following variable has been added to table XTPFDK: Variable Description Interpretation CPUID Cpu or cec or cpc id STRING The following variable has had its external name changed in table XTPFDK: MACHINE changed from CPUID to SYSTEM 121) The following variable has been added to table XTPFDN: Variable Description Interpretation CPUID Cpu or cec or cpc id STRING The following variable has had its external name changed in table XTPFDN: MACHINE changed from CPUID to SYSTEM 122) The following variable has been added to table XTPFDP: Variable Description Interpretation CPUID Cpu or cec or cpc id STRING The following variable has had its external name changed in table XTPFDP: MACHINE changed from CPUID to SYSTEM 123) The following 2 variables have been added to table XTPFDR: Variable Description Interpretation CPUID Cpu or cec or cpc id STRING TPFRECN Tpf record number INT The following variable has had its interpretation type changed in table XTPFDR: DRCCWID changed from INT to HEXFLAGS The following variable has had its external name changed in table XTPFDR: MACHINE changed from CPUID to SYSTEM The following variable has had its format changed in table XTPFDR: DRCCWID changed from BEST12. to $HEX2. 124) The following variable has been added to table XTPFDS: Variable Description Interpretation CPUID Cpu or cec or cpc id STRING The following variable has had its external name changed in table XTPFDS: MACHINE changed from CPUID to SYSTEM 125) The following variable has been added to table XTPFDT: Variable Description Interpretation CPUID Cpu or cec or cpc id STRING The following variable has had its external name changed in table XTPFDT: MACHINE changed from CPUID to SYSTEM 126) The following variable has been added to table XTPFDTX: Variable Description Interpretation CPUID Cpu or cec or cpc id STRING The following variable has had its external name changed in table XTPFDTX: MACHINE changed from CPUID to SYSTEM 127) The following variable has been added to table XTPFDU: Variable Description Interpretation CPUID Cpu or cec or cpc id STRING The following variable has had its external name changed in table XTPFDU: MACHINE changed from CPUID to SYSTEM 128) The following variable has been added to table XTPFDV: Variable Description Interpretation CPUID Cpu or cec or cpc id STRING The following variable has had its external name changed in table XTPFDV: MACHINE changed from CPUID to SYSTEM 129) The following variable has been added to table XTPFDVX: Variable Description Interpretation CPUID Cpu or cec or cpc id STRING The following variable has had its external name changed in table XTPFDVX: MACHINE changed from CPUID to SYSTEM 130) The following 5 variables have been added to table XTPFDX: Variable Description Interpretation CPUID Cpu or cec or cpc id STRING DMAXCF Maximum number of cf-s MAXIMUM DMAXCFS Maximum cf structures MAXIMUM DSSN Subsystem where rlog resides STRING GMTOFF Gmt offset TIME The following variable has had its external name changed in table XTPFDX: MACHINE changed from CPUID to SYSTEM 131) The following variable has been added to table XTPFDY: Variable Description Interpretation CPUID Cpu or cec or cpc id STRING The following variable has had its external name changed in table XTPFDY: MACHINE changed from CPUID to SYSTEM 132) The following variable has been added to table XTPFFC: Variable Description Interpretation CPUID Cpu or cec or cpc id STRING The following variable has had its external name changed in table XTPFFC: MACHINE changed from CPUID to SYSTEM 133) The following variable has been added to table XTPFFF: Variable Description Interpretation CPUID Cpu or cec or cpc id STRING The following variable has had its interpretation type changed in table XTPFFF: FFMID changed from HEXFLAGS to INT The following variable has had its external name changed in table XTPFFF: MACHINE changed from CPUID to SYSTEM The following variable has had its format changed in table XTPFFF: FFMID changed from $HEX2. to BEST12. 134) The following variable has been added to table XTPFFM: Variable Description Interpretation CPUID Cpu or cec or cpc id STRING The following variable has had its external name changed in table XTPFFM: MACHINE changed from CPUID to SYSTEM 135) The following variable has been added to table XTPFFN: Variable Description Interpretation CPUID Cpu or cec or cpc id STRING The following variable has had its external name changed in table XTPFFN: MACHINE changed from CPUID to SYSTEM 136) The following variable has been added to table XTPFFQ: Variable Description Interpretation CPUID Cpu or cec or cpc id STRING The following variable has had its external name changed in table XTPFFQ: MACHINE changed from CPUID to SYSTEM 137) The following variable has been added to table XTPFFS: Variable Description Interpretation CPUID Cpu or cec or cpc id STRING The following variable has had its external name changed in table XTPFFS: MACHINE changed from CPUID to SYSTEM 138) The following 2 variables have been added to table XTPFFV: Variable Description Interpretation CPUID Cpu or cec or cpc id STRING FVDATBA Database number INT The following variable has had its external name changed in table XTPFFV: MACHINE changed from CPUID to SYSTEM The following variable has been deleted from table XTPFFV: SLOTNR Slot number INT 139) The following variable has been added to table XTPFINT: Variable Description Interpretation CPUID Cpu or cec or cpc id STRING The following variable has had its external name changed in table XTPFINT: MACHINE changed from CPUID to SYSTEM The following variable has been deleted from table XTPFINT: STWCSPR Spare field but nonzero COUNT 140) The following variable has been added to table XTPFMB: Variable Description Interpretation CPUID Cpu or cec or cpc id STRING The following variable has had its external name changed in table XTPFMB: MACHINE changed from CPUID to SYSTEM 141) The following variable has been added to table XTPFMD: Variable Description Interpretation CPUID Cpu or cec or cpc id STRING The following variable has had its external name changed in table XTPFMD: MACHINE changed from CPUID to SYSTEM 142) The following variable has been added to table XTPFMG: Variable Description Interpretation CPUID Cpu or cec or cpc id STRING The following variable has had its external name changed in table XTPFMG: MACHINE changed from CPUID to SYSTEM 143) The following variable has been added to table XTPFML: Variable Description Interpretation CPUID Cpu or cec or cpc id STRING The following variable has had its external name changed in table XTPFML: MACHINE changed from CPUID to SYSTEM 144) The following variable has been added to table XTPFMM: Variable Description Interpretation CPUID Cpu or cec or cpc id STRING The following variable has had its external name changed in table XTPFMM: MACHINE changed from CPUID to SYSTEM 145) The following variable has been added to table XTPFMP: Variable Description Interpretation CPUID Cpu or cec or cpc id STRING The following variable has had its external name changed in table XTPFMP: MACHINE changed from CPUID to SYSTEM 146) The following variable has been added to table XTPFNX: Variable Description Interpretation CPUID Cpu or cec or cpc id STRING The following variable has had its external name changed in table XTPFNX: MACHINE changed from CPUID to SYSTEM 147) The following variable has been added to table XTPFPP: Variable Description Interpretation CPUID Cpu or cec or cpc id STRING The following variable has had its external name changed in table XTPFPP: MACHINE changed from CPUID to SYSTEM 148) The following variable has been added to table XTPFPX: Variable Description Interpretation CPUID Cpu or cec or cpc id STRING The following variable has had its external name changed in table XTPFPX: MACHINE changed from CPUID to SYSTEM 149) The following variable has been added to table XTPFSA: Variable Description Interpretation CPUID Cpu or cec or cpc id STRING The following variable has had its external name changed in table XTPFSA: MACHINE changed from CPUID to SYSTEM 150) The following variable has been added to table XTPFSC: Variable Description Interpretation CPUID Cpu or cec or cpc id STRING The following variable has had its external name changed in table XTPFSC: MACHINE changed from CPUID to SYSTEM 151) The following variable has been added to table XTPFSJ: Variable Description Interpretation CPUID Cpu or cec or cpc id STRING The following variable has had its external name changed in table XTPFSJ: MACHINE changed from CPUID to SYSTEM 152) The following variable has been added to table XTPFSM: Variable Description Interpretation CPUID Cpu or cec or cpc id STRING The following variable has had its external name changed in table XTPFSM: MACHINE changed from CPUID to SYSTEM 153) The following variable has been added to table XTPFSP: Variable Description Interpretation CPUID Cpu or cec or cpc id STRING The following variable has had its external name changed in table XTPFSP: MACHINE changed from CPUID to SYSTEM 154) The following variable has been added to table XTPFSU: Variable Description Interpretation CPUID Cpu or cec or cpc id STRING The following variable has had its external name changed in table XTPFSU: MACHINE changed from CPUID to SYSTEM 155) The following 323 variables have been added to table XTPFSX: Variable Description Interpretation CPUID Cpu or cec or cpc id STRING DBLECB Allocated physical blocks ecb COUNT DBLSWB Allocated physical blocks swb COUNT SAECBA Active ecbs i-stream-a COUNT SAECBB Active ecbs i-stream-b COUNT SAECBC Active ecbs i-stream-c COUNT SAECBD Active ecbs i-stream-d COUNT SAECBE Active ecbs i-stream-e COUNT SAECBF Active ecbs i-stream-f COUNT SAECBG Active ecbs i-stream-g COUNT SAECB9 Active ecbs i-stream-9 COUNT SIDLEAA Istream-a notenuf tas common time TIME SIDLEAB Istream-b notenuf tas common time TIME SIDLEAC Istream-c notenuf tas common time TIME SIDLEAD Istream-d notenuf tas common time TIME SIDLEAE Istream-e notenuf tas common time TIME SIDLEAF Istream-f notenuf tas common time TIME SIDLEAG Istream-g notenuf tas common time TIME SIDLEA9 Istream-9 notenuf tas common time TIME SIDLEBA Istream-a system wait time TIME SIDLEBB Istream-b system wait time TIME SIDLEBC Istream-c system wait time TIME SIDLEBD Istream-d system wait time TIME SIDLEBE Istream-e system wait time TIME SIDLEBF Istream-f system wait time TIME SIDLEBG Istream-g system wait time TIME SIDLEB9 Istream-9 system wait time TIME SIDLE1A Istream-a notenuf input iobs time TIME SIDLE1B Istream-b notenuf input iobs time TIME SIDLE1C Istream-c notenuf input iobs time TIME SIDLE1D Istream-d notenuf input iobs time TIME SIDLE1E Istream-e notenuf input iobs time TIME SIDLE1F Istream-f notenuf input iobs time TIME SIDLE1G Istream-g notenuf input iobs time TIME SIDLE19 Istream-9 notenuf input iobs time TIME SIDLE2A Istream-a notenuf input swbs time TIME SIDLE2B Istream-b notenuf input swbs time TIME SIDLE2C Istream-c notenuf input swbs time TIME SIDLE2D Istream-d notenuf input swbs time TIME SIDLE2E Istream-e notenuf input swbs time TIME SIDLE2F Istream-f notenuf input swbs time TIME SIDLE2G Istream-g notenuf input swbs time TIME SIDLE29 Istream-9 notenuf input swbs time TIME SIDLE3A Istream-a notenuf input frames time TIME SIDLE3B Istream-b notenuf input frames time TIME SIDLE3C Istream-c notenuf input frames time TIME SIDLE3D Istream-d notenuf input frames time TIME SIDLE3E Istream-e notenuf input frames time TIME SIDLE3F Istream-f notenuf input frames time TIME SIDLE3G Istream-g notenuf input frames time TIME SIDLE39 Istream-9 notenuf input frames time TIME SIDLE4A Istream-a notenuf input common time TIME SIDLE4B Istream-b notenuf input common time TIME SIDLE4C Istream-c notenuf input common time TIME SIDLE4D Istream-d notenuf input common time TIME SIDLE4E Istream-e notenuf input common time TIME SIDLE4F Istream-f notenuf input common time TIME SIDLE4G Istream-g notenuf input common time TIME SIDLE49 Istream-9 notenuf input common time TIME SIDLE5A Istream-a notenuf input ecb blocks time TIME SIDLE5B Istream-b notenuf input ecb blocks time TIME SIDLE5C Istream-c notenuf input ecb blocks time TIME SIDLE5D Istream-d notenuf input ecb blocks time TIME SIDLE5E Istream-e notenuf input ecb blocks time TIME SIDLE5F Istream-f notenuf input ecb blocks time TIME SIDLE5G Istream-g notenuf input ecb blocks time TIME SIDLE59 Istream-9 notenuf input ecb blocks time TIME SIDLE6A Istream-a toomany input active ecbs time TIME SIDLE6B Istream-b toomany input active ecbs time TIME SIDLE6C Istream-c toomany input active ecbs time TIME SIDLE6D Istream-d toomany input active ecbs time TIME SIDLE6E Istream-e toomany input active ecbs time TIME SIDLE6F Istream-f toomany input active ecbs time TIME SIDLE6G Istream-g toomany input active ecbs time TIME SIDLE69 Istream-9 toomany input active ecbs time TIME SIDLE7A Istream-a toomany defer active ecbs time TIME SIDLE7B Istream-b toomany defer active ecbs time TIME SIDLE7C Istream-c toomany defer active ecbs time TIME SIDLE7D Istream-d toomany defer active ecbs time TIME SIDLE7E Istream-e toomany defer active ecbs time TIME SIDLE7F Istream-f toomany defer active ecbs time TIME SIDLE7G Istream-g toomany defer active ecbs time TIME SIDLE79 Istream-9 toomany defer active ecbs time TIME SIDLE8A Istream-a notenuf tas ecbs time TIME SIDLE8B Istream-b notenuf tas ecbs time TIME SIDLE8C Istream-c notenuf tas ecbs time TIME SIDLE8D Istream-d notenuf tas ecbs time TIME SIDLE8E Istream-e notenuf tas ecbs time TIME SIDLE8F Istream-f notenuf tas ecbs time TIME SIDLE8G Istream-g notenuf tas ecbs time TIME SIDLE89 Istream-9 notenuf tas ecbs time TIME SIDLE9A Istream-a notenuf tas frames time TIME SIDLE9B Istream-b notenuf tas frames time TIME SIDLE9C Istream-c notenuf tas frames time TIME SIDLE9D Istream-d notenuf tas frames time TIME SIDLE9E Istream-e notenuf tas frames time TIME SIDLE9F Istream-f notenuf tas frames time TIME SIDLE9G Istream-g notenuf tas frames time TIME SIDLE99 Istream-9 notenuf tas frames time TIME SIPTEA Ipte instructions istream-a per sec RATE SIPTEB Ipte instructions istream-b per sec RATE SIPTEC Ipte instructions istream-c per sec RATE SIPTED Ipte instructions istream-d per sec RATE SIPTEE Ipte instructions istream-e per sec RATE SIPTEF Ipte instructions istream-f per sec RATE SIPTEG Ipte instructions istream-g per sec RATE SIPTE9 Ipte instructions istream-9 per sec RATE SISADRA I-stream-a address INT SISADRB I-stream-b address INT SISADRC I-stream-c address INT SISADRD I-stream-d address INT SISADRE I-stream-e address INT SISADRF I-stream-f address INT SISADRG I-stream-g address INT SISADR9 I-stream-9 address INT SISAUTA Adjusted i-stream-a utilization PERCENT100 SISAUTB Adjusted i-stream-b utilization PERCENT100 SISAUTC Adjusted i-stream-c utilization PERCENT100 SISAUTD Adjusted i-stream-d utilization PERCENT100 SISAUTE Adjusted i-stream-e utilization PERCENT100 SISAUTF Adjusted i-stream-f utilization PERCENT100 SISAUTG Adjusted i-stream-g utilization PERCENT100 SISAUT9 Adjusted i-stream-9 utilization PERCENT100 SISUTLA I-stream-a utilization PERCENT100 SISUTLB I-stream-b utilization PERCENT100 SISUTLC I-stream-c utilization PERCENT100 SISUTLD I-stream-d utilization PERCENT100 SISUTLE I-stream-e utilization PERCENT100 SISUTLF I-stream-f utilization PERCENT100 SISUTLG I-stream-g utilization PERCENT100 SISUTL9 I-stream-9 utilization PERCENT100 SPAUSTA Istream-a pause time TIME SPAUSTB Istream-b pause time TIME SPAUSTC Istream-c pause time TIME SPAUSTD Istream-d pause time TIME SPAUSTE Istream-e pause time TIME SPAUSTF Istream-f pause time TIME SPAUSTG Istream-g pause time TIME SPAUST9 Istream-9 pause time TIME SPTDCAA Cpu list length istream-a cross avg AVERAGE SPTDCAB Cpu list length istream-b cross avg AVERAGE SPTDCAC Cpu list length istream-c cross avg AVERAGE SPTDCAD Cpu list length istream-d cross avg AVERAGE SPTDCAE Cpu list length istream-e cross avg AVERAGE SPTDCAF Cpu list length istream-f cross avg AVERAGE SPTDCAG Cpu list length istream-g cross avg AVERAGE SPTDCA9 Cpu list length istream-9 cross avg AVERAGE SPTDCCA Cpu list length istream-a cross cnt COUNT SPTDCCB Cpu list length istream-b cross cnt COUNT SPTDCCC Cpu list length istream-c cross cnt COUNT SPTDCCD Cpu list length istream-d cross cnt COUNT SPTDCCE Cpu list length istream-e cross cnt COUNT SPTDCCF Cpu list length istream-f cross cnt COUNT SPTDCCG Cpu list length istream-g cross cnt COUNT SPTDCC9 Cpu list length istream-9 cross cnt COUNT SPTDCNA Cpu list length istream-a cross min MINIMUM SPTDCNB Cpu list length istream-b cross min MINIMUM SPTDCNC Cpu list length istream-c cross min MINIMUM SPTDCND Cpu list length istream-d cross min MINIMUM SPTDCNE Cpu list length istream-e cross min MINIMUM SPTDCNF Cpu list length istream-f cross min MINIMUM SPTDCNG Cpu list length istream-g cross min MINIMUM SPTDCN9 Cpu list length istream-9 cross min MINIMUM SPTDCXA Cpu list length istream-a cross max MAXIMUM SPTDCXB Cpu list length istream-b cross max MAXIMUM SPTDCXC Cpu list length istream-c cross max MAXIMUM SPTDCXD Cpu list length istream-d cross max MAXIMUM SPTDCXE Cpu list length istream-e cross max MAXIMUM SPTDCXF Cpu list length istream-f cross max MAXIMUM SPTDCXG Cpu list length istream-g cross max MAXIMUM SPTDCX9 Cpu list length istream-9 cross max MAXIMUM SPTDDAA Cpu list length istream-a deferred avg AVERAGE SPTDDAB Cpu list length istream-b deferred avg AVERAGE SPTDDAC Cpu list length istream-c deferred avg AVERAGE SPTDDAD Cpu list length istream-d deferred avg AVERAGE SPTDDAE Cpu list length istream-e deferred avg AVERAGE SPTDDAF Cpu list length istream-f deferred avg AVERAGE SPTDDAG Cpu list length istream-g deferred avg AVERAGE SPTDDA9 Cpu list length istream-9 deferred avg AVERAGE SPTDDCA Cpu list length istream-a deferred cnt COUNT SPTDDCB Cpu list length istream-b deferred cnt COUNT SPTDDCC Cpu list length istream-c deferred cnt COUNT SPTDDCD Cpu list length istream-e deferred cnt COUNT SPTDDCE Cpu list length istream-e deferred cnt COUNT SPTDDCF Cpu list length istream-f deferred cnt COUNT SPTDDCG Cpu list length istream-g deferred cnt COUNT SPTDDC9 Cpu list length istream-9 deferred cnt COUNT SPTDDNA Cpu list length istream-a deferred min MINIMUM SPTDDNB Cpu list length istream-b deferred min MINIMUM SPTDDNC Cpu list length istream-c deferred min MINIMUM SPTDDND Cpu list length istream-d deferred min MINIMUM SPTDDNE Cpu list length istream-e deferred min MINIMUM SPTDDNF Cpu list length istream-f deferred min MINIMUM SPTDDNG Cpu list length istream-g deferred min MINIMUM SPTDDN9 Cpu list length istream-9 deferred min MINIMUM SPTDDXA Cpu list length istream-a deferred max MAXIMUM SPTDDXB Cpu list length istream-b deferred max MAXIMUM SPTDDXC Cpu list length istream-c deferred max MAXIMUM SPTDDXD Cpu list length istream-d deferred max MAXIMUM SPTDDXE Cpu list length istream-e deferred max MAXIMUM SPTDDXF Cpu list length istream-f deferred max MAXIMUM SPTDDXG Cpu list length istream-g deferred max MAXIMUM SPTDDX9 Cpu list length istream-9 deferred max MAXIMUM SPTDIAA Cpu list length istream-a input avg AVERAGE SPTDIAB Cpu list length istream-b input avg AVERAGE SPTDIAC Cpu list length istream-c input avg AVERAGE SPTDIAD Cpu list length istream-d input avg AVERAGE SPTDIAE Cpu list length istream-e input avg AVERAGE SPTDIAF Cpu list length istream-f input avg AVERAGE SPTDIAG Cpu list length istream-g input avg AVERAGE SPTDIA9 Cpu list length istream-9 input avg AVERAGE SPTDICA Cpu list length istream-a input cnt COUNT SPTDICB Cpu list length istream-b input cnt COUNT SPTDICC Cpu list length istream-c input cnt COUNT SPTDICD Cpu list length istream-d input cnt COUNT SPTDICE Cpu list length istream-e input cnt COUNT SPTDICF Cpu list length istream-f input cnt COUNT SPTDICG Cpu list length istream-g input cnt COUNT SPTDIC9 Cpu list length istream-9 input cnt COUNT SPTDINA Cpu list length istream-a input min MINIMUM SPTDINB Cpu list length istream-b input min MINIMUM SPTDINC Cpu list length istream-c input min MINIMUM SPTDIND Cpu list length istream-d input min MINIMUM SPTDINE Cpu list length istream-e input min MINIMUM SPTDINF Cpu list length istream-f input min MINIMUM SPTDING Cpu list length istream-g input min MINIMUM SPTDIN9 Cpu list length istream-9 input min MINIMUM SPTDIXA Cpu list length istream-a input max MAXIMUM SPTDIXB Cpu list length istream-b input max MAXIMUM SPTDIXC Cpu list length istream-c input max MAXIMUM SPTDIXD Cpu list length istream-d input max MAXIMUM SPTDIXE Cpu list length istream-e input max MAXIMUM SPTDIXF Cpu list length istream-f input max MAXIMUM SPTDIXG Cpu list length istream-g input max MAXIMUM SPTDIX9 Cpu list length istream-9 input max MAXIMUM SPTDRAA Cpu list length istream-a ready avg AVERAGE SPTDRAB Cpu list length istream-b ready avg AVERAGE SPTDRAC Cpu list length istream-c ready avg AVERAGE SPTDRAD Cpu list length istream-d ready avg AVERAGE SPTDRAE Cpu list length istream-e ready avg AVERAGE SPTDRAF Cpu list length istream-f ready avg AVERAGE SPTDRAG Cpu list length istream-g ready avg AVERAGE SPTDRA9 Cpu list length istream-9 ready avg AVERAGE SPTDRCA Cpu list length istream-a ready cnt COUNT SPTDRCB Cpu list length istream-b ready cnt COUNT SPTDRCC Cpu list length istream-c ready cnt COUNT SPTDRCD Cpu list length istream-d ready cnt COUNT SPTDRCE Cpu list length istream-e ready cnt COUNT SPTDRCF Cpu list length istream-f ready cnt COUNT SPTDRCG Cpu list length istream-g ready cnt COUNT SPTDRC9 Cpu list length istream-9 ready cnt COUNT SPTDRNA Cpu list length istream-a ready min MINIMUM SPTDRNB Cpu list length istream-b ready min MINIMUM SPTDRNC Cpu list length istream-c ready min MINIMUM SPTDRND Cpu list length istream-d ready min MINIMUM SPTDRNE Cpu list length istream-e ready min MINIMUM SPTDRNF Cpu list length istream-f ready min MINIMUM SPTDRNG Cpu list length istream-g ready min MINIMUM SPTDRN9 Cpu list length istream-9 ready min MINIMUM SPTDRXA Cpu list length istream-a ready max MAXIMUM SPTDRXB Cpu list length istream-b ready max MAXIMUM SPTDRXC Cpu list length istream-c ready max MAXIMUM SPTDRXD Cpu list length istream-d ready max MAXIMUM SPTDRXE Cpu list length istream-e ready max MAXIMUM SPTDRXF Cpu list length istream-f ready max MAXIMUM SPTDRXG Cpu list length istream-g ready max MAXIMUM SPTDRX9 Cpu list length istream-9 ready max MAXIMUM SPTLBA Ptlb instructions istream-a per sec RATE SPTLBB Ptlb instructions istream-b per sec RATE SPTLBC Ptlb instructions istream-c per sec RATE SPTLBD Ptlb instructions istream-d per sec RATE SPTLBE Ptlb instructions istream-e per sec RATE SPTLBF Ptlb instructions istream-f per sec RATE SPTLBG Ptlb instructions istream-g per sec RATE SPTLB9 Ptlb instructions istream-9 per sec RATE SSUSLOA Istream-a suspnd low prty ecbs per sec RATE SSUSLOB Istream-b suspnd low prty ecbs per sec RATE SSUSLOC Istream-c suspnd low prty ecbs per sec RATE SSUSLOD Istream-d suspnd low prty ecbs per sec RATE SSUSLOE Istream-e suspnd low prty ecbs per sec RATE SSUSLOF Istream-f suspnd low prty ecbs per sec RATE SSUSLOG Istream-g suspnd low prty ecbs per sec RATE SSUSLO9 Istream-9 suspnd low prty ecbs per sec RATE SSUSTMA Istream-a suspnd time slice ecbs per sec RATE SSUSTMB Istream-b suspnd time slice ecbs per sec RATE SSUSTMC Istream-c suspnd time slice ecbs per sec RATE SSUSTMD Istream-d suspnd time slice ecbs per sec RATE SSUSTME Istream-e suspnd time slice ecbs per sec RATE SSUSTMF Istream-f suspnd time slice ecbs per sec RATE SSUSTMG Istream-g suspnd time slice ecbs per sec RATE SSUSTM9 Istream-9 suspnd time slice ecbs per sec RATE SSUSTOA Istream-a items on suspend list per sec RATE SSUSTOB Istream-b items on suspend list per sec RATE SSUSTOC Istream-c items on suspend list per sec RATE SSUSTOD Istream-d items on suspend list per sec RATE SSUSTOE Istream-e items on suspend list per sec RATE SSUSTOF Istream-f items on suspend list per sec RATE SSUSTOG Istream-g items on suspend list per sec RATE SSUSTO9 Istream-9 items on suspend list per sec RATE SSWISCA Swisc creates i-stream-a per sec RATE SSWISCB Swisc creates i-stream-b per sec RATE SSWISCC Swisc creates i-stream-c per sec RATE SSWISCD Swisc creates i-stream-d per sec RATE SSWISCE Swisc creates i-stream-e per sec RATE SSWISCF Swisc creates i-stream-f per sec RATE SSWISCG Swisc creates i-stream-g per sec RATE SSWISC9 Swisc creates i-stream-9 per sec RATE SSWISEA Swisc enters i-stream-a per sec RATE SSWISEB Swisc enters i-stream-b per sec RATE SSWISEC Swisc enters i-stream-c per sec RATE SSWISED Swisc enters i-stream-d per sec RATE SSWISEE Swisc enters i-stream-e per sec RATE SSWISEF Swisc enters i-stream-f per sec RATE SSWISEG Swisc enters i-stream-g per sec RATE SSWISE9 Swisc enters i-stream-9 per sec RATE SVCTTOA Istream-a ecbs on vct list per sec RATE SVCTTOB Istream-b ecbs on vct list per sec RATE SVCTTOC Istream-c ecbs on vct list per sec RATE SVCTTOD Istream-d ecbs on vct list per sec RATE SVCTTOE Istream-e ecbs on vct list per sec RATE SVCTTOF Istream-f ecbs on vct list per sec RATE SVCTTOG Istream-g ecbs on vct list per sec RATE SVCTTO9 Istream-9 ecbs on vct list per sec RATE The following variable has had its external name changed in table XTPFSX: MACHINE changed from CPUID to SYSTEM The following 3 variables have been deleted from table XTPFSX: DXBLECB Allocated physical blocks ecb COUNT DXBLSWB Allocated physical blocks swb COUNT STWCSPR Spare field but nonzero COUNT 156) The following variable has been added to table XTPFTT: Variable Description Interpretation CPUID Cpu or cec or cpc id STRING The following variable has had its external name changed in table XTPFTT: MACHINE changed from CPUID to SYSTEM 157) The following 8 variables have been added to table XTSCALL: Variable Description Interpretation TSPEMCT Response events exceeding max COUNT TSPEMTM Response duration exceeding max TIME TSPRTYP Response type field INT TSPSDCT Swap-in delays COUNT TSPSEQN Checkpoint record sequence number INT TSPSWCT Swap-ins COUNT TSPTRAN Ended srm transactions INT TSPURR Response status INT 158) The following 7 variables have been added to table XTYRMDS: Variable Description Interpretation RMSACCS Access method STRING RMSCOLL Collection name STRING RMSDIRX Dirxx table STRING RMSDSN Dataset name STRING RMSNRCO Control objects COUNT RMSNRRO Report objects COUNT RMSOBNM Object name STRING 159) The following variable has been added to table XTYTALO: Variable Description Interpretation DSABFLG Dsab allocation flag byte HEXFLAGS 160) The following variable has been added to table XTYTPMX: Variable Description Interpretation SPACERQ Total new dasd space requested COUNT The following variable has been deleted from table XTYTPMX: SPACE Total new dasd space requested COUNT 161) The following 3 variables have been added to table XTY1031: Variable Description Interpretation ASID Address space id INT JOB Job name or tso user STRING SRVSTRT Http server start datetime DATETIME 162) The following variable has been added to table XTY1032: Variable Description Interpretation SRVSTRT Http server start datetime DATETIME 163) The following variable has been added to table XTY108P: Variable Description Interpretation DMPRPID Process id INT 164) The following variable has been added to table XTY108T: Variable Description Interpretation DMPRPID Process id INT 165) The following 3 variables have been added to table XTY1081: Variable Description Interpretation DMPRPID Process id INT DMPVN Product version STRING DMRVN Record version number INT 166) The following 3 variables have been added to table XTY1082: Variable Description Interpretation DMPRPID Process id INT DMPVN Product version STRING DMRVN Record version number INT 167) The following 2 variables have been added to table XTY1083: Variable Description Interpretation DMPRPID Process id INT DMPVN Product version STRING 168) The following 3 variables have been added to table XTY1086: Variable Description Interpretation DMPRPID Process id INT DMPVN Product version STRING DMRVN Record version number INT 169) The following 10 variables have been added to table XTY12CC: Variable Description Interpretation DURATION Interval duration TIME S120AID Identity of the activity HEXFLAGS S120ATY Type of activity INT S120CNM Websphere container name STRING S120CN1 Websphere container name last 56 STRING S120CSP Container security policy INT S120CTP Container transaction policy INT S120SET Activity stop datetime DATETIME S120STY Record subtype INT S120WLM Wlm enclave token HEXFLAGS The following 2 variables have had their interpretation type changed in table XTY12CC: S120RMR changed from INT to COUNT S120RMW changed from INT to COUNT The following variable has been deleted from table XTY12CC: S120MN Method sections in this class section COUNT 170) The following 13 variables have been added to table XTY12CM: Variable Description Interpretation S120AID Identity of the activity HEXFLAGS S120ATY Type of activity INT S120CL1 Class activated by the container last 56 STRING S120CNM Websphere container name STRING S120CN1 Websphere container name last 56 STRING S120CSP Container security policy INT S120CTP Container transaction policy INT S120MN1 Method name STRING S120NMI Times method was invoked COUNT S120SET Activity stop datetime DATETIME S120SST Activity start datetime DATETIME S120STY Record subtype INT S120WLM Wlm enclave token HEXFLAGS The following variable has been deleted from table XTY12CM: S120NM1 Times method was invoked COUNT 171) The following 2 variables have been added to table XTY12SA: Variable Description Interpretation DURATN Interval duration TIME S120ST Server type INT 172) The following variable has been added to table XTY12SC: Variable Description Interpretation S120ST Server type INT 173) The following 20 variables have been added to table XTY12SI: Variable Description Interpretation DURATION Interval duration TIME S120BFL Bytes xferred from server to local COUNT S120BFR Bytes xferred from server to remote COUNT S120BFS Bytes xferred from server to all COUNT S120BTL Bytes xferred to server from local COUNT S120BTR Bytes xferred to server from remote COUNT S120BTS Bytes xferred to server from all COUNT S120HNM Websphere trans server hostname STRING S120NCA Comm sessions active during COUNT S120NCS Comm sessions at end COUNT S120NGT Global transactions started COUNT S120NLA Local comm sessions active COUNT S120NLS Local comm sessions at end COUNT S120NLT Local transactions started COUNT S120NRA Remote comm sessions active COUNT S120NRS Remote comm sessions at end COUNT S120SET Activity stop datetime DATETIME S120SIN Websphere trans server instance name STRING S120SNM Websphere trans server name STRING S120ST Server type INT 174) The following variable has been added to table XTY26J3: Variable Description Interpretation JCJOBID Jctjobid typetask plus jes nr STRING 175) The following 4 variables have been added to table XTY30_V: Variable Description Interpretation CPCEPTM Cpu time while enqueue promoted TIME IEFUSIM Iefusi changed memlimit? STRING MEMLIMI Memlimit value INT SM30MLS Source of memlimit value? INT 176) The following 2 variables have been added to table XTY30_1: Variable Description Interpretation INITNAM Initiator name STRING INITNUM Initiator number INT 177) The following 4 variables have been added to table XTY30_4: Variable Description Interpretation CPCEPTM Cpu time while enqueue promoted TIME IEFUSIM Iefusi changed memlimit? STRING MEMLIMI Memlimit value INT SM30MLS Source of memlimit value? INT 178) The following 4 variables have been added to table XTY30_5: Variable Description Interpretation CPCEPTM Cpu time while enqueue promoted TIME IEFUSIM Iefusi changed memlimit? STRING MEMLIMI Memlimit value INT SM30MLS Source of memlimit value? INT 179) The following 4 variables have been added to table XTY30_6: Variable Description Interpretation CPCEPTM Cpu time while enqueue promoted TIME IEFUSIM Iefusi changed memlimit? STRING MEMLIMI Memlimit value INT SM30MLS Source of memlimit value? INT 180) The following 2 variables have been added to table XTY42AU: Variable Description Interpretation SM42EFL Ucbsfls field HEXFLAGS SM42ESA Ucbstat field HEXFLAGS 181) The following 7 variables have been added to table XTY42DS: Variable Description Interpretation S42DSBU Vsam buffer type INT S42DSEF Extended format STRING S42DSEX Open for excp processing STRING S42DSFC Compressed format STRING S42DSFX Nonvsam fixed length records STRING S42DSPL Program library STRING S42JDSO Offset to first data set header INT 182) The following 14 variables have been added to table XTY42D1: Variable Description Interpretation SM42GAJ Gt 4k cf cache active status STRING SM42GAP Data class name STRING SM42GBN Wlm service class name STRING SM42GBO Wlm report class name STRING SM42GRA Re-dos COUNT SM42GRB Recursive re-dos COUNT SM42GRC Bmf writes COUNT SM42GRD Scm read requests COUNT SM42GRE Scm read request castout contentions COUNT SM42GRG Re-do percentage PERCENT100 SM42GRH Recursive re-do percentage PERCENT100 SM42GRI Scm castout lock percentage PERCENT100 SM42GZ8 Sms direct weight COUNT SM42GZ9 Sms sequential weight COUNT 183) The following 8 variables have been added to table XTY42D2: Variable Description Interpretation SM42GRL Re-dos COUNT SM42GRM Recursive re-dos COUNT SM42GRN Bmf writes COUNT SM42GRO Scm read requests COUNT SM42GRP Scm read request castout contentions COUNT SM42GRR Re-do percentage PERCENT100 SM42GRS Recursive re-do percentage PERCENT100 SM42GRT Scm castout lock percentage PERCENT100 184) The following variable has been added to table XTY42S1: Variable Description Interpretation SM42GAJ Gt 4k cf cache active status STRING 185) The following variable has been added to table XTY42S2: Variable Description Interpretation SM42GAJ Gt 4k cf cache active status STRING 186) The following variable has been added to table XTY42VL: Variable Description Interpretation DEVNR Device number INT 187) The following 23 variables have been added to table XTY42X1: Variable Description Interpretation SM42JN7 Write request sysplex total COUNT SM42JTA Avg scm read request castout AVERAGE SM42JTB Tot scm read request castout COUNT SM42JTC Avg scm read request AVERAGE SM42JTD Tot scm read request COUNT SM42JTE Curr pct scm read request castout PERCENT100 SM42JTF Low pct scm read request castout PERCENT100 SM42JTG High pct scm read request castout PERCENT100 SM42JTH Avg pct scm read request castout PERCENT100 SM42JTI Avg re-dos AVERAGE SM42JTJ Total re-dos COUNT SM42JTK Avg recursive re-dos AVERAGE SM42JTL Total recursive re-dos COUNT SM42JTM Curr pct re-dos PERCENT100 SM42JTN Low pct re-dos PERCENT100 SM42JTO High pct re-dos PERCENT100 SM42JTP Avg pct re-dos PERCENT100 SM42JTQ Curr pct recursive re-dos PERCENT100 SM42JTR Low pct recursive re-dos PERCENT100 SM42JTS High pct recursive re-dos PERCENT100 SM42JTT Avg pct recursive re-dos PERCENT100 SM42JUA Avg intervals processed accelerated AVERAGE SM42JUB Tot intervals processed accelerated COUNT 188) The following 17 variables have been added to table XTY42X2: Variable Description Interpretation SM42JP2 Intervals processed accelerated COUNT SM42JSA Scm read request castout COUNT SM42JSB Scm read request COUNT SM42JSC Curr pct scm read request castout PERCENT100 SM42JSD Low pct scm read request castout PERCENT100 SM42JSE High pct scm read request castout PERCENT100 SM42JSF Avg pct scm read request castout PERCENT100 SM42JSG Re-dos COUNT SM42JSH Curr pct re-dos PERCENT100 SM42JSI Low pct re-dos PERCENT100 SM42JSJ High pct re-dos PERCENT100 SM42JSK Avg pct re-dos PERCENT100 SM42JSL Recursive re-dos COUNT SM42JSM Curr pct recursive re-dos PERCENT100 SM42JSN Low pct recursive re-dos PERCENT100 SM42JSO High pct recursive re-dos PERCENT100 SM42JSP Avg pct recursive re-dos PERCENT100 189) The following 4 variables have been added to table XTY60: Variable Description Interpretation SM60FNC Smf60fnc HEXFLAGS VRAMAT3 Vvramat3 HEXFLAGS VROPIND Vvropind HEXFLAGS VRTPEXT Vvrtpext HEXFLAGS 190) The following variable has been added to table XTY70: Variable Description Interpretation PRODUCT Product name STRING 191) The following 8 variables have been added to table XTY70PR: Variable Description Interpretation CPUTYPE Cpu model number HEXFLAGS DIAG204 Diagnose x204 extended support? STRING LCPUVAR Lcpu was varied online during interval? STRING NRICFCP Number of icf cpus in this box INT SM70CPA Su sec of the physical cec INT SM70DSA Diagnose samples COUNT SM70LAC Ibm 4-hr average hourly msu AVERAGE VESNRMF Rmf version number INT The following variable has been deleted from table XTY70PR: NRCPUS Number of cpus available to this mvs INT 192) The following 6 variables have been added to table XTY71: Variable Description Interpretation EXTAUXI Swaps per sec ext to aux for swapir RATE LOGAUXI Swaps per sec log to aux for swapir RATE LOGEXTI Swaps per sec log to ext for swapir RATE PHYAUXI Swaps per sec phys to aux for swapir RATE PHYEXTI Swaps per sec phys to ext for swapir RATE SWAPIR In-real swap rate RATE 193) The following variable has been added to table XTY72: Variable Description Interpretation MSU72 Total raw msu COUNT 194) The following 8 variables have been added to table XTY72GO: Variable Description Interpretation MSU72 Total raw msu COUNT R723APD Ap crypto waiting samples COUNT R723APU Ap crypto using samples COUNT R723CAM Cam crypto delay samples COUNT R723CLS Service class last contrib rprt STRING R723C03 Cam crypto using samples COUNT R723FQD Feature queue delay samples COUNT R723HET Reporting class hetrogeneous? STRING 195) The following 10 variables have been added to table XTY72SC: Variable Description Interpretation R723RAP Active application state samples COUNT R723RRR State with wait for register worktable COUNT R723RRT State with wait for regular thread COUNT R723RST State with wait for ssl thread COUNT R723R01 Resource type 1 state samples COUNT R723R02 Resource type 3 state samples COUNT R723R03 Resource type 4 state samples COUNT R723R04 Resource type 5 state samples COUNT R723R05 Resource type 6 state samples COUNT VESNRMF Rmf version number INT 196) The following 2 variables have been added to table XTY7204: Variable Description Interpretation R724O18 In-real delay COUNT VESNRMF Rmf version number INT 197) The following 12 variables have been added to table XTY73: Variable Description Interpretation SM73BSY Samples when chan path was busy COUNT SM73PDS Iqd lpar data bytes sent per sec RATE SM73PDU Iqd lpar data unit size GAUGE SM73PMS Iqd lpar message bytes sent per sec RATE SM73PUB Iqd lpar unsuccessful receives COUNT SM73PUM Iqd lpar message sent unit size GAUGE SM73PUS Iqd lpar unsuccessful sends COUNT SM73TDS Iqd total data bytes sent per sec RATE SM73TDU Iqd total data unit size GAUGE SM73TMS Iqd total message bytes sent per sec RATE SM73TUB Iqd total unsuccessful receives COUNT SM73TUM Iqd total message sent unit size GAUGE 198) The following variable has been added to table XTY74CA: Variable Description Interpretation R745RTY Raid rank type INT 199) The following 11 variables have been added to table XTY74CF: Variable Description Interpretation R74FPAS Path-available mask for cf links HEXFLAGS R74FPCM Composite path mask HEXFLAGS R74FPIS Path-installed mask for cf links HEXFLAGS R74FTA1 Channel path 1 type acronym STRING R74FTA2 Channel path 2 type acronym STRING R74FTA3 Channel path 3 type acronym STRING R74FTA4 Channel path 4 type acronym STRING R74FTA5 Channel path 5 type acronym STRING R74FTA6 Channel path 6 type acronym STRING R74FTA7 Channel path 7 type acronym STRING R74FTA8 Channel path 8 type acronym STRING 200) The following 12 variables have been added to table XTY74ST: Variable Description Interpretation R744SCS Square of total r744sctc COUNT R744SCT Waits for peer completion COUNT R744SLS Logical structure version number COUNT R744SPE Execution suppressed conditions COUNT R744SPL Peer-link not-available conditions COUNT R744SPS Square of total r744spst COUNT R744SPT Waits for peer subchannel conditions COUNT R744SRS Square of total r744srtc COUNT R744SRT Waits for peer subchan with reserve COUNT R744S11 Duration peer completion COUNT R744S13 Duration peer subchannel waiting COUNT R744S14 Duration peer subchan with reserve COUNT 201) The following 6 variables have been added to table XTY78CU: Variable Description Interpretation R73CUBM Accum cu busy count dcm chans COUNT R73DPBM Accum dir port by count dcm chans COUNT R73MCDF Defined dcm managed channels INT R73MCMN Minimum dcm managed channels used MINIMUM R73MCMX Maximum dcm managed channels used MAXIMUM R73PTM Accum path taken count dcm chans COUNT 202) The following 8 variables have been added to table XTY78IO: Variable Description Interpretation R73ICPB Retries due to channel path busy COUNT R73ICUB Retries due to control unit busy COUNT R73IDPB Retries due to director port busy COUNT R73IDVB Retries due to device busy COUNT R73IIFS Io functions initially started COUNT R73IIPB Times when iop was busy COUNT R73IIPI Times when iop was idle COUNT R73IPII Processed i/o interrupts COUNT The following 6 variables have been deleted from table XTY78IO: R73CUBM Accum cu busy count dcm chans COUNT R73DPBM Accum dir port by count dcm chans COUNT R73MCDF Defined dcm managed channels COUNT R73MCMN Minimum dcm managed channels used MINIMUM R73MCMX Maximum dcm managed channels used MAXIMUM R73PTM Accum path taken count dcm chans COUNT 203) The following variable has been added to table XTY78PA: Variable Description Interpretation VESNRMF Rmf version number INT 204) The following variable has been added to table XTY78SP: Variable Description Interpretation VESNRMF Rmf version number INT 205) The following 13 variables have been added to table XTY79C: Variable Description Interpretation R79CCPP Channel path parameter COUNT R79CGEN Channel type generation COUNT R79CPDS Lpar count data sent units COUNT R79CPDU Lpar data unit size COUNT R79CPMS Lpar count message sent units COUNT R79CPUB Lpar count unsuccessful receives COUNT R79CPUM Lpar message sent unit size COUNT R79CPUS Lpar count unsuccessful sends COUNT R79CTDS Total count data sent units COUNT R79CTDU Total data unit size COUNT R79CTMS Total count message sent units COUNT R79CTUB Total count unsuccessful receives COUNT R79CTUM Total message sent unit size COUNT 206) The following variable has been added to table XTY791: Variable Description Interpretation R71MLIM Address space memory limit INT 207) The following 32 variables have been added to table XTY90: Variable Description Interpretation SM90PN7 Name of policy being processed STRING SM90PS7 System name STRING SM9026G Orig logrec log stream name STRING SM9026H New logrec log stream name STRING SM9026M Orig logrec recording medium STRING SM9026N New logrec data set name STRING SM9026R New logrec recording medium STRING SM9029C Console id issuing command INT SM9029N Name of the lnklst set activated STRING SM9029S Sequence number for lnklst set INT SM9029T Datetime of the activation DATETIME SM9029U User token of the issuer HEXFLAGS SM9030A Name of the reset job STRING SM9030B Jes jobid of the reset job STRING SM9030C Datetime of program entry DATETIME SM9030D Operator id that issued reset STRING SM9030E Bit indicators HEXFLAGS SM9030F Service class name before STRING SM9030G Service class name after STRING SM9030H Perfgrp before reset INT SM9030I Perfgrp after reset INT SM9031A Add=0 delete=1 to/from lpa INT SM9031B Modules in this record INT SM9031C Offset to modentries INT SM9031D Module entries in subsequent records INT SM9031E Requestor id via csvdylpa STRING SM9031F Activation datetime DATETIME SM9031G Console id of issuer INT SM9031H User token HEXFLAGS SM9032I Unique id INT SM9032N Number of records to combine COUNT SM9032S Sequence number INT 208) The following 16 variables have been added to table XTY9101: Variable Description Interpretation SM91XFA 10th system flags STRING SM91XFB 11th system flags STRING SM91XFC 12th system flags STRING SM91XFD 13th system flags STRING SM91XFE 14th system flags STRING SM91XFF 15th system flags STRING SM91XFG 16th system flags STRING SM91XF9 9th system flags STRING SM91XYA 10th system name STRING SM91XYB 11th system name STRING SM91XYC 12th system name STRING SM91XYD 13th system name STRING SM91XYE 14th system name STRING SM91XYF 15th system name STRING SM91XYG 16h system name STRING SM91XY9 9th system name STRING 209) The following 16 variables have been deleted from table XTY9102: Variable Description Interpretation SM91XF1 1st system flags STRING SM91XF2 2nd system flags STRING SM91XF3 3rd system flags STRING SM91XF4 4th system flags STRING SM91XF5 5th system flags STRING SM91XF6 6th system flags STRING SM91XF7 7th system flags STRING SM91XF8 8th system flags STRING SM91XY1 1st system name STRING SM91XY2 2nd system name STRING SM91XY3 3rd system name STRING SM91XY4 4th system name STRING SM91XY5 5th system name STRING SM91XY6 6th system name STRING SM91XY7 7th system name STRING SM91XY8 8th system name STRING 210) The following 16 variables have been added to table XTY9103: Variable Description Interpretation SM91XFA 10th system flags STRING SM91XFB 11th system flags STRING SM91XFC 12th system flags STRING SM91XFD 13th system flags STRING SM91XFE 14th system flags STRING SM91XFF 15th system flags STRING SM91XFG 16th system flags STRING SM91XF9 9th system flags STRING SM91XYA 10th system name STRING SM91XYB 11th system name STRING SM91XYC 12th system name STRING SM91XYD 13th system name STRING SM91XYE 14th system name STRING SM91XYF 15th system name STRING SM91XYG 16h system name STRING SM91XY9 9th system name STRING 211) The following 6 variables have been added to table XTY9111: Variable Description Interpretation DDNAME Ddname STRING JESNR Jes number INT JOB Job name or tso user STRING READTIM Read-in or logon event DATETIME STEPNAM Step name STRING STEPNR Step number INT 212) The following 6 variables have been added to table XTY9112: Variable Description Interpretation DDNAME Ddname STRING JESNR Jes number INT JOB Job name or tso user STRING READTIM Read-in or logon event DATETIME STEPNAM Step name STRING STEPNR Step number INT 213) The following 6 variables have been added to table XTY9113: Variable Description Interpretation DDNAME Ddname STRING JESNR Jes number INT JOB Job name or tso user STRING READTIM Read-in or logon event DATETIME STEPNAM Step name STRING STEPNR Step number INT 214) The following 6 variables have been added to table XTY9115: Variable Description Interpretation DDNAME Ddname STRING JESNR Jes number INT JOB Job name or tso user STRING READTIM Read-in or logon event DATETIME STEPNAM Step name STRING STEPNR Step number INT 215) The following 185 variables have been added to table XTY94: Variable Description Interpretation SM94HSF Statistics format INT SM94VLC Library sequence number character STRING S94AFRT Iart avg fast ready mount time AVERAGE S94AVDM Average virtual drives mounted AVERAGE S94AVM1 Avg physical devices mounted 1 AVERAGE S94AVM2 Avg physical devices mounted 2 AVERAGE S94CAF1 Available physical devices 1 GAUGE S94CAF2 Available physical devices 2 GAUGE S94CCM4 Category mounts for ax0 nr 4 COUNT S94CCM5 Category mounts for ax0 nr 5 COUNT S94CCM6 Category mounts for ax0 nr 6 COUNT S94CCM7 Category mounts for ax0 nr 7 COUNT S94CDC4 Data copied by ax0 nr 4 COUNT S94CDC5 Data copied by ax0 nr 5 COUNT S94CDC6 Data copied by ax0 nr 6 COUNT S94CDC7 Data copied by ax0 nr 7 COUNT S94CHN1 Cache hit mounts 1 COUNT S94CHN2 Cache hit mounts 2 COUNT S94CHN3 Cache hit mounts 3 COUNT S94CHN4 Cache hit mounts 4 COUNT S94CHN5 Cache hit mounts 5 COUNT S94CHN6 Cache hit mounts 6 COUNT S94CHN7 Cache hit mounts 7 COUNT S94CHN8 Cache hit mounts 8 COUNT S94CHT Iart avg cache hit mount time AVERAGE S94CHT1 Avg cache hit mount time 1 AVERAGE S94CHT2 Avg cache hit mount time 2 AVERAGE S94CHT3 Avg cache hit mount time 3 AVERAGE S94CHT4 Avg cache hit mount time 4 AVERAGE S94CHT5 Avg cache hit mount time 5 AVERAGE S94CHT6 Avg cache hit mount time 6 AVERAGE S94CHT7 Avg cache hit mount time 7 AVERAGE S94CHT8 Avg cache hit mount time 8 AVERAGE S94CMN1 Cache miss mounts 1 COUNT S94CMN2 Cache miss mounts 2 COUNT S94CMN3 Cache miss mounts 3 COUNT S94CMN4 Cache miss mounts 4 COUNT S94CMN5 Cache miss mounts 5 COUNT S94CMN6 Cache miss mounts 6 COUNT S94CMN7 Cache miss mounts 7 COUNT S94CMN8 Cache miss mounts 8 COUNT S94CMT Iart avg cache miss mount time AVERAGE S94CMT2 Avg cache miss mount time 2 AVERAGE S94CMT3 Avg cache miss mount time 3 AVERAGE S94CMT4 Avg cache miss mount time 4 AVERAGE S94CMT5 Avg cache miss mount time 5 AVERAGE S94CMT6 Avg cache miss mount time 6 AVERAGE S94CMT7 Avg cache miss mount time 7 AVERAGE S94CMT8 Avg cache miss mount time 8 AVERAGE S94CRD4 Read data transfer thru ax0 nr 4 COUNT S94CRD5 Read data transfer thru ax0 nr 5 COUNT S94CRD6 Read data transfer thru ax0 nr 6 COUNT S94CRD7 Read data transfer thru ax0 nr 7 COUNT S94CRM4 Specific recall mounts for ax0 nr 4 COUNT S94CRM5 Specific recall mounts for ax0 nr 5 COUNT S94CRM6 Specific recall mounts for ax0 nr 6 COUNT S94CRM7 Specific recall mounts for ax0 nr 7 COUNT S94CSM4 Specific cache mounts for ax0 nr 4 COUNT S94CSM5 Specific cache mounts for ax0 nr 5 COUNT S94CSM6 Specific cache mounts for ax0 nr 6 COUNT S94CSM7 Specific cache mounts for ax0 nr 7 COUNT S94CVC4 Volumes copied by ax0 nr 4 COUNT S94CVC5 Volumes copied by ax0 nr 5 COUNT S94CVC6 Volumes copied by ax0 nr 6 COUNT S94CVC7 Volumes copied by ax0 nr 7 COUNT S94CWD4 Write data transfer thru ax0 nr 4 COUNT S94CWD5 Write data transfer thru ax0 nr 5 COUNT S94CWD6 Write data transfer thru ax0 nr 6 COUNT S94CWD7 Write data transfer thru ax0 nr 7 COUNT S94C351 Avg 35day tape cache age 1 AVERAGE S94C352 Avg 35day tape cache age 2 AVERAGE S94C353 Avg 35day tape cache age 3 AVERAGE S94C354 Avg 35day tape cache age 4 AVERAGE S94C355 Avg 35day tape cache age 5 AVERAGE S94C356 Avg 35day tape cache age 6 AVERAGE S94C357 Avg 35day tape cache age 7 AVERAGE S94C358 Avg 35day tape cache age 8 AVERAGE S94C481 Avg 48hr tape cache age 1 AVERAGE S94C482 Avg 48hr tape cache age 2 AVERAGE S94C483 Avg 48hr tape cache age 3 AVERAGE S94C484 Avg 48hr tape cache age 4 AVERAGE S94C485 Avg 48hr tape cache age 5 AVERAGE S94C486 Avg 48hr tape cache age 6 AVERAGE S94C487 Avg 48hr tape cache age 7 AVERAGE S94C488 Avg 48hr tape cache age 8 AVERAGE S94DCI1 Device class identifier 1 STRING S94DCI2 Device class identifier 2 STRING S94DRC1 Data bytes resident in cache 1 COUNT S94DRC2 Data bytes resident in cache 2 COUNT S94DRC3 Data bytes resident in cache 3 COUNT S94DRC4 Data bytes resident in cache 4 COUNT S94DRC5 Data bytes resident in cache 5 COUNT S94DRC6 Data bytes resident in cache 6 COUNT S94DRC7 Data bytes resident in cache 7 COUNT S94DRC8 Data bytes resident in cache 8 COUNT S94FRN1 Fast ready mounts 1 COUNT S94FRN2 Fast ready mounts 2 COUNT S94FRN3 Fast ready mounts 3 COUNT S94FRN4 Fast ready mounts 4 COUNT S94FRN5 Fast ready mounts 5 COUNT S94FRN6 Fast ready mounts 6 COUNT S94FRN7 Fast ready mounts 7 COUNT S94FRN8 Fast ready mounts 8 COUNT S94FRT1 Avg fast ready mount time 1 AVERAGE S94FRT2 Avg fast ready mount time 2 AVERAGE S94FRT3 Avg fast ready mount time 3 AVERAGE S94FRT4 Avg fast ready mount time 4 AVERAGE S94FRT5 Avg fast ready mount time 5 AVERAGE S94FRT6 Avg fast ready mount time 6 AVERAGE S94FRT7 Avg fast ready mount time 7 AVERAGE S94FRT8 Avg fast ready mount time 8 AVERAGE S94MIG1 Physical mounts migrate 1 COUNT S94MIG2 Physical mounts migrate 2 COUNT S94MNC1 Min physical devices mounted 1 MINIMUM S94MNC2 Min physical devices mounted 2 MINIMUM S94MNT1 Min physical mount seconds 1 MINIMUM S94MNT2 Min physical mount seconds 2 MINIMUM S94MNVM Minimum virtual drives mounted MINIMUM S94MXC1 Max physical devices mounted 1 MAXIMUM S94MXC2 Max physical devices mounted 2 MAXIMUM S94MXT1 Max physical mount seconds 1 MAXIMUM S94MXT2 Max physical mount seconds 2 MAXIMUM S94MXVM Maximim virtual drives mounted MAXIMUM S94PDI1 Installed physical devices 1 COUNT S94PDI2 Installed physical devices 2 COUNT S94PMV1 Logical volume migrate algorithm 1 COUNT S94PMV2 Logical volume migrate algorithm 2 COUNT S94PMV3 Logical volume migrate algorithm 3 COUNT S94PMV4 Logical volume migrate algorithm 4 COUNT S94PMV5 Logical volume migrate algorithm 5 COUNT S94PMV6 Logical volume migrate algorithm 6 COUNT S94PMV7 Logical volume migrate algorithm 7 COUNT S94PMV8 Logical volume migrate algorithm 8 COUNT S94PPW1 Bytes written to primary pool 1 COUNT S94PPW2 Bytes written to primary pool 2 COUNT S94REC1 Physical mounts reclaim 1 COUNT S94REC2 Physical mounts reclaim 2 COUNT S94SPW1 Bytes written to secondary pool 1 COUNT S94SPW2 Bytes written to secondary pool 2 COUNT S94STG1 Physical mounts stage 1 COUNT S94STG2 Physical mounts stage 2 COUNT S94TCHM Iart cache hit mounts COUNT S94TCMM Iart cache miss mounts COUNT S94TFRM Iart fast ready mounts COUNT S94VC41 Avg 4hr tape cache age 1 AVERAGE S94VC42 Avg 4hr tape cache age 2 AVERAGE S94VC43 Avg 4hr tape cache age 3 AVERAGE S94VC44 Avg 4hr tape cache age 4 AVERAGE S94VC45 Avg 4hr tape cache age 5 AVERAGE S94VC46 Avg 4hr tape cache age 6 AVERAGE S94VC47 Avg 4hr tape cache age 7 AVERAGE S94VC48 Avg 4hr tape cache age 8 AVERAGE S94VDC Virtual drives configured GAUGE S94VM41 Volumes migrated last 4hr 1 COUNT S94VM42 Volumes migrated last 4hr 2 COUNT S94VM43 Volumes migrated last 4hr 3 COUNT S94VM44 Volumes migrated last 4hr 4 COUNT S94VM45 Volumes migrated last 4hr 5 COUNT S94VM46 Volumes migrated last 4hr 6 COUNT S94VM47 Volumes migrated last 4hr 7 COUNT S94VVC1 Virtual volumes in cache 1 COUNT S94VVC2 Virtual volumes in cache 2 COUNT S94VVC3 Virtual volumes in cache 3 COUNT S94VVC4 Virtual volumes in cache 4 COUNT S94VVC5 Virtual volumes in cache 5 COUNT S94VVC6 Virtual volumes in cache 6 COUNT S94VVC7 Virtual volumes in cache 7 COUNT S94VVC8 Virtual volumes in cache 8 COUNT S94V351 Volumes migrated last 35day 1 COUNT S94V352 Volumes migrated last 35day 2 COUNT S94V353 Volumes migrated last 35day 3 COUNT S94V354 Volumes migrated last 35day 4 COUNT S94V355 Volumes migrated last 35day 5 COUNT S94V356 Volumes migrated last 35day 6 COUNT S94V357 Volumes migrated last 35day 7 COUNT S94V358 Volumes migrated last 35day 8 COUNT S94V48 Volumes migrated last 4hr 8 COUNT S94V481 Volumes migrated last 48hr 1 COUNT S94V482 Volumes migrated last 48hr 2 COUNT S94V483 Volumes migrated last 48hr 3 COUNT S94V484 Volumes migrated last 48hr 4 COUNT S94V485 Volumes migrated last 48hr 5 COUNT S94V486 Volumes migrated last 48hr 6 COUNT S94V487 Volumes migrated last 48hr 7 COUNT S94V488 Volumes migrated last 48hr 8 COUNT 216) The following 2 variables have been added to table XUOW: Variable Description Interpretation EXECAPP Probable aor applid STRING USERCHA Optional user field (character) STRING
The NTFSTST table for Windows NT FS Statistics has been added to the SAS IT Resource Management dictionary.
The following table lists the variables which have been added to the NTFSTST table in the SAS IT Resource Management dictionary.
Variable Name | Description |
---|---|
Table: NTFSTST | |
ARCHIVE | FS Statistics: FILE_ATTRIBUTE_ARCHIVE |
CMPNNM | FS Statistics: Company Name |
COMMENT | FS Statistics: Comment |
CRDCLND | FS Statistics: Create Date (Calendar) |
CRTDOWK | FS Statistics: Create DayOfWeek |
CRYPTED | FS Statistics: FILE_ATTRIBUTE_ENCRYPTED |
DSCRPTN | FS Statistics: Module Description |
EADONLY | FS Statistics: FILE_ATTRIBUTE_READONLY |
EHIDDEN | FS Statistics: FILE_ATTRIBUTE_HIDDEN |
ENORMAL | FS Statistics: FILE_ATTRIBUTE_NORMAL |
ESYSTEM | FS Statistics: FILE_ATTRIBUTE_SYSTEM |
FOFLDNM | FS Statistics: File or Folder Name |
FULPATH | FS Statistics: Full Path |
INDEXED | FS Statistics: FILE_ATTRIBUTE_NOT_CONTENT_INDEXED |
LSADCLN | FS Statistics: Last Access Date (Calendar) |
LSADOWK | FS Statistics: Last Access DayOfWeek |
LSWDCLN | FS Statistics: Last Write Date (Calendar) |
LSWDOWK | FS Statistics: Last Write DayOfWeek |
MDLVRSN | FS Statistics: Module Version |
MPORARY | FS Statistics: FILE_ATTRIBUTE_TEMPORARY |
NMOSHRS | FS Statistics: Number of Shares |
OFFLINE | FS Statistics: FILE_ATTRIBUTE_OFFLINE |
OWNER | FS Statistics: Owner |
PRDCTNM | FS Statistics: Product Name |
PRDVRSN | FS Statistics: Product Version |
PRESSED | FS Statistics: FILE_ATTRIBUTE_COMPRESSED |
RECTORY | FS Statistics: FILE_ATTRIBUTE_DIRECTORY |
RSEFILE | FS Statistics: FILE_ATTRIBUTE_SPARSE_FILE |
SEPOINT | FS Statistics: FILE_ATTRIBUTE_REPARSE_POINT |
TCMPBTS | FS Statistics: Total Compressed Bytes |
TCMPFLS | FS Statistics: Total Compressed Files |
TTFLDRS | FS Statistics: Total Folders |
TTLBTS | FS Statistics: Total Bytes |
TTLFLS | FS Statistics: Total Files |
TYPE | FS Statistics: Type |
VLMNAME | FS Statistics: Volume Name |
The interpretation types of 5 variables changed in the Windows NT TCP (NTTCP) table as follows:
Variable Name | Interpretation Type Changed From | Interpretation Type Changed To |
---|---|---|
Connections active (CNCACTV) | GAUGE | C2RATE |
Connection failures (CNCFLRS) | COUNT | C2RATE |
Connections passive (CNCTPSV) | GAUGE | C2RATE |
Connections reset (CNCTRST) | COUNT | C2RATE |
Connections established (ESTBLSH) | COUNT | GAUGE |
The following table lists the NTSMF tables for which new variables have been added to the SAS IT Resource Management dictionary.
Variable Name | Description |
---|---|
Table: NTCACHE | |
CRHTPBS | Cache: Copy Read Hits % Base |
DLRHPBS | Cache: MDL Read Hits % Base |
DMHTPBS | Cache: Data Map Hits % Base |
DTMPNBS | Cache: Data Map Pins/sec Base |
PRHTPBS | Cache: Pin Read Hits % Base |
Table: NTCLNT0 | |
SACLNTS | IAS Authentication Clients: IAS Authentication Clients |
Table: NTCLNTS | |
SACLNTS | IAS Accounting Clients: IAS Accounting Clients |
Table: NTISRVC | |
TCAC1BS | Http Indexing Service: Total cache accesses 1 Base |
TCAC2BS | Http Indexing Service: Total cache accesses 2 Base |
Table: NTLGDSK | |
PCTFSBS | LogicalDisk: % Free Space Base |
Table: NTMMR | |
PCMBIBS | Memory: % Committed Bytes In Use Base |
Table: NTMSRVR | |
ARCMSBS | SMTP Server: Base Avg Recipients/msg Sent Base |
ARMRCBS | SMTP Server: Base Avg Recipients/msg Received Base |
ARTMSBS | SMTP Server: Base Avg Retries/msg Sent Base |
BPRCRBS | SMTP Server: Base % Recipients Remote Base |
PRCPLBS | SMTP Server: Base % Recipients Local Base |
RMDLVBS | SMTP Server: Base Avg Retries/msg Delivered Base |
Table: NTPGNFL | |
PCTPKBS | Paging File: % Usage Peak Base |
PCTUSBS | Paging File: % Usage Base |
Table: NTSBDVC | |
BCKPDVC | SQLServer:Backup Device: Backup Device |
Table: NTSSTM | |
PRGQIBS | System: % Registry Quota In Use Base |
One new table has been added with the implementation of Tru64 UNIX sar data support. The data in this table is not included in the master SAR table as it contains a BY variable.
Table Name | Description |
---|---|
SARBKT | Kernel Memory Allocation statistics. |
SARBKT | |
---|---|
ALLOC | (Tru64 Unix Only) The number of bytes allocated from this bucket. |
FAIL | (Tru64 Unix Only) The number of allocation failures from this bucket. |
MEM | (Tru64 Unix Only) The total memory for this bucket. |
OS | Operating System. |
SIZE | (Tru64 Unix Only) The size of the bucket. |
The sar data from this operating system required no updates or additions to existing tables or variables.
Tested new HP-OVPA versions:
PCSGLB | ||
---|---|---|
GLBCKED | GBL_MEM_LOCKED | The amount of physical memory (in KBs unless otherwise specified) marked as locked memory at the end of the interval. |
GLBUTIL | GBL_MEM_LOCKED_UTIL | The percentage of physical memory marked as locked memory at the end of the interval. |
PCSNET | ||
NETOUTQ | BYNETIF_QUEUE | BYNETIF_QUEUE: The number of protocol packets in the outbound queue for the network interface during the interval. |
PCSPRO | ||
PROCKED | PROC_MEM_LOCKED | The number of KBs of virtual memory allocated by the process, marked as locked memory. |
The following documentation updates will appear in future releases of the SAS IT Resource Management Online Help and Macro Reference:
Under some circumstances, the plot produced by %CPPLOT1 can appear to be poorly formatted. This may be caused by different default values for SAS Graph options, VPOS and HPOS. The default values depend on the device driver being used. A lower HPOS may cause the labels to be written vertically, which may consume most of the vertical space. To circumvent this problem, increase HPOS or VPOS gradually until the picture is acceptable.
To change the VPOS values from the SAS IT Resource Management GUI:
goptions device=value vpos=x;where VPOS=x means that the graphics area is divided vertically into x rows.
To change the HPOS values from the SAS IT Resource Management GUI:
goptions device=value hpos=x;where HPOS=x means that the graphics area is divided horizontally into x columns.
To change the VPOS values from SAS IT Resource Management on OS/390 in batch mode:
goptions DEVICE=value VPOS=x;where VPOS=x means that the graphics area is divided vertically into x rows.
To change the HPOS values from SAS IT Resource Management on OS/390 in batch mode:
goptions DEVICE=value HPOS=x;where HPOS=x means that the graphics area is divided horizontally into x columns.
A new parameter, STATLAB=, has been added to the %CPCCHRT macro so that users can set their own labels on charts. The description follows:
STATLAB='label'
specifies how to label the response axis if you do not want to use the name of the statistic. If you specify this parameter, then you should specify a label for the statistic that is specified in the STAT= parameter on this macro.
Note: You can specify only one label for the statistic.
To use a label such as Monthly Total, you could specify the following:
STAT= sum, STATLAB=Monthly TotalDo not include commas, equal signs, parentheses, or ampersands in the labels.
The Exception Reporting screens within the SAS IT Resource Management menu system have always allowed the execution of a graph to report on the detected exceptions. The %CPXHTML macro now allows for the execution of that default exception report in batch. A new parameter, DEFRPT=, has been added to the %CPXHTML macro to accomplish this. The description follows:
DEFRPT=YES | NO
specifies whether or not a default report is generated for each exception that does not specify a follow-up report with the RUN_REPORT parameter. For information about the RUN_REPORT parameter, see the Notes section of %CPXHTML.
The default is YES.
The WHERE= parameter of the %CPIDTOPN macro has been enhanced to support specification of "SAME AND". The description follows:
WHERE=where-expression
specifies an expression that is used to subset the observations. This expression is known as the local WHERE expression.
Valid operators include but are not limited to BETWEEN ... AND ..., CONTAINS, LIKE, IN, IS NULL, and IS MISSING. For example, the following expression limits the included observations to those where the value of the variable MACHINE is host1 or host2 (case sensitive):
where=machine in ('host1','host2')In the following example, the expression limits the included observations to those where the value of the variable MACHINE contains the string host (case sensitive):where= machine contains 'host'By default, the local WHERE expression overrides the global WHERE expression, if any. If you want the WHERE expression to use both the local WHERE and the global WHERE, insert the words SAME AND in front of the WHERE expression in the Local WHERE. For example:
where=SAME AND machine contains 'host'(The global WHERE is set with the global CPWHERE macro.)
For more information on WHERE and CPWHERE expressions, refer to the Global and Local Macro Variables. See also the WHERE statement in the SAS Language Reference documentation for your current release of SAS.
Note: On the %CPRUNRPT macro, if the WHERE= parameter is specified, then it overrides any local WHERE expression on the saved report definitions.
The following tables list the new NTSMF tables and variables that have been added to the SAS IT Resource Management dictionary.
These tables are from the Tumbleweed Messaging Management System (MMS), formerly known as WorldSecure/Mail.
Table Name | Description |
---|---|
NTMMSMQ | Windows NT MMS Message Queue |
NTMTPRL | Windows NT MMS SMTP Relay |
NTSMCNT | Windows NT MMS Message Count |
Variable Name | Description |
---|---|
Table: NTMMSMQ | |
MMSMSGQ | MMS Message Queue: MMS Message Queue |
MSGSITQ | MMS Message Queue: Messages in the Queue |
MSGSZKB | MMS Message Queue: Message Size (KB) |
Table: NTMTPRL | |
CCNCTNS | MMS SMTP Relay: Active Client Connections |
IMPSCND | MMS SMTP Relay: Inbound Messages per Second |
OMPSCND | MMS SMTP Relay: Outbound Messages per Second |
SCNCTNS | MMS SMTP Relay: Active Server Connections |
Table: NTSMCNT | |
ALMSGKB | MMS Message Count: All Messages (KB) |
EXTMSGS | MMS Message Count: External Messages |
EXTRMKB | MMS Message Count: External Messages (KB) |
INTMSGS | MMS Message Count: Internal Messages |
INTRMKB | MMS Message Count: Internal Messages (KB) |
MMSMCNT | MMS Message Count: MMS Message Count |
TTLMSGS | MMS Message Count: Total Messages |
The SAPR3 collector has been updated to support data from Release 4.6C of SAP R/3.
Simply specify:
%let sapver=4.6C;ahead of your %CPPROCES macro.
Several new tables have been added with the implementation of SCO UNIX sar data support. These new tables are all marked as KEPT=NO by default as their metrics are included in the SAR master table.
Table Name | Description |
---|---|
SARSCAT | Scatter-gather and Physical I/O, and DMA transfer buffer statistics. |
SARSIO | Serial I/O. |
SARCBUF | Copy Buffer Activity. |
SARPSCH | Process Scheduling Activity. |
SARNMI | Namei Cache Statistics. |
Several new tables have been added with the implementation of Linux sar data support. The SARSOCK, SARMEM, SARPRC, and SARINTR tables are all marked as KEPT=NO by default as their metrics are included in the SAR master table. The SARIFAC and SARLTTY tables contain instance variables and are therefore marked as KEPT=YES.
Table Name | Description |
---|---|
SARIFAC | Interface Network Statistics. |
SARSOCK | Network Statistics on Sockets. |
SARLTTY | TTY Device Activity. |
SARMEM | Memory Statistics. |
SARPRC | Process Creation Activity. |
SARINTR | Interrupt Activity. |
Once the SAR binary file has been produced using the sar -A command, SAS IT Resource Management requires that you extract the data using the sar -A command into a text format. Some operating systems provide switches on the sar command to export the data broken down by CPU. Unfortunately, this is not consistent across the different platforms. For example, SunOS does not provide the by CPU information, Linux (Systat 4.0.1) provides both by CPU and summarized automatically, HP-UX and AIX require additional switches as listed here:
With this fix pack, support has been added for these formats, along with the associated by CPU tables (SARFASB, SARQUEB, SARSEMB, SARSWPB, SARSYSB).
There are now two block device tables, SARBD and SARDEV.
The SARBD table contains data relating to Block Device activity split out by the partitions on each device.
The new SARDEV table contains data relating to Block Device activity by Device only, that is, not split out by partition.
The SARBD table used to store both types of data, however this could potentially cause confusion during reporting and even result in the reports doubling the values for a device. Typically, when sar reports on a device that has partitions, it will report the statistics for each partition and then once for the whole device (no partition value specified). With all the data stored in the same table, there is the risk that someone reporting on a device will sum the values for the partitions and also the overall device record resulting in an incorrect value.
If the value of RAWDATA= on the %CPPROCES macro refers to a directory, then any supported SAR files found in this directory and any sub-directory (all levels) will be processed.
Within %CPPROCES, each individual file is processed separately enabling %CPPROCES to reject any files which it does not recognize, or is unable to process. If an error occurs while processing a particular file, a message is written to the SAS log explaining that this file is being skipped and %CPPROCES moves onto the next file. At the end of any %CPPROCES run you should review the SAS log for any messages that indicate if a file has been skipped. If possible fix the problem and re-run %CPPROCES against just this file.
HP OpenView Performance Agent version C.03.50 contains support for two new data classes, FILESYSTEM and CPU. At present the FILESYSTEM data class mistakenly uses the same record id as TRANSACTION data in a binary extracted file. HP will be fixing this problem in a future release, in the meantime we have provided a SAS macro that can be used to 'fix' an invalid binary file. For information on the fix see usage note 6642.
For information regarding the status of the problem with HP refer to SR ID R555013625.
PCSCPU (CPU) and PCSFS (Filesystem) are new data types that have been added with the latest release of HP OVPA.
PCSAPP | ||
---|---|---|
PRMIVCU | APP_PRM_INTERVAL_CUM | The amount of time over the cumulative collection time that this PRM group has been active. |
PRMSPRC | APP_PRM_SUSPENDED_PROC | The number of processes within the PRM groups that were suspended during the interval. |
PCSCPU | ||
BYCPSMU | BYCPU_CPU_SYS_MODE_UTIL | The percentage of time that this CPU was in system mode during the interval. |
BYCPUID | BYCPU_ID | The ID number of this CPU. |
BYCPUMU | BYCPU_CPU_USER_MODE_UTIL | The percentage of time that this CPU was in user mode during the interval. |
BYCPUST | BYCPU_STATE | A text string indicating the current state of a processor is "enabled", "disabled" or "unknown". |
BYCPUTU | BYCPU_CPU_TOTAL_UTIL | The percentage of time that this CPU was not idle during the interval. |
BYCSWRT | BYCPU_CSWITCH_RATE | The average number of context switches per second for this CPU during the interval. |
BYINTRT | BYCPU_INTERRUPT_RATE | The average number of device interrupts per second for this CPU during the interval. |
PCSFS | ||
FSBLOSI | FS_BLOCK_SIZE | The maximum block size of this file system in (KB). |
FSDEVN | FS_DEVNAME | The path name string of the current device. |
FSDIR | FS_DIRNAME | The path name of the file system mounted on the logical volume. |
FSFRAGS | FS_FRAG_SIZE | The fragment size of this file system in (KB). |
FSINUTI | FS_INODE_UTIL | Percentage of the file systems inodes in use during the interval. |
FSMAXIN | FS_MAX_INODES | Number of configured file system inodes. |
FSMAXSI | FS_MAX_SIZE | Maximum number (of MB) that this file system could obtain if full. |
FSSPCUT | FS_SPACE_UTIL | Percentage of the file system space in use during the interval. |
FSTYPE | FS_TYPE | A string indicating the file system type. |
PCSGLB | ||
GLBDSKI | GBL_DISK_INDEX | The individual disk index number. |
GLBFPOR | GBL_MEM_FILE_PAGEOUT_RATE | The total number of file system page outs to the disk per second during the interval. |
PCSNET | ||
NETKBI | BYNETIF_IN_BYTE_RATE | The number of KBs per second received from the network via this interface during the interval. |
NETKBIC | BYNETIF_IN_BYTE_RATE_CUM | The average number of KBs per second received from the network via this interface over the cumulative collection time. |
NETKBO | BYNETIF_OUT_BYTE_RATE | The number of KBs per second sent to the network via this interface during the interval. |
NETKBOC | BYNETIF_OUT_BYTE_RATE_CUM | The average number of KBs per second sent to the network via this interface over the cumulative collection time. |
NETMTU | BYNETIF_NET_MTU | The size of the maximum transfer unit (MTU) for this interface. |
NETSPED | BYNETIF_NET_SPEED | The speed of the network interface in bits per second. |
PCSPRO | ||
PROPRMI | PROC_PRMID | The PRM Group ID this process is assigned to. |
This update was superceded by a subsequent update in 2.6. It has been left here for accuracy, but click here to be taken to the later update.
Support has been added (and tested) for processing UNIX accounting data from AIX Release 3
The following table is a complete list of UNIX systems/release pairs for which the UNIX accounting support has been tested.
Operating System | Release |
---|---|
HP-UX | B.10.20 |
HP-UX | B.11.00 |
SunOS | 5.7 |
OSF1 | V4.0 |
AIX | 3 |
Note: The OS and Release values are obtained using the 'uname' command.