SIZE-MONITOR
Scans the whole or part of a database and reports any badly sized files.
Syntax
SIZE-MONITOR {(options}
Valid when a select list is active. The list is expected to be of files in the current account.
SIZE-MONITOR [ file || /account{/file} ] {[ file || /account{/file} ] ...} {(options}
Checks a simple list of files or accounts. If account is SYSTEM, the whole database will be scanned.
SIZE-MONITOR file item (L {options}
Specifies an item containing a file list.
Options
C Calculates a new optimum modulo for any badly sized files.
L Specifies an item
containing a file list. This option performs the same function as
sizemon -l
- see the description of the
sizemon command.
O Sets a lower limit on the average number of overflow blocks before reporting. When using this option you are prompted for a numeric lower limit.
P Sends the report directly to a printer.
S Reports any items greater than a specified number of blocks. When using this option you are prompted to specify the number of blocks.
V Verbose mode.
Restrictions
-
You must be logged on to Reality as the database owner.
-
Can only be run from the SYSMAN account.
Rules for Setting Up File List
The file list item contains a list of accounts to be included or excluded from the scan. The following rules apply:
-
If the file contains only exclusions, all other accounts are included.
-
If there are any explicitly included accounts, all other accounts are implicitly excluded.
-
If there are any implicitly included files within an included account, all other files in that account are implicitly excluded.
-
If there is a mixture of included and excluded files, all other files in that account are implicitly included.
-
The rules for formatting the List File are as follows:
-
Whitespace lines are ignored.
-
A line starting with a hash character (#) is ignored.
-
An account followed by a minus sign will be excluded.
-
A list of files may follow the account. If the account is excluded, the file list is ignored.
-
Each file appears on a separate line following a plus or a minus sign, indicating inclusion or exclusion, respectively.