HP OpenVMS System Manager's Manual, Volume 2:... |
Tracking Resource Use |
|
|
| |
DIRECTORY command. Use either of the following methods:
DISKQUOTA SHOW in the following format: DISKQUOTA SHOW owner [/DEVICE=device-spec]This shows the number of blocks used by all the files that
are owned by the specified user on the specified disk. DIRECTORY command with the /SIZE and /GRAND_TOTAL qualifiers in
the following format:DIRECTORY [filespec[,...]]/SIZE=ALLOCATION/GRAND_TOTALThis shows the number of blocks used by all the files in the
specified file location. DIRECTORY command does not include the blocks used by file headers
or the user's root directory.$RUN SYS$SYSTEM:SYSMANSYSMAN>DISKQUOTA SHOW *%SYSMAN-I-QUOTA, disk quota statistics on device SYS$SYSTEM:MYDISKNode UNIONUIC Usage Permanent Quota Overdraft Limit[0,0] 0 1000 100[DOC,EDWARDS] 115354 150000 5000[DOC,FISH] 177988 250000 5000[DOC,SMITH] 140051 175000 5000[DOC,JONES] 263056 300000 5000
DIRECTORY command to show the number of blocks allocated by all
the files in and under MYDISK:[PARSONS]. $DIRECTORY MYDISK:[PARSONS...]/SIZE=ALLOCATION/GRAND_TOTALGrand total of 28 directories, 2546 files, 113565 blocks.
|
|