IBM Virtual Machine Facility/370: Planning and System Generation Guide 2
Page206(206 of 522)
SYSTIME Macro r , tID=GMTI IID=xxxI L is the name of the time zone. The default for ID is GMT. The variable xxx is a 3-character string. The following examples show how to code the SYSTIME macro for several different time zones. SYSTIME ZONE=5,LOC=WEST,ID=EST SYSTIME ZONE=4,LOC=WEST,ID=EDT SYSTIME ZONE=6,LOC=WEST,ID=CST SYSTIME ZONE=7,LOC=WEST,ID=MST SYSTIME ZONE=1,LOC=EAST,ID=SET SYSTIME ZONE=1,LOC=EAST,ID=BST SYSTIME ZONE=10,LOC=EAST,ID=EST (Eastern Standard Time) (Eastern Daylight Time) (Central Standard Time) (Mountain Standard Time) (Standard European Time) (British Summer Time) (Australian Eastern Standard Time) 176 IBM VM/310 Planning and System Generation Guide
SYS!ON Macro SYSMON Macro The SYSMON macro is used to invoke daily automatic performance data collection with the VM Monitor. The IBM Field Developed Program Virtual Machine Facility/370: Performance/Monitor Analysis Program is equipped with a front end assembly language routine that contains the appropriate diagnose commands to read the file and perform data reduction. r The format of the SYSMON macro is: Name Operation SYS!ON r , IUSERID=OPERATORI j jUSERID=userid I I L .J f I r , , I ,CLASS=!! , I I,CLASS=classl , L .J , , r , I I I,AUTO=YESI I L .J , Operands I r , I 'LENABLE=JEERFORM,USER,DASTAPL--- __ ' , "ENABLE= (classa,classb,classc, ••• ) I , L .J , , r , I , "TII1E=(h1:m1,h2:m2) I I I,TIME=ALL I , I,TIME=NONE I , L .! , , r , I ,.« LIMIT= J50000, NOSTOP} I I "LIMIT= (limit, STOP) I I " LIMIT= ( limit, NOSTOP) , f I,LI!!IT=(limit,SAMPLE) I I L J r , r , r 'LBUFlS=£EY default, I "BUFFS=n I , L J r , ,USERID=OPERATORI IUSERID=userid I L J is the userid of the virtual machine that will receive the monitor spool file in its virtual reader. The default is OPERATOR but any valid system directory entry may be specified. Part 2. Defining Your V!/310 System 111