$ ! Copyright (c) 1987 Digital Equipment Corporation. All rights reserved. $ ! $ ! SUBMON.COM (Submit MONITOR.COM file) $ ! $ ! This command file is to be placed in a cluster-accessible $ ! directory called SYS$MONITOR. At system startup time, for $ ! each node, it is executed by SYSTARTUP.COM, following logical $ ! name definitions for the cluster-accessible directories, $ ! SYS$MONITOR and MON$ARCHIVE. $ ! $ ! $ ! Submit detached MONITOR process to do continuous recording. $ ! $ ! $ RUN SYS$SYSTEM:LOGINOUT.EXE - /UIC=[1,4] - /INPUT=SYS$MONITOR:MONITOR.COM - /OUTPUT=SYS$MONITOR:MONITOR.LOG - /ERROR=SYS$MONITOR:MONITOR.LOG - /PROCESS_NAME="Monitor" - /WORKING_SET=100 - /MAXIMUM_WORKING_SET=100 - /EXTENT=512 - /NOSWAPPING $ ! $ ! $ ! End of SUBMON.COM $ !