File System Statistics Fields

edit

File System Statistics Fields

edit

File system-related statistics that you can get by using the df command on Unix systems.

fs Fields

edit

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.

fs.avail

edit

type: int

The available disk space in bytes.

fs.device_name

edit

type: string

The disk name. For example: /dev/disk1

fs.mount_point

edit

type: string

The mounting point. For example: /

fs.files

edit

type: int

The total number of file nodes in the file system.

fs.free_files

edit

type: int

The number of free file nodes in the file system.

fs.total

edit

type: int

The total disk space in bytes.

fs.used

edit

type: int

The used disk space in bytes.

fs.used_p

edit

type: float

The percentage of used disk space.