Standalone Logtool for MPE/iX

MEMTIMER SECONDS=<#seconds>
Optional Parameters:
SECONDS= <#seconds> - The time between memory log scans
Example: SEC=3600
Example
LOGTOOL>memtimer sec=9600
LOGTOOL>
PURGESYSLOG
The PURGESYSLOG command will delete from disc the specified system log file(s). Included is a verify mode ( default )
which will ask the user to confirm the deletion of each file specified before the program actually purges it from the
system. The user must possess at least diagnostic security 1 to execute this instruction.
Syntax:
PURGESYSLOG LOG=<log list>
[;VERIFY | ;NOVERIFY]
Optional Parameters:
LOG= <log_list> - The LOG keyword specifies which log files to purge.
Example: LOG=1000/1400,3418/3590,3400,4
VERIFY|NOVERIFY - The VERIFY option is default for this command.
It causes the user to be prompted before each log file
is deleted. If NOVERIFY is selected, the specified log
files will be purged without query.
Limitations: This command affects only the system log files.
Example:
LOGTOOL>purgesyslog log=4232/4235
Purge LOG4232.PUB.SYS (Y/N) [N] ? Y
...Deleted LOG4232.PUB.SYS
Purge LOG4233.PUB.SYS (Y/N) [N] ? Y
...Deleted LOG4233.PUB.SYS
LOG4234.PUB.SYS was missing
Purge LOG4235.PUB.SYS (Y/N) [N] ? N
...Kept
LOGTOOL>
PURGEWORK
This command will delete from disc the specified "work" file(s). These working log files are created by using the
SELECT command. There are no naming conventions for these files. LOGTOOL can, however, tell the difference between
a "work" file and files of any other type. In otherwords, this is NOT a general file purge command. Included is a
verify mode (default) which will ask the user to confirm the deletion of each file specified before the program actually
purges it from the system. All work files are currently created in the diagnostic directory (DIAG.SYS on MPE/iX).
Syntax:
PURGEWORK FILES=<file list>
[;VERIFY | ;NOVERIFY]