File System Statistics Fields
edit
File system-related statistics that you can get by using the df command on Unix systems.
Contains details about the mounted disks, such as the total or used disk space, and details about each disk, such as the device name and the mounting place.
type: int
The available disk space in bytes.
type: string
The disk name. For example: /dev/disk1
type: string
The mounting point. For example: /
type: int
The total number of file nodes in the file system.
type: int
The number of free file nodes in the file system.
type: int
The total disk space in bytes.
type: int
The used disk space in bytes.
type: float
The percentage of used disk space.