[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

System Management Guide: Operating System and Devices


Showing Disk Space Utilization

You can display disk space utilization information with the acctmerg command.

Prerequisites

To display disk space utilization information, the acctmerg command requires input from a dacct file (disk accounting). The collection of disk-usage accounting records is performed by the dodisk command. Placing an entry for the dodisk command in a crontabs file is part of the procedure described in Setting Up an Accounting System .

Procedure

To display disk space utilization information, type:

acctmerg -a1 -2,13 -h </var/adm/acct/nite/dacct

This command displays disk accounting records, which include the number of 1 KB blocks utilized by each user.

Note: The acctmerg command always reads from standard input and can read up to nine additional files. If you are not piping input to the command, you must redirect input from one file; the rest of the files can be specified without redirection.


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]