File System Statistics Fieldsedit

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

fs Fieldsedit

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.availedit

type: int

The available disk space in bytes.

fs.device_nameedit

type: string

The disk name. For example: /dev/disk1

fs.mount_pointedit

type: string

The mounting point. For example: /

fs.filesedit

type: int

The total number of file nodes in the file system.

fs.free_filesedit

type: int

The number of free file nodes in the file system.

fs.totaledit

type: int

The total disk space in bytes.

fs.usededit

type: int

The used disk space in bytes.

fs.used_pedit

type: float

The percentage of used disk space.