1 REPORT The report option generates a file and free space report of the disk. Also, a graph table is made which gives a quick overview on the free space distribution of the disk. DFU creates a number of DCL symbols corresponding to the output of the report. Format REPORT device 2 Qualifiers /APPEND /APPEND=filename Same as /OUTPUT, but the output will be appended to the file if it already exists. Thus, output from multiple DFU commands can be put in the same output file. If the file does not exist it will be created. /GRAPH /GRAPH /NOGRAPH (default) This qualifier enables the graph output of the free space distribution for the disk. The default behavior is not to display the graph output. /OUTPUT /OUTPUT=filename This qualifier redirects the output from DFU to an output file. /NOBITMAP Skip the bitmap statistics report. /NOFILE Skip the file statistics report. /NOVOLUME Skip the volume info report. /STATISTICS /STATISTICS /NOSTATISTICS (default) Controls whether CPU and I/O consumption of the command are shown. /UNIT /UNIT=BYTES or BLOCKS Report sizes in units of bytes or blocks. The default behavior is to report sizes as block units. /USAGE /USAGE(=uic or identifier) Generate a diskblock usage report. DFU will report per UIC/Identifier the blocks used/allocated, and the number of file headers used. If diskquota is enabled a third column will be added to the report with the blocks used according to QUOTA.SYS. If an UIC or Identifier is entered then only that UIC will be reported. The diskquota used must satisfy the rule : QUOTA used = blocks allocated + # of file headers. Symbols The following symbols are created. The names should be reasonably self explanatory. The values shown here are examples to demonstrate the expected format. o DFU$AVERAGE_EXTENT_SIZE = "289574" o DFU$AVERAGE_SIZE_PER_FRAGMENT = "1348" o DFU$AVG_FRAGMENTS_PER_FILE = "1.017" o DFU$BLOCKS_MARKED_FOR_DELETE = "502560" o DFU$CLUSTER_SIZE = "80" o DFU$CONTIGUOUS_FILES = "212712" o DFU$DEVICE_NAME = "$1$DGA5:" o DFU$DIRECTORY_FILES = "6484" o DFU$EMPTY_FILES = "955" o DFU$ERASE_ON_DELETE = "FALSE" o DFU$FILES_MARKED_FOR_DELETE = "37" o DFU$FILES_WITH_ALLOCATION = "212803" o DFU$FILES_WITH_EXTENSION_HEADERS = "193" o DFU$FILE_FRAGMENTATION_INDEX = "0.067" o DFU$FILE_FRAGMENTATION_INDEX_RATING = "excellent" o DFU$FIRST_HEADER_VBN = "429" o DFU$FRAGMENTS = "216378" o DFU$FREEBLOCKS_DRIFT = "6160" o DFU$FREE_BLOCKS = "98744960" o DFU$FREE_HEADERS = "15059" o DFU$FREE_SPACE_FRAGMENTATION_INDEX = "0.000" o DFU$FREE_SPACE_FRAGMENTATION_INDEX_RATING = "excellent" o DFU$HEADERS = "213973" o DFU$HEADER_COUNT = "229052" o DFU$HIGHWATER_MARK = "FALSE" o DFU$LARGEST_DIRECTORY_FILE = "[USERS.FOO]SCA.DIR;1" o DFU$LARGEST_FREE_EXTENT = "21140000" o DFU$MAX_FILES = "439092" o DFU$MOST_FRAGMENTED_FILE = "[USERS.FOO]BAR.LOG;8" o DFU$MOST_FRAGMENTED_FILE_FRAGMENTS = "406" o DFU$PERCENTAGE_FREE = "0.000" o DFU$TOTAL_ALLOCATED_SIZE = "291879840" o DFU$TOTAL_BLOCKS = "390624768" o DFU$TOTAL_FILES = "213758" o DFU$TOTAL_FILES_ODS2 = "41965" o DFU$TOTAL_FILES_ODS5 = "171793" o DFU$TOTAL_FREE_EXTENTS = "341" o DFU$TOTAL_USED_SIZE = "260158290" o DFU$VOLUME_NAME = "USER " o DFU$VOLUME_OWNER = " " o DFU$VOLUME_SET_NAME = " "