Open System Services Shell and Utilities Reference Manual (G06.28+, H06.05+)
df(1) OSS Shell and Utilities Reference Manual
NAME
df - Displays statistics of filesets
SYNOPSIS
df [-k][[fileset] ... ]
FLAGS
-k Causes disk space numbers to be reported in 1024-byte (1-kilobyte) blocks. By
default, all numbers are reported in 512-byte blocks.
DESCRIPTION
The df command displays the amount of used and available disk space on the fileset specified as
fileset. It also displays the status (started, stopped, or unknown), how much of the total capacity
of the fileset has been used, and the mount point of the fileset.
The value specified as fileset must be a fileset name as defined in the OSS Monitor subsystem of
the Subsystem Control Facility (SCF). Valid values for
fileset are not case-sensitive. If more
than 15 values are specified for fileset, only the first 15 specified are displayed.
If no fileset name is specified, only statistics for the first 15 filesets are displayed. If more than 15
filesets exist, the df command displays a warning message.
EXAMPLES
Entering the command df with no flags on a node with 16 filesets displays:
WARNING: MORE THAN 15 FILESETS ARE PRESENT
Filesystem State 512-blocks Used Avail Capacity Mounted on
DSAP STOPPED - - - - /dsap
R1 STOPPED - - - - /home/ali
R2 STOPPED - - - - /home/ali
R27 STOPPED - - - - /home/ali
R28 STOPPED - - - - /home/ali
R29 STOPPED - - - - /home/ali
R3 STOPPED - - - - /home/ali
R30 STOPPED - - - - /home/ali
R31 STOPPED - - - - /home/ali
R32 STOPPED - - - - /home/ali
R33 STOPPED - - - - /home/ali
R34 STOPPED - - - - /home/ali
R35 STOPPED - - - - /home/ali
R9 STOPPED - - - - /home/ali
ROOT STARTED 69927952 69620808 307144 100% /
RELATED INFORMATION
Commands: du(1).
Functions: fstatvfs(2).
STANDARDS CONFORMANCE
The HP implementation does not support the -P or -t flag.
The HP implementation does not allow the specification of filenames.
3−10 Hewlett-Packard Company 527188-007