The following examples show how to SHOW limits using the SHOW
subcommand and its qualifiers.
1.
$ DEFRAGMENT SHOW/PARAMETERS
In this example, the current values of CPU_LIMIT, IO_LIMIT and
PROCESS_LIMIT for all nodes in the scheduling database are shown.
2.
$ DEFRAGMENT SHOW MY_SCRIPT/OUTPUT=OUTPUT.TXT
In this example, information associated with MY_SCRIPT is
displayed. No parameter information is displayed. Output is
directed to a file called OUTPUT.TXT.
3.
$ DEFRAGMENT SHOW MY_SCRIPT/COMMAND_LINE/PARAMETERS
In this example, information associated with MY_SCRIPT is
displayed. The current values of CPU_LIMIT, IO_LIMIT and PROCESS_
LIMIT for all nodes in the scheduling database are also shown.
The format for the information is a valid DEFRAGMENT command
line. Output is directed to the user's SYS$OUTPUT device.
4.
$ DEFRAGMENT SHOW DISK$ONE/VOLUME/HISTOGRAM
In this example, the volume fragmentation report includes the
summary statistics (/STATISTICS is default) and histograms for
both file fragmentation and freespace fragmentation. The report
is sent to the SYS$OUTPUT device.