VMS Help DEFRAGMENT, SHOW, Examples *Conan The Librarian |
The following are examples of 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. NOTE If output is directed to a filename without extension, the file is given a default extension of .lis. 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. If output is directed to a filename without extension, the file is given a default extension of .lis. 4.$ DEFRAGMENT SHOW MY_VOLUME/OUTPUT=OUTPUT.TXT In this example, information associated with MY_VOLUME is displayed. Output is directed to a file called OUTPUT.TXT. 5.$ 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.
|