AS/400 HELP
"MONITOR"

MONITOR
watches your AS/400 and warns you of
possible problems. It uses the
API ‘QWCRSSTS’ (wrksyssts) MONITOR
refreshes itself every 10 seconds.
MONITOR
was written and tested at
V4R5 It was compiled and saved at V3R2
PC INSTRUCTIONS:
Download "MONITOR” to your PC.
Go to a DOS session and enter the following;
FTP SYSTEM (system = your AS/400’s name or IP address)
Enter a valid user id and password
CD QGPL
LCD C:\DIRECTORY (directory= the directory on your pc where you
downloaded “monitor.savf”
QUOTE
SITE NAMEFMT 1
BIN
PUT
MONITOR.SAVF
QUOTE RCMD
RSTLIB SAVLIB(monitor) DEV(*SAVF) SAVF(QGPL/MONITOR)
Note: If there is a security problem restoring all
objects with the command above, sign on
to your as/400 as Qsecofr and run RSTLIB
from the command line.
AS/400
INSTRUCTIONS:
ADDLIBLE MONITOR
MONITOR
(The first cycle may show a cpu
of 100% )
NOTE: Display format MONITORFM was compiled with WAITRCD(15) You can change the refresh rate of MONITOR by recompiling
MONITORFM with a different WAITRCD time.
I don’t recommend using less than 10 seconds. You can also use the
command CHGDSPF FILE(MONITOR/MONITORFM) WAITRCD(NN) NN= the amount of seconds to wait before the screen is
refreshed. Eg 15
NOTE2: IBM can change the lengths of API formats from release to release.
You may have to modify the program
MONITOR (RPG) to make it work with your
OS/400 release.